Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-01-14 10:09:29 to 2026-01-19 07:52:08 UTC [more...]

[PATCH v11 0/7] Add support for Verisilicon IOMMU used by media
 2026-01-19  7:51 UTC  (8+ messages)
` [PATCH v11 3/7] iommu: Add verisilicon IOMMU driver

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-19  7:32 UTC  (10+ messages)
` [PATCH v2 1/4] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v2 2/4] dma-buf: Document revoke semantics
` [PATCH v2 3/4] iommufd: Require DMABUF "
` [PATCH v2 4/4] vfio: Add pinned interface to perform "

[PATCH v5 0/2] iommu: Avoid setting C-bit for MMIO addresses
 2026-01-25 19:19 UTC  (4+ messages)
` [PATCH v5 1/2] iommupt: Do not set C-bit on MMIO backed PTEs
` [PATCH v5 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PATCH] dma-iommu: Introduce API to reserve IOVA regions for dynamically created devices
 2026-01-19  5:49 UTC 

[PATCH] dma-direct: Skip cache prep for HighMem coherent allocations
 2026-01-19  4:13 UTC  (9+ messages)

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-19  1:00 UTC  (4+ messages)

[PATCH v5 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-01-18 21:57 UTC  (6+ messages)
` [PATCH v5 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v5 2/3] of: factor arguments passed to of_map_id() into a struct
` [PATCH v5 3/3] of: Respect #{iommu,msi}-cells in maps

[PATCH v6] rust: iommu: add io_pgtable abstraction
 2026-01-18 21:26 UTC  (4+ messages)

[PATCH v4 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-01-18 18:15 UTC  (5+ messages)
` [PATCH v4 3/3] of: Respect "

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-18 17:05 UTC  (41+ messages)
` [RFC PATCH v4 01/38] dmaengine: dw-edma: Export helper to get integrated register window
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 03/38] dmaengine: dw-edma: Poll completion when local IRQ handling is disabled
` [RFC PATCH v4 04/38] dmaengine: dw-edma: Add notify-only channels support
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 06/38] NTB: epf: Add mwN_offset support and config region versioning
` [RFC PATCH v4 07/38] NTB: epf: Reserve a subset of MSI vectors for non-NTB users
` [RFC PATCH v4 08/38] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v4 09/38] NTB: core: Add mw_set_trans_ranges() for subrange programming
` [RFC PATCH v4 10/38] NTB: core: Add .get_private_data() to ntb_dev_ops
` [RFC PATCH v4 11/38] NTB: core: Add .get_dma_dev() "
` [RFC PATCH v4 12/38] NTB: core: Add driver_override support for NTB devices
` [RFC PATCH v4 13/38] PCI: endpoint: pci-epf-vntb: Support BAR subrange mappings for MWs
` [RFC PATCH v4 14/38] PCI: endpoint: pci-epf-vntb: Implement .get_private_data() callback
` [RFC PATCH v4 15/38] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
` [RFC PATCH v4 16/38] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()
` [RFC PATCH v4 17/38] NTB: ntb_transport: Dynamically determine qp count
` [RFC PATCH v4 18/38] NTB: ntb_transport: Use ntb_get_dma_dev()
` [RFC PATCH v4 19/38] NTB: ntb_transport: Rename ntb_transport.c to ntb_transport_core.c
` [RFC PATCH v4 20/38] NTB: ntb_transport: Move internal types to ntb_transport_internal.h
` [RFC PATCH v4 21/38] NTB: ntb_transport: Export common helpers for modularization
` [RFC PATCH v4 22/38] NTB: ntb_transport: Split core library and default NTB client
` [RFC PATCH v4 23/38] NTB: ntb_transport: Add transport backend infrastructure
` [RFC PATCH v4 24/38] NTB: ntb_transport: Run ntb_set_mw() before link-up negotiation
` [RFC PATCH v4 25/38] NTB: hw: Add remote eDMA backend registry and DesignWare backend
` [RFC PATCH v4 26/38] NTB: ntb_transport: Add remote embedded-DMA transport client
` [RFC PATCH v4 27/38] ntb_netdev: Multi-queue support
` [RFC PATCH v4 28/38] iommu: ipmmu-vmsa: Add PCIe ch0 to devices_allowlist
` [RFC PATCH v4 29/38] iommu: ipmmu-vmsa: Add support for reserved regions
` [RFC PATCH v4 30/38] arm64: dts: renesas: Add Spider RC/EP DTs for NTB with remote DW PCIe eDMA
` [RFC PATCH v4 31/38] NTB: epf: Add per-SoC quirk to cap MRRS for DWC eDMA (128B for R-Car)
` [RFC PATCH v4 32/38] NTB: epf: Add an additional memory window (MW2) barno mapping on Renesas R-Car
` [RFC PATCH v4 33/38] Documentation: PCI: endpoint: pci-epf-vntb: Update and add mwN_offset usage
` [RFC PATCH v4 34/38] Documentation: driver-api: ntb: Document remote embedded-DMA transport
` [RFC PATCH v4 35/38] PCI: endpoint: pci-epf-test: Add pci_epf_test_next_free_bar() helper
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode
` [RFC PATCH v4 37/38] misc: pci_endpoint_test: Add remote eDMA transfer test mode
` [RFC PATCH v4 38/38] selftests: pci_endpoint: Add remote eDMA transfer coverage

types: reuse common phys_vec type instead of DMABUF open‑coded variant
 2026-01-18 16:58 UTC  (6+ messages)

[PATCH] iommu/riscv: Add IOTINVAL after updating DDT/PDT entries
 2026-01-18 14:33 UTC  (7+ messages)
    `  "

[PATCH v5] io: add io_pgtable abstraction
 2026-01-18 10:08 UTC  (3+ messages)

[PATCH] iommu/amd: Fix error path in amd_iommu_probe_device()
 2026-01-18 10:03 UTC  (2+ messages)

[PATCH v6 00/13] iommu/amd: Introduce Nested Translation support
 2026-01-18  9:56 UTC  (15+ messages)
` [PATCH v6 01/13] iommu/amd: Add support for hw_info for iommu capability query
` [PATCH v6 02/13] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
` [PATCH v6 03/13] iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
` [PATCH v6 04/13] iommu/amd: Introduce helper function amd_iommu_update_dte()
` [PATCH v6 05/13] iommufd: Introduce data struct for AMD nested domain allocation
` [PATCH v6 06/13] iommu/amd: Always enable GCR3TRPMode when supported
` [PATCH v6 07/13] iommu/amd: Add support for nest parent domain allocation
` [PATCH v6 08/13] iommu/amd: Introduce struct amd_iommu_viommu
` [PATCH v6 09/13] iommu/amd: Add support for nested domain allocation
` [PATCH v6 10/13] iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invalidation
` [PATCH v6 11/13] iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear_dte()
` [PATCH v6 12/13] iommu/amd: Refactor logic to program the host page table in DTE
` [PATCH v6 13/13] iommu/amd: Add support for nested domain attach/detach

[PATCH 0/3] Let iommupt manage changes in page size internally
 2026-01-18  9:47 UTC  (8+ messages)
` [PATCH 2/3] iommupt: Directly call iommupt's unmap_range()
` [PATCH 3/3] iommupt: Avoid rewalking during map

[PATCH RFCv1 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-01-17  4:56 UTC  (4+ messages)
` [PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH RFCv1 2/3] PCI: Allow ATS to be always on for non-CXL NVIDIA GPUs
` [PATCH RFCv1 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH v1 0/9] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-01-17  1:11 UTC  (11+ messages)
` [PATCH v1 2/9] iommu/arm-smmu-v3: Add alloc_id/free_id functions to arm_smmu_invs

imx8 PCI regression since "iommu: Get DT/ACPI parsing into the proper probe path"
 2026-01-16 17:35 UTC  (6+ messages)
  ` [REGRESSION] "

[PATCH v5 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2026-01-16 17:01 UTC  (8+ messages)
` [PATCH v5 2/8] iommu: Remove IOMMU_DEV_FEAT_SVA
      ` amdxdna breaks suspend (was: Re: [PATCH v5 2/8] iommu: Remove IOMMU_DEV_FEAT_SVA)

[PATCH 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-16 14:33 UTC  (33+ messages)
` [PATCH 1/3] iommu/vt-d: Use 128-bit atomic updates for context entries
` [PATCH 2/3] iommu/vt-d: Clear Present bit before tearing down PASID entry
` [PATCH 3/3] iommu/vt-d: Rework hitless PASID entry replacement

[PATCH V8 0/4] Add device tree support for NVIDIA Tegra CMDQV
 2026-01-16 12:44 UTC  (9+ messages)
` [PATCH V8 2/4] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver
` [PATCH V8 3/4] dt-bindings: iommu: Add NVIDIA Tegra CMDQV support
` [PATCH V8 4/4] arm64: dts: nvidia: Add nodes for CMDQV

[PATCH v7 0/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
 2026-01-16 12:19 UTC  (9+ messages)
` [PATCH v7 1/5] mm/page_ext: Add page_ext_get_phys()
` [PATCH v7 2/5] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v7 3/5] iommu: Add calls "
` [PATCH v7 4/5] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v7 5/5] iommu: debug-pagealloc: Check mapped/unmapped kernel memory

[PATCH v4] iommu: simplify list initialization across the iommu subsystem
 2026-01-16  8:02 UTC  (2+ messages)

[PATCH v5] iommu/arm-smmu-qcom: add actlr settings for mdss on Qualcomm platforms
 2026-01-16  6:32 UTC  (3+ messages)
` [PATCH] iommu/arm-smmu-qcom: Restore ACTLR settings for MDSS on sa8775p

[PATCH] iommu: amd: Fix uninitialized dev_data on probe failure
 2026-01-16  6:02 UTC  (3+ messages)

[PATCH] iommu/riscv: Simplify maximum determination in riscv_iommu_init_check()
 2026-01-16  2:22 UTC  (2+ messages)

[REGRESSION] qcom: iommu: nullpointer dereference on boot on apq8064
 2026-01-15 19:02 UTC  (4+ messages)

[PATCH rc v7 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
 2026-01-15 18:23 UTC  (5+ messages)
` [PATCH rc v7 1/4] iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence
` [PATCH rc v7 2/4] iommu/arm-smmu-v3: Mark STE MEV safe when computing the "
` [PATCH rc v7 3/4] iommu/arm-smmu-v3: Mark EATS_TRANS "
` [PATCH rc v7 4/4] iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverage

[PATCH rc v5 1/4] iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence
 2026-01-15 17:39 UTC  (15+ messages)

[PATCH v5 00/14] iommu/amd: Introduce Nested Translation support
 2026-01-15  9:25 UTC  (15+ messages)
` [PATCH v5 05/14] iommu/amd: Introduce helper function amd_iommu_update_dte()
` [PATCH v5 11/14] iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invalidation
` [PATCH v5 13/14] iommu/amd: Refactor logic to program the host page table in DTE

[PATCH rc] iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate
 2026-01-15  1:12 UTC 

[PATCH v6 3/4] iommu: debug-pagealloc: Track IOMMU pages
 2026-01-14 17:41 UTC  (13+ messages)

[PATCH rc v6 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
 2026-01-14 16:59 UTC  (11+ messages)
` [PATCH rc v6 1/4] iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence
` [PATCH rc v6 2/4] iommu/arm-smmu-v3: Mark STE MEV safe when computing the "
` [PATCH rc v6 3/4] iommu/arm-smmu-v3: Mark STE EATS "
` [PATCH rc v6 4/4] iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverage

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-01-14 15:43 UTC  (7+ messages)
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v12 0/6] Add support for Verisilicon IOMMU used by media
 2026-01-14 10:09 UTC  (7+ messages)
` [PATCH v12 1/6] dt-bindings: vendor-prefixes: Add Verisilicon
` [PATCH v12 2/6] dt-bindings: iommu: verisilicon: Add binding for VSI IOMMU
` [PATCH v12 3/6] iommu: Add verisilicon IOMMU driver
` [PATCH v12 4/6] media: verisilicon: AV1: Restore IOMMU context before decoding a frame
` [PATCH v12 5/6] arm64: dts: rockchip: Add verisilicon IOMMU node on RK3588
` [PATCH v12 6/6] arm64: defconfig: enable Verisilicon IOMMU for Rockchip RK3588


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