iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 16:03:36 to 2020-09-28 12:42:16 UTC [more...]

[PATCH v2 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-09-28 12:41 UTC  (4+ messages)
` [PATCH v2 2/2] iommu/iova: Free global iova rcache on iova alloc failure

[PATCH v3 1/2] iommu/iova: Retry from last rb tree node if iova search fails
 2020-09-28 12:39 UTC  (2+ messages)
` [PATCH v3 2/2] iommu/iova: Free global iova rcache on iova alloc failure

[PATCHv5 0/6] System Cache support for GPU and required SMMU support
 2020-09-28 12:28 UTC  (7+ messages)
` [PATCHv5 4/6] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv5 5/6] iommu: arm-smmu-impl: Use table to list QCOM implementations

[PATCH 00/18] Convert arch/arm to use iommu-dma
 2020-09-28 11:32 UTC  (3+ messages)
  ` [PATCH 05/18] ARM/dma-mapping: Switch to iommu_dma_ops

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-28 10:11 UTC  (9+ messages)
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
      ` [PATCH] x86/apic/msi: Unbreak DMAR and HPET MSI

[PATCH v4 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-09-28  9:44 UTC  (9+ messages)
` [PATCH v4 1/7] iommu: Handle freelists when using deferred flushing in iommu drivers
` [PATCH v4 2/7] iommu: Add iommu_dma_free_cpu_cached_iovas()
` [PATCH v4 3/7] iommu: Allow the dma-iommu api to use bounce buffers
` [PATCH v4 4/7] iommu: Add quirk for Intel graphic devices in map_sg
` [PATCH v4 5/7] iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
` [PATCH v4 6/7] iommu/vt-d: Convert intel iommu driver to the iommu ops
` [PATCH v4 7/7] iommu/vt-d: Cleanup after converting to dma-iommu ops

[PATCH] iommu/arm-smmu-v3: Add rmb after reading event queue prod_reg
 2020-09-28  8:32 UTC 

[PATCH 0/5] iommu/tegra-smmu: Adding PCI support and mappings debugfs node
 2020-09-28  7:55 UTC  (18+ messages)
` [PATCH 1/5] iommu/tegra-smmu: Unwrap tegra_smmu_group_get
` [PATCH 2/5] iommu/tegra-smmu: Expend mutex protection range
` [PATCH 3/5] iommu/tegra-smmu: Use iommu_fwspec in .probe_/.attach_device()
` [PATCH 4/5] iommu/tegra-smmu: Add PCI support
` [PATCH 5/5] iommu/tegra-smmu: Add pagetable mappings to debugfs

IOVA allocation dependency between firmware buffer and remaining buffers
 2020-09-28  6:52 UTC  (15+ messages)

[PATCH 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2020-09-27 23:59 UTC  (23+ messages)
` [PATCH 01/13] x86: Secure Launch Kconfig
` [PATCH 02/13] x86: Secure Launch main header file
` [PATCH 03/13] x86: Add early SHA support for Secure Launch early measurements
` [PATCH 04/13] x86: Add early TPM TIS/CRB interface support for Secure Launch
` [PATCH 05/13] x86: Add early TPM1.2/TPM2.0 "
` [PATCH 06/13] x86: Add early general TPM "
` [PATCH 07/13] x86: Secure Launch kernel early boot stub
` [PATCH 08/13] x86: Secure Launch kernel late "
` [PATCH 09/13] x86: Secure Launch SMP bringup support
` [PATCH 10/13] x86: Secure Launch adding event log securityfs
` [PATCH 11/13] kexec: Secure Launch kexec SEXIT support
` [PATCH 12/13] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH 13/13] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH 1/1] iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()
 2020-09-27  6:24 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-26 15:25 UTC  (11+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

[PATCH 1/1] iommu/amd: Fix the overwritten field in IVMD header
 2020-09-26 10:26 UTC 

[PATCH 1/1] pci: pciehp: Handle MRL interrupts to enable slot for hotplug
 2020-09-25 22:54 UTC 

[PATCH v5 00/38] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-09-25 21:23 UTC  (6+ messages)
` [PATCH v5 01/38] dma-mapping: add generic helpers for mapping sgtable objects
    ` [PATCH v5 05/38] drm: prime: use sgtable iterators in drm_prime_sg_to_page_addr_arrays()
          ` [Linaro-mm-sig] "

[PATCH 0/2] iommu/iova: Solve longterm IOVA issue
 2020-09-25 19:26 UTC  (7+ messages)
` [PATCH 1/2] iommu/iova: Flush CPU rcache for when a depot fills
` [PATCH 2/2] iommu: avoid taking iova_rbtree_lock twice

[Patch V8 0/3] iommu: Add support to change default domain of an iommu group
 2020-09-25 19:06 UTC  (4+ messages)
` [Patch V8 1/3] "
` [Patch V8 2/3] iommu: Take lock before reading iommu group default domain type
` [Patch V8 3/3] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[PATCH V5 0/3] iommu: Add support to change default domain of an iommu group
 2020-09-25 16:35 UTC  (4+ messages)
` [PATCH V7 "

[PATCH v12 0/6] IOMMU user API enhancement
 2020-09-25 16:32 UTC  (7+ messages)
` [PATCH v12 1/6] docs: IOMMU user API
` [PATCH v12 2/6] iommu/uapi: Add argsz for user filled data
` [PATCH v12 3/6] iommu/uapi: Use named union for user data
` [PATCH v12 4/6] iommu/uapi: Rename uapi functions
` [PATCH v12 5/6] iommu/uapi: Handle data and argsz filled by users
` [PATCH v12 6/6] iommu/vt-d: Check UAPI data processed by IOMMU core

[PATCH 0/8] IOMMU-DMA - support old allocation algorithm used on ARM
 2020-09-25 16:20 UTC  (10+ messages)
    ` [PATCH 1/8] dma-mapping: add DMA_ATTR_LOW_ADDRESS attribute
    ` [PATCH 2/8] iommu: iova: properly handle 0 as a valid IOVA address
    ` [PATCH 3/8] iommu: iova: add support for 'first-fit' algorithm
    ` [PATCH 4/8] iommu: dma-iommu: refactor iommu_dma_alloc_iova()
    ` [PATCH 5/8] iommu: dma-iommu: add support for DMA_ATTR_LOW_ADDRESS
    ` [PATCH 6/8] media: platform: exynos4-is: remove all references to physicall addresses
    ` [PATCH 7/8] media: platform: exynos4-is: use DMA_ATTR_LOW_ADDRESS
    ` [PATCH 8/8] media: platform: s5p-mfc: "

[PATCH v11 0/6] IOMMU user API enhancement
 2020-09-25 16:01 UTC  (9+ messages)
` [PATCH v11 1/6] docs: IOMMU user API
` [PATCH v11 2/6] iommu/uapi: Add argsz for user filled data
` [PATCH v11 3/6] iommu/uapi: Use named union for user data
` [PATCH v11 4/6] iommu/uapi: Rename uapi functions
` [PATCH v11 5/6] iommu/uapi: Handle data and argsz filled by users
` [PATCH v11 6/6] iommu/vt-d: Check UAPI data processed by IOMMU core

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-25 15:34 UTC  (27+ messages)
` [PATCH v3 2/6] iommu/virtio: Add topology helpers
` [PATCH v3 5/6] iommu/virtio: Support topology description in config space
        ` [virtio-dev] Re: [PATCH v3 0/6] Add virtio-iommu built-in topology

[PATCH v2 1/4] dt-bindings: reserved-memory: Document "active" property
 2020-09-25 13:52 UTC  (10+ messages)

[PATCH] iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
 2020-09-25 12:39 UTC  (2+ messages)

[PATCH 00/13] iommu: amd: Add Generic IO Page Table Framework Support
 2020-09-25  9:58 UTC  (6+ messages)
` [PATCH 02/13] iommu: amd: Prepare for generic IO page table framework

[bugzilla-daemon@bugzilla.kernel.org: [Bug 209149] New: "iommu/vt-d: Enable PCI ACS for platform opt in hint" makes NVMe config space not accessible after S3]
 2020-09-25  6:35 UTC  (9+ messages)

RFC: remove the need for <asm/dma-direct.h> on ARM
 2020-09-25  4:16 UTC  (6+ messages)
` [PATCH 1/4] ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsets

a few trivial dma-mapping header cleanups
 2020-09-25  4:14 UTC  (4+ messages)
` [PATCH 3/3] dma-mapping: better document dma_addr_t and DMA_MAPPING_ERROR

[PATCH] iommu/vt-d: gracefully handle DMAR units with no supported address widths
 2020-09-25  1:52 UTC  (2+ messages)

[PATCH v5 0/5] iommu aux-domain APIs extensions
 2020-09-25  1:09 UTC  (3+ messages)

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-09-24 18:29 UTC  (3+ messages)
` [PATCH v2 4/9] iommu/ioasid: Add reference couting functions

[PATCH v9 0/7] IOMMU user API enhancement
 2020-09-24 18:31 UTC  (6+ messages)
` [PATCH v9 3/7] iommu/uapi: Introduce enum type for PASID data format

[PATCH v3 0/8] iommu/arm-smmu: Support maintaining bootloader mappings
 2020-09-24 15:55 UTC  (6+ messages)
` [PATCH v3 6/8] iommu/arm-smmu: Add impl hook for inherit boot mappings

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-09-24 13:42 UTC  (7+ messages)
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v10 05/11] vfio/pci: Register an iommu fault handler
` [PATCH v10 11/11] vfio: Document nested stage control

[PATCH v10 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-24 11:13 UTC  (5+ messages)
` [PATCH v10 10/13] iommu/arm-smmu-v3: Check for SVA features

[PATCH v2 0/3] amd : iommu : Initial IOMMU support for SNP
 2020-09-24 10:52 UTC  (2+ messages)

[PATCH 0/3] iommu/tegra-smmu: Some small fixes
 2020-09-24 10:33 UTC  (8+ messages)
` [PATCH 1/3] iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASK
` [PATCH 2/3] iommu/tegra-smmu: Fix iova->phys translation
` [PATCH 3/3] iommu/tegra-smmu: Allow to group clients in same swgroup

arm-smmu 5000000.iommu: Cannot accommodate DMA offset for IOMMU page tables
 2020-09-24  9:56 UTC  (6+ messages)

kdump boot failing with IVRS checksum failure
 2020-09-24  9:23 UTC  (2+ messages)

[PATCH] Revert "iommu/amd: Treat per-device exclusion ranges as r/w unity-mapped regions"
 2020-09-24  9:08 UTC  (2+ messages)

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: patches for v5.10
 2020-09-24  9:00 UTC  (2+ messages)

[PATCH] iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
 2020-09-24  8:48 UTC  (3+ messages)

[PATCH] iommu: of: skip iommu_device_list traversal in of_iommu_xlate()
 2020-09-24  4:51 UTC  (3+ messages)

[PATCH v3 0/6] Convert the intel iommu driver to the dma-iommu api
 2020-09-24  2:35 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).