Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-10-15 19:43:31 to 2025-10-21 16:46:32 UTC [more...]

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-21 16:46 UTC  (18+ 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 v5] iommu/amd: Add support for hw_info for iommu capability query
 2025-10-21 14:35 UTC  (3+ messages)

[PATCH v2 00/10] Convert Intel VT-D to use the generic iommu page table
 2025-10-21 13:58 UTC  (13+ messages)
` [PATCH v2 02/10] iommupt: Add basic support for SW bits in the "
` [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 0/2] SMMU v3 CMDQ fix and improvement
 2025-10-21 11:45 UTC  (12+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency

[PATCH] mm: Make INVALID_PHYS_ADDR a generic macro
 2025-10-21  8:48 UTC  (2+ messages)

[PATCH v4 00/16] iommu/amd: Introduce Nested Translation support
 2025-10-21  1:43 UTC  (17+ messages)
` [PATCH v4 01/16] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
` [PATCH v4 02/16] iommu/amd: Make amd_iommu_pdom_id_alloc() non-static
` [PATCH v4 03/16] iommu/amd: Make amd_iommu_pdom_id_free() non-static
` [PATCH v4 04/16] iommu/amd: Make amd_iommu_device_flush_dte() non-static
` [PATCH v4 05/16] iommu/amd: Make amd_iommu_update_dte256() non-static
` [PATCH v4 06/16] iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
` [PATCH v4 07/16] iommu/amd: Make amd_iommu_completion_wait() non-static
` [PATCH v4 08/16] iommufd: Introduce data struct for AMD nested domain allocation
` [PATCH v4 09/16] iommu/amd: Always enable GCR3TRPMode when supported
` [PATCH v4 10/16] iommu/amd: Add support for nest parent domain allocation
` [PATCH v4 11/16] iommu/amd: Introduce struct amd_iommu_viommu
` [PATCH v4 12/16] iommu/amd: Add support for nested domain allocation
` [PATCH v4 13/16] iommu/amd: Track host Domain ID mapping for each guest Domain ID
` [PATCH v4 14/16] iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear_dte()
` [PATCH v4 15/16] iommu/amd: Refactor logic to program the host page table in DTE
` [PATCH v4 16/16] iommu/amd: Add support for nested domain attach/detach

[PATCH v3 00/15] iommu/amd: Introduce Nested Translation support
 2025-10-21  1:26 UTC  (7+ messages)
` [PATCH v3 14/15] iommu/amd: Refactor logic to program the host page table in DTE
` [PATCH v3 15/15] iommu/amd: Add support for nested domain attach/detach

[RFC PATCH v2 18/18] DO NOT UPSTREAM: RISC-V: KVM: Workaround kvm_riscv_gstage_ioremap() bug
 2025-10-21  1:10 UTC  (4+ messages)

[PATCH rc] iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
 2025-10-20 23:01 UTC  (5+ messages)

[PATCH rc] iommufd: Don't overflow during division for dirty tracking
 2025-10-20 22:59 UTC  (3+ messages)

[PATCH v2 0/2] SMMU v3 CMDQ fix and improvement
 2025-10-20 22:43 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
` [PATCH v2 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency

[PATCH v1 00/20] iommu: Introduce and roll out test_dev domain op
 2025-10-20 20:08 UTC  (10+ messages)
` [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 15/20] iommu/fsl_pamu_domain: Implement fsl_pamu_domain_test_device

[PATCH v3 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-10-20 19:16 UTC  (14+ messages)
` [PATCH v3 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v3 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v3 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs

[PATCH v1 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-20 18:47 UTC  (9+ messages)
` [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 v5 00/15] expand mmap_prepare functionality, port more users
 2025-10-20 18:16 UTC  (20+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-20 16:51 UTC  (33+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v5 4/9] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [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 v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-20 16:27 UTC  (2+ messages)

[PATCH 0/3] dma_mapping: Add auto cleanup support
 2025-10-20 15:56 UTC  (4+ messages)

[syzbot ci] Re: Fix stale IOTLB entries for kernel address space
 2025-10-20 14:26 UTC  (7+ messages)

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-20 10:58 UTC  (8+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

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

[PATCH v2] dt-bindings: iommu: qcom_iommu: Allow 'tbu' clock
 2025-10-20  9:22 UTC  (5+ messages)

[PATCH v3 0/5] MT8189 IOMMU SUPPORT
 2025-10-20  6:57 UTC  (10+ messages)
` [PATCH v3 1/5] dt-bindings: mediatek: mt8189: Add bindings for MM & APU & INFRA IOMMU
` [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 v2 00/14] iommu: fix device leaks
 2025-10-20  5:02 UTC  (10+ messages)
` [PATCH v2 05/14] iommu/mediatek: fix device leak on of_xlate()
` [PATCH v2 06/14] iommu/mediatek: fix device leaks on probe()
` [PATCH v2 08/14] iommu/mediatek-v1: fix device leak on probe_device()
` [PATCH v2 10/14] iommu/mediatek-v1: add missing larb count sanity check

[RFC PATCH 0/3] Introduce iommu-map-masked for platform devices
 2025-10-19 12:13 UTC  (17+ messages)

[PATCH v8 0/5] dma-buf: heaps: Create a CMA heap for each CMA reserved region
 2025-10-18 16:03 UTC  (3+ messages)

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

[PATCH 0/2] iommu: Add io_ptdump debug interface for iommu
 2025-10-18 10:39 UTC  (7+ messages)

[RFC PATCH 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-10-18  8:46 UTC  (2+ messages)

[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
 2025-10-17 18:26 UTC  (17+ messages)
` [PATCH v6 1/7] mm: Add a ptdesc flag to mark kernel page tables
` [PATCH v6 3/7] x86/mm: Use 'ptdesc' when freeing PMD pages
` [PATCH v6 6/7] mm: Introduce deferred freeing for kernel page tables

[PATCH v5 0/4] Move io-pgtable-arm selftest to KUnit
 2025-10-17 17:59 UTC  (11+ messages)
` [PATCH v5 4/4] iommu/io-pgtable-arm-selftests: Use KUnit

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


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