Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-10-11 06:34:32 to 2025-10-16 23:53:39 UTC [more...]

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-16 23:53 UTC  (13+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 2/9] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v5 3/9] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH v5 5/9] types: move phys_vec definition to common header
` [PATCH v5 6/9] vfio: Export vfio device get and put registration helpers
` [PATCH v5 7/9] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v5 8/9] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v3 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-10-16 21:31 UTC  (10+ messages)
` [PATCH v3 1/7] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v3 2/7] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v3 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v3 4/7] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v3 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v3 6/7] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v3 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs

[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
 2025-10-16 19:35 UTC  (19+ messages)
` [PATCH v6 1/7] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v6 2/7] mm: Actually mark kernel page table pages
` [PATCH v6 3/7] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v6 4/7] mm: Introduce pure page table freeing function
` [PATCH v6 5/7] x86/mm: Use pagetable_free()
` [PATCH v6 6/7] mm: Introduce deferred freeing for kernel page tables
` [PATCH v6 7/7] iommu/sva: Invalidate stale IOTLB entries for kernel address space
` [syzbot ci] Re: Fix "

[PATCH v5 0/4] Move io-pgtable-arm selftest to KUnit
 2025-10-16 17:25 UTC  (12+ messages)
` [PATCH v5 1/4] iommu/io-pgtable-arm: Simplify error prints for selftests
` [PATCH v5 4/4] iommu/io-pgtable-arm-selftests: Use KUnit

[PATCH 0/2] SMMU v3 CMDQ fix and improvement
 2025-10-16 15:31 UTC  (2+ messages)

[PATCH rc] iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
 2025-10-16 15:22 UTC  (4+ messages)

[PATCH] iommu/amd: Enhance "Completion-wait Time-out" error message
 2025-10-16 15:08 UTC 

[PATCH v2] dt-bindings: iommu: qcom_iommu: Allow 'tbu' clock
 2025-10-16  8:09 UTC  (4+ messages)

[PATCH v5] iommu/amd: Add support for hw_info for iommu capability query
 2025-10-16  7:40 UTC  (2+ messages)

[PATCH rc] iommufd: Don't overflow during division for dirty tracking
 2025-10-16  7:36 UTC  (2+ messages)

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-16  6:55 UTC  (15+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v6 07/15] iommupt: Add map_pages op
` [PATCH v6 09/15] iommupt: Add a kunit test for Generic Page Table
` [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 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-15 22:02 UTC  (26+ messages)
` [PATCH v1 01/20] iommu: Lock group->mutex in iommu_deferred_attach()
` [PATCH v1 02/20] iommu: Introduce a test_dev domain op and an internal helper
` [PATCH v1 03/20] iommu/arm-smmu-v3: Implement arm_smmu_domain_test_dev
` [PATCH v1 04/20] iommu/intel: Implement test_dev callbacks to domain ops
` [PATCH v1 05/20] iommu/amd: "
` [PATCH v1 06/20] iommu/arm-smmu: Implement arm_smmu_test_dev
` [PATCH v1 07/20] iommu/qcom_iommu: Implement test_dev callbacks to domain ops
` [PATCH v1 08/20] iommu/riscv: Implement riscv_iommu_test_paging_domain
` [PATCH v1 09/20] iommu/mkt_iommu: Implement mtk_iommu_test_device
` [PATCH v1 10/20] iommu/apple-dart: Implement test_dev callbacks to domain ops
` [PATCH v1 11/20] iommu/ipmmu-vmsa: Implement ipmmu_domain_test_device
` [PATCH v1 12/20] iommu/sun50i-iommu: Implement sun50i_iommu_domain_test_device
` [PATCH v1 13/20] iommu/rockchip-iommu: Implement rk_iommu_identity_test_dev
` [PATCH v1 14/20] iommu/msm_iommu: Implement msm_iommu_domain_test_dev
` [PATCH v1 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device
` [PATCH v1 16/20] iommu/omap-iommu: Implement omap_iommu_domain_test_dev
` [PATCH v1 17/20] iommu/s390-iommu: Implement s390_iommu_domain_test_device
` [PATCH v1 18/20] iommufd/selftest: Implement mock_domain_nop_test
` [PATCH v1 19/20] iommu/virtio-iommu: Implement viommu_domain_test_dev
` [PATCH v1 20/20] iommu/tegra-smmu: Implement tegra_smmu_domain_test_dev

[RFC PATCH 0/3] Introduce iommu-map-masked for platform devices
 2025-10-15 21:55 UTC  (24+ messages)

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-15 17:35 UTC  (9+ messages)
` [PATCH v1 1/6] iommu: Generic support for RMRs during device release
` [PATCH v1 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v1 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v1 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v1 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v1 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH v2 0/7] iommufd: Add MSI mapping support with nested SMMU (Part-2 RMR)
 2025-10-15 17:20 UTC  (10+ messages)
` [PATCH v2 1/7] iommufd/device: Move sw_msi_start from igroup to idev
` [PATCH v2 2/7] iommufd: Pass in idev to iopt_table_enforce_dev_resv_regions
` [PATCH v2 3/7] iommufd/device: Make iommufd_device_is_attached non-static
` [PATCH v2 4/7] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH v2 5/7] iommufd/selftest: Add MOCK_FLAGS_DEVICE_NO_ATTACH
` [PATCH v2 6/7] iommufd/selftest: Add a testing reserved region
` [PATCH v2 7/7] iommufd/selftest: Add coverage for IOMMU_OPTION_SW_MSI_START/SIZE

[PATCH v3 0/5] MT8189 IOMMU SUPPORT
 2025-10-15 12:55 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [PATCH v3 2/5] iommu/mediatek: Add a flag DL_WITH_MULTI_LARB
` [PATCH v3 3/5] iommu/mediatek: mt8189: Add APU IOMMUs support
` [PATCH v3 4/5] iommu/mediatek: mt8189: Add INFRA "
` [PATCH v3 5/5] iommu/mediatek: mt8189: Add MM "

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-15  9:13 UTC  (15+ messages)
` [PATCH v5 01/14] dma-mapping: prepare dma_map_ops to conversion to physical address
` [PATCH v5 02/14] dma-mapping: convert dummy ops to physical address mapping
` [PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
` [PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
` [PATCH v5 05/14] xen: swiotlb: "
` [PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
` [PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
` [PATCH v5 08/14] MIPS/jazzdma: Provide physical address directly
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
` [PATCH v5 11/14] sparc: Use "
` [PATCH v5 12/14] x86: Use physical address for "
` [PATCH v5 13/14] xen: swiotlb: Convert mapping routine to rely on physical address
` [PATCH v5 14/14] dma-mapping: remove unused map_page callback

[PATCH v2 0/5] MT8189 IOMMU SUPPORT
 2025-10-15  8:50 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [PATCH v2 2/5] iommu/mediatek: Add a flag DL_WITH_MULTI_LARB
` [PATCH v2 3/5] iommu/mediatek: mt8189: Add APU IOMMUs support
` [PATCH v2 4/5] iommu/mediatek: mt8189: Add INFRA "
` [PATCH v2 5/5] iommu/mediatek: mt8189: Add MM "

[PATCH v8 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-10-15  8:23 UTC  (9+ messages)
` [PATCH v8 1/5] doc: dma-buf: List the heaps by name
` [PATCH v8 2/5] dma-buf: heaps: cma: Register list of CMA regions at boot
` [PATCH v8 3/5] dma: contiguous: Register reusable "
` [PATCH v8 4/5] dma: contiguous: Reserve default CMA heap
` [PATCH v8 5/5] dma-buf: heaps: cma: Create CMA heap for each CMA reserved region

[PATCH] iommu/vt-d: Remove unused code in dma_pte_free_pagetable
 2025-10-14 16:24 UTC 

[PATCH v10 0/3] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-10-14 14:04 UTC  (4+ messages)
` [PATCH v10 1/3] arm64: dts: qcom: Add initial support for MSM8937
` [PATCH v10 2/3] dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
` [PATCH v10 3/3] arm64: dts: "

[PATCH v5 0/8] Fix stale IOTLB entries for kernel address space
 2025-10-14 13:21 UTC  (13+ messages)
` [PATCH v5 2/8] mm: Actually mark kernel page table pages
` [PATCH v5 4/8] mm: Introduce pure page table freeing function
` [PATCH v5 5/8] x86/mm: Use pagetable_free()
` [PATCH v5 6/8] mm: Introduce deferred freeing for kernel page tables

[PATCH v2 00/10] Convert Intel VT-D to use the generic iommu page table
 2025-10-14  7:58 UTC  (21+ messages)
` [PATCH v2 01/10] iommu/pages: Add support for a incoherent IOMMU page walker
` [PATCH v2 02/10] iommupt: Add basic support for SW bits in the page table
` [PATCH v2 03/10] iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENT
` [PATCH v2 04/10] iommupt: Flush the CPU cache after any writes to the page table
` [PATCH v2 05/10] iommupt: Add the Intel VT-D second stage page table format
` [PATCH v2 06/10] iommupt/x86: Set the dirty bit only for writable PTEs
` [PATCH v2 07/10] iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENT
` [PATCH v2 08/10] iommu/vt-d: Use the generic iommu page table
` [PATCH v2 09/10] iommu/vt-d: Follow PT_FEAT_DMA_INCOHERENT into the PASID entry
` [PATCH v2 10/10] iommupt: Add a kunit test for the SW bits

[PATCH 0/3] MT8189 IOMMU SUPPORT
 2025-10-14  7:20 UTC  (4+ messages)
` [PATCH 3/3] iommu/mediatek: Add support for mt8189

[PATCH 0/3] dma_mapping: Add auto cleanup support
 2025-10-14  5:54 UTC  (2+ messages)

[PATCH v3 00/15] iommu/amd: Introduce Nested Translation support
 2025-10-14  2:08 UTC  (4+ messages)
` [PATCH v3 01/15] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK

[PATCH 0/8] Guaranteed CMA
 2025-10-13 15:43 UTC  (4+ messages)
` [PATCH 1/8] mm: implement cleancache

[RFC PATCH] iommu/arm-smmu-v3: Defer shutdown to syscore_ops
 2025-10-13  6:35 UTC 

[PATCH RFC] Implement DMA Guard Pages
 2025-10-12 10:52 UTC 


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