Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-09-30 09:27:27 to 2025-10-07 17:54:19 UTC [more...]

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-07 17:54 UTC  (18+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
` [PATCH v6 02/15] genpt: Add Documentation/ files
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v6 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v6 05/15] iommupt: Add iova_to_phys op
` [PATCH v6 06/15] iommupt: Add unmap_pages op
` [PATCH v6 07/15] iommupt: Add map_pages op
` [PATCH v6 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v6 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v6 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v6 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v6 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v6 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v6 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v6 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH 0/2] SMMU v3 CMDQ fix and improvement
 2025-10-07 16:32 UTC  (8+ messages)
` [PATCH 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
` [PATCH 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency

[GIT PULL] more dma-mapping updates for Linux 6.18
 2025-10-07 14:45 UTC 

[PATCH v5 07/15] iommupt: Add map_pages op
 2025-10-07 13:11 UTC  (3+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-07 12:28 UTC  (4+ messages)
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format

[PATCH v2 00/14] iommu: fix device leaks
 2025-10-07  9:49 UTC  (16+ messages)
` [PATCH v2 01/14] iommu/apple-dart: fix device leak on of_xlate()
` [PATCH v2 02/14] iommu/qcom: "
` [PATCH v2 03/14] iommu/exynos: "
` [PATCH v2 04/14] iommu/ipmmu-vmsa: "
` [PATCH v2 05/14] iommu/mediatek: "
` [PATCH v2 06/14] iommu/mediatek: fix device leaks on probe()
` [PATCH v2 07/14] iommu/mediatek: simplify dt parsing error handling
` [PATCH v2 08/14] iommu/mediatek-v1: fix device leak on probe_device()
` [PATCH v2 09/14] iommu/mediatek-v1: fix device leaks on probe()
` [PATCH v2 10/14] iommu/mediatek-v1: add missing larb count sanity check
` [PATCH v2 11/14] iommu/omap: fix device leaks on probe_device()
` [PATCH v2 12/14] iommu/omap: simplify probe_device() error handling
` [PATCH v2 13/14] iommu/sun50i: fix device leak on of_xlate()
` [PATCH v2 14/14] iommu/tegra: fix device leak on probe_device()

[PATCH 00/14] iommu: fix device leaks
 2025-10-07  9:41 UTC  (13+ messages)
` [PATCH 11/14] iommu/omap: fix device leaks on probe_device()

[PATCH] iommu: __iommu_attach_group: check for non-NULL blocking_domain
 2025-10-07  9:38 UTC  (9+ messages)

[PATCH 00/17] drm/msm/adreno: Introduce Adreno 8xx family support
 2025-10-07  1:08 UTC  (33+ messages)
` [PATCH 03/17] drm/msm/adreno: Common-ize PIPE definitions
` [PATCH 06/17] drm/msm/adreno: Move adreno_gpu_func to catalogue
` [PATCH 10/17] drm/msm/a6xx: Rebase GMU register offsets
` [PATCH 11/17] drm/msm/a8xx: Add support for A8x GMU
` [PATCH 12/17] drm/msm/adreno: Introduce A8x GPU Support
` [PATCH 13/17] drm/msm/adreno: Support AQE engine
` [PATCH 15/17] drm/msm/adreno: Do CX GBIF config before GMU start
` [PATCH 16/17] dt-bindings: arm-smmu: Add Kaanapali GPU SMMU
` [PATCH 17/17] dt-bindings: display/msm/gmu: Add Adreno 840 GMU

[PATCH v2 00/12] iommu/amd: Introduce Nested Translation support
 2025-10-06 15:01 UTC  (32+ messages)
` [PATCH v2 01/12] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
` [PATCH v2 02/12] iommu/amd: Make amd_iommu_pdom_id_alloc() non-static
` [PATCH v2 03/12] iommu/amd: Make amd_iommu_pdom_id_free() non-static
` [PATCH v2 04/12] iommu/amd: Make amd_iommu_device_flush_dte() non-static
` [PATCH v2 05/12] iommu/amd: Make amd_iommu_update_dte256() non-static
` [PATCH v2 06/12] iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
` [PATCH v2 07/12] iommu/amd: Make amd_iommu_completion_wait() non-static
` [PATCH v2 08/12] iommufd: Introduce data struct for AMD nested domain allocation
` [PATCH v2 09/12] iommu/amd: Add support for nest parent "
` [PATCH v2 10/12] iommu/amd: Add support for nested "
` [PATCH v2 11/12] iommu/amd: Add support for nested domain attach/detach
` [PATCH v2 12/12] iommu/amd: Introduce IOMMUFD vIOMMU support for AMD

[PATCH] iommu/pages: use folio_nr_pages() instead of shift operation
 2025-10-06 12:28 UTC  (2+ messages)

[PATCH 0/2] amba/iommu: tegra: enable compile testing
 2025-10-06  9:39 UTC  (3+ messages)

[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
 2025-10-06  4:03 UTC  (29+ messages)
` [PATCH v1 1/9] alpha: Convert mapping routine to rely on physical address
` [PATCH v1 2/9] MIPS/jazzdma: Provide physical address directly
` [PATCH v1 3/9] parisc: Convert DMA map_page to map_phys interface
` [PATCH v1 4/9] powerpc: Convert to physical address DMA mapping
` [PATCH v1 5/9] sparc64: Use "
` [PATCH v1 6/9] x86: Use physical address for "
` [PATCH v1 7/9] vdpa: Convert to physical address "
` [PATCH v1 8/9] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v1 9/9] dma-mapping: remove unused map_page callback

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-10-05  8:47 UTC  (19+ messages)
` [RFC PATCH v2 05/18] iommu/riscv: Prepare to use MSI table
` [RFC PATCH v2 06/18] iommu/riscv: Implement MSI table management functions
` [RFC PATCH v2 07/18] iommu/riscv: Export phys_to_ppn and ppn_to_phys
` [RFC PATCH v2 09/18] iommu/dma: enable IOMMU_DMA for RISC-V
` [RFC PATCH v2 10/18] RISC-V: Define irqbypass vcpu_info
` [RFC PATCH v2 13/18] iommu/riscv: report iommu capabilities
` [RFC PATCH v2 14/18] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v2 16/18] vfio: enable IOMMU_TYPE1 for RISC-V
` [RFC PATCH v2 17/18] RISC-V: defconfig: Add VFIO modules

[PATCH 2/2] iommu/of: Call pci_request_acs() before enumerating the Root Port device
 2025-10-04 17:34 UTC  (3+ messages)

[jgunthorpe:iommu-fwspec] [iommu] cca42a9b53: BUG:KASAN:slab-use-after-free_in_intel_iommu_is_attach_deferred
 2025-10-04  6:39 UTC 

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-10-04  1:40 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v6.18
 2025-10-04  1:40 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 6.18
 2025-10-04  1:40 UTC  (2+ messages)

[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-10-03 17:32 UTC  (5+ messages)
` [RFC PATCH 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [RFC PATCH 2/4] drivers/iommu: Add calls for iommu debug
` [RFC PATCH 3/4] drivers/iommu-debug: Track IOMMU pages
` [RFC PATCH 4/4] drivers/iommu-debug: Check state of mapped/unmapped kernel memory

[RFC PATCH 00/15] iommu: Add live update state preservation
 2025-10-03 12:09 UTC  (27+ messages)
` [RFC PATCH 13/15] iommufd: Persist iommu domains for live update

[PATCH] dma-mapping: fix direction in dma_alloc direction traces
 2025-10-03  7:07 UTC  (5+ messages)

[PATCH] iommu/vt-d: set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FD
 2025-10-02 16:16 UTC 

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-10-02 15:13 UTC  (14+ messages)
` [PATCH v4 10/28] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode

[PATCH rfcv2 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-10-01 17:16 UTC  (16+ messages)
` [PATCH rfcv2 4/8] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH rfcv2 5/8] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH rfcv2 6/8] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters

[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-01 11:39 UTC  (17+ messages)
` [PATCH v4 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v4 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2025-09-30 16:21 UTC  (8+ messages)

[PATCH 1/2] iommu/io-pgtable-arm: Implement .iotlb_sync_map callback
 2025-09-30 14:56 UTC  (8+ messages)
` [PATCH 2/2] drivers/arm-smmu-v3: "

[PATCH next] iommufd: Fix error code in iommu_device_register_bus()
 2025-09-30 12:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox