Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-09-24 09:21:30 to 2025-09-29 21:17:51 UTC [more...]

[PATCH v4 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-29 21:17 UTC  (13+ messages)
` [PATCH v4 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v4 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v4 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v4 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v4 05/10] types: move phys_vec definition to common header
` [PATCH v4 06/10] vfio: Export vfio device get and put registration helpers
` [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 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v4 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 1/2] iommu/io-pgtable-arm: Implement .iotlb_sync_map callback
 2025-09-29 21:00 UTC  (10+ messages)
` [PATCH 2/2] drivers/arm-smmu-v3: "

[PATCH rfcv2 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-09-29 21:00 UTC  (17+ messages)
` [PATCH rfcv2 2/8] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH rfcv2 3/8] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [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 rfcv2 7/8] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()

[RFC PATCH 00/15] iommu: Add live update state preservation
 2025-09-29 18:11 UTC  (27+ messages)
` [RFC PATCH 01/15] iommu/vt-d: Register with Live Update Orchestrator
` [RFC PATCH 02/15] iommu: Add rw_semaphore to serialize live update state
` [RFC PATCH 03/15] iommu/vt-d: Prevent hotplugs when live update state is not normal
` [RFC PATCH 04/15] iommu: Add preserve iommu_domain op
` [RFC PATCH 05/15] iommu: Introduce API to preserve iommu domain
` [RFC PATCH 06/15] iommu/vt-d: Add stub intel iommu domain preserve op
` [RFC PATCH 07/15] iommu/vt-d: Add implementation of live update prepare callback
` [RFC PATCH 08/15] iommu/vt-d: Implement live update preserve_iommu_context
` [RFC PATCH 09/15] iommu/vt-d: Add live update freeze callback
` [RFC PATCH 10/15] iommu/vt-d: Restore iommu root_table and context on live update
` [RFC PATCH 11/15] iommufd: Add basic skeleton based on liveupdate_file_handle
` [RFC PATCH 12/15] iommufd-luo: Implement basic prepare/cancel/finish/retrieve using folios
` [RFC PATCH 13/15] iommufd: Persist iommu domains for live update
` [RFC PATCH 14/15] iommu/vt-d: sanitize restored root table and iommu contexts
` [RFC PATCH 15/15] iommufd/selftest: Add test to verify iommufd preservation

[PATCH v4 0/6] Preparation to .map_page and .unmap_page removal
 2025-09-29 17:39 UTC  (5+ messages)
` [PATCH v4 3/6] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v4 5/6] xen: swiotlb: Switch to physical address mapping callbacks

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-29 16:44 UTC  (31+ messages)
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 06/15] iommupt: Add unmap_pages op
` [PATCH v5 07/15] iommupt: Add map_pages op
` [PATCH v5 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v5 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v5 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v5 13/15] iommu/amd: Use the generic iommu page table

[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
 2025-09-29 15:50 UTC  (7+ messages)
` [RFC PATCH v2 03/18] iommu/riscv: Use data structure instead of individual values
` [RFC PATCH v2 04/18] iommu/riscv: Add IRQ domain for interrupt remapping

[PATCH v5 0/4] Move io-pgtable-arm selftest to KUnit
 2025-09-29 15:49 UTC  (5+ messages)
` [PATCH v5 1/4] iommu/io-pgtable-arm: Simplify error prints for selftests
` [PATCH v5 2/4] iommu/io-pgtable-arm: Move selftests to a separate file
` [PATCH v5 3/4] iommu/io-pgtable-arm-selftests: Modularize the test
` [PATCH v5 4/4] iommu/io-pgtable-arm-selftests: Use KUnit

[PATCH] iommu: __iommu_attach_group: check for non-NULL blocking_domain
 2025-09-29 13:53 UTC  (6+ messages)

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-09-29 11:10 UTC  (16+ messages)
` [PATCH v4 02/28] KVM: arm64: Donate MMIO to the hypervisor
` [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

[RFC PATCH 0/3] Introduce iommu-map-masked for platform devices
 2025-09-29 10:20 UTC  (6+ messages)
` [RFC PATCH 1/3] dtbindings: add binding for iommu-map-masked property
` [RFC PATCH 2/3] of: create a wrapper for of_map_id()
` [RFC PATCH 3/3] of: implment the 'iommu-map-masked' to represent multi-functional devices

[PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks
 2025-09-28 17:35 UTC  (15+ 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

[PATCH 0/9] Remove DMA .map_page and .unmap_page callbacks
 2025-09-28 11:58 UTC  (12+ messages)
` [PATCH 1/9] alpha: Convert mapping routine to rely on physical address

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-28  8:15 UTC  (13+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH] iommu/amd: Enable PCIe ACS only if AMD IOMMU is on
 2025-09-28  7:52 UTC 

[PATCH] iommu/amd: Enable PCIe ACS once AMD IOMMU initialization succeeds
 2025-09-28  7:26 UTC  (2+ messages)

[PATCH] iommu/amd: Fix pci_segment memleak in alloc_pci_segment()
 2025-09-28  5:36 UTC 

[PATCH v5] iommu/amd: Add support for hw_info for iommu capability query
 2025-09-26 14:19 UTC 

[PATCH v5] iommu: Fix iommu selftest running test mock domain fail
 2025-09-26 13:30 UTC  (2+ messages)

[PATCH v2] selftests/iommu: prevent use of uninitialized variable
 2025-09-26 13:02 UTC  (2+ messages)

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.18-rc1
 2025-09-26  8:03 UTC  (3+ messages)
` [PATCH 1/1] iommu/vt-d: Disallow dirty tracking if incoherent page walk

[PATCH 1/1] iommu/vt-d: Disallow dirty tracking if incoherent page walk
 2025-09-26  2:42 UTC  (4+ messages)

[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
 2025-09-25 20:24 UTC  (4+ messages)
` [PATCH v5 5/8] x86/mm: Use pagetable_free()

[PATCH 0/2] amba/iommu: tegra: enable compile testing
 2025-09-25 15:31 UTC  (3+ messages)
` [PATCH 1/2] amba: tegra-ahb: "
` [PATCH 2/2] iommu: tegra: "

[PATCH v3 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-25 13:14 UTC  (11+ messages)
` [PATCH v3 01/10] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v3 02/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v3 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v3 04/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v3 05/10] types: move phys_vec definition to common header
` [PATCH v3 06/10] vfio: Export vfio device get and put registration helpers
` [PATCH v3 07/10] vfio/pci: Add dma-buf export config for MMIO regions
` [PATCH v3 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v3 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v3 10/10] vfio/pci: Add dma-buf export support for MMIO regions

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

[PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
 2025-09-25 12:20 UTC  (11+ messages)

[PATCH v4] iommu: Fix iommu selftest running test mock domain fail
 2025-09-25  5:42 UTC  (3+ messages)

[PATCH v3] iommu: Fix iommu selftest running test mock domain fail
 2025-09-25  2:29 UTC  (3+ messages)

[PATCH] dt-bindings: arm-smmu: Add compatible for Kaanapali SoC
 2025-09-24 23:19 UTC 

[PATCH v4 0/7] Disable ATS via iommu during PCI resets
 2025-09-24 21:02 UTC  (11+ messages)
` [PATCH v4 4/7] iommu: Pass in old domain to attach_dev callback functions
` [PATCH v4 5/7] iommu: Add iommu_get_domain_for_dev_locked() helper

[PATCH 2/2] iommu/of: Call pci_request_acs() before enumerating the Root Port device
 2025-09-24 19:49 UTC  (3+ messages)

[PATCH v4 0/4] arm-smmu: select suitable MSI IOVA
 2025-09-24 18:59 UTC  (11+ messages)
` [PATCH v4 2/4] iommu/of: fix device tree configuration for PCI devices
` [PATCH v4 3/4] arm-smmu: select suitable MSI IOVA

[PATCH 0/2] SMMU v3 CMDQ fix and improvement
 2025-09-24 17:54 UTC  (3+ 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

[PATCH v2] Fix to avoid the usage of the `res` variable uninitialized in the following macro expansions
 2025-09-24 16:57 UTC 

[PATCH 0/2] PCI: Fix ACS enablement for Root Ports in DT platforms
 2025-09-24 12:55 UTC  (6+ messages)

[PATCH] selftests/iommu: prevent use of uninitialized variable
 2025-09-24 12:45 UTC  (4+ messages)

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-24 12:03 UTC  (5+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare


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