Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-08-07 11:03:22 to 2026-08-11 15:51:03 UTC [more...]

[PATCH v3 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-08-11 15:50 UTC  (6+ messages)
` [PATCH v3 1/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v3 2/5] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v3 3/5] iommu/x86: Share the architectural MSI reserved range
` [PATCH v3 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v3 5/5] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v3 0/6] iommu/arm-smmu: Add interconnect bandwidth voting support
 2026-08-11 15:09 UTC  (10+ messages)
` [PATCH v3 1/6] dt-bindings: iommu: arm,smmu: Document interconnects property

[syzbot] [iommu?] KASAN: slab-use-after-free Read in free_iova
 2026-08-11 13:49 UTC  (7+ messages)

[RFC PATCH] dma: swiotlb: Size shared default pools for memory encryption
 2026-08-11 13:40 UTC 

[PATCH 00/12] iommu: qcom_iommu: implement support for instances on MSM8974
 2026-08-11 12:43 UTC  (15+ messages)
` [PATCH 01/12] dt-bindings: iommu: qcom,iommu: document the MSM8974 IOMMUs
` [PATCH 02/12] iommu: arm-smmu: add global register definitions used by the QSMMU
` [PATCH 03/12] iommu: qcom_iommu: extract context bank programming into a helper
` [PATCH 04/12] iommu: qcom_iommu: support the short-descriptor pagetable format
` [PATCH 05/12] iommu: qcom_iommu: handle the SMMU global register space
` [PATCH 06/12] iommu: qcom_iommu: support non-TZ-managed instances
` [PATCH 07/12] iommu: qcom_iommu: restore context bank state after power collapse
` [PATCH 08/12] iommu: qcom_iommu: halt the micro-MMU while programming context banks
` [PATCH 09/12] iommu: qcom_iommu: allow faulting transactions to terminate
` [PATCH 10/12] iommu: qcom_iommu: program BFP (prefetch) settings
` [PATCH 11/12] iommu: qcom_iommu: add the MSM8974 instances
` [PATCH 12/12] ARM: dts: qcom: msm8974: add the IOMMUs

[BUG] iommufd/selftest: KASAN slab-use-after-free in iommu_report_device_fault
 2026-08-11  9:59 UTC  (5+ messages)

[PATCH] iommufd: Fix UAF in selftest IOPF reporting
 2026-08-11  9:55 UTC 

[PATCH v3 00/17] PCI/P2PDMA: Fix ACS egress control handling
 2026-08-11  9:30 UTC  (18+ messages)
` [PATCH v3 01/17] PCI/P2PDMA: Do not tear down the allocate attribute on registration failure
` [PATCH v3 02/17] PCI/P2PDMA: Wait for RCU readers before freeing state
` [PATCH v3 03/17] PCI/P2PDMA: Restrict the p2pmem search to pool backed providers
` [PATCH v3 04/17] PCI/P2PDMA: Safely terminate ACS redirect lists
` [PATCH v3 05/17] PCI/P2PDMA: Document the pdev->p2pdma lifetime and RCU rules
` [PATCH v3 06/17] PCI/P2PDMA: Gate the host bridge whitelist warning on verbose
` [PATCH v3 07/17] PCI/P2PDMA: Document the Address Type assumption
` [PATCH v3 08/17] PCI: Account for Direct Translated P2P in ACS isolation checks
` [PATCH v3 09/17] PCI: Add ACS egress control vector accessor
` [PATCH v3 10/17] PCI: Account for ACS egress control in isolation checks
` [PATCH v3 11/17] PCI/P2PDMA: Derive peer-to-peer routing from ACS control bits
` [PATCH v3 12/17] PCI/P2PDMA: Honor ACS egress control vectors
` [PATCH v3 13/17] PCI/P2PDMA: Document ACS egress control handling
` [PATCH v3 14/17] PCI/P2PDMA: Extract pure ACS routing decision helpers
` [PATCH v3 15/17] PCI/P2PDMA: Add KUnit tests for ACS routing decisions
` [PATCH v3 16/17] PCI/P2PDMA: Add KUnit coverage for the ACS P2P routing walk
` [PATCH v3 17/17] PCI: Add KUnit coverage for ACS isolation checks

[PATCH v4 00/24] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-08-11  7:18 UTC  (16+ messages)
` [PATCH 02/24] iommu/amd: Introduce vIOMMU-specific events and event
` [PATCH 03/24] iommu/amd: Detect and initialize AMD vIOMMU feature
` [PATCH 05/24] iommu/amd: Allocate Guest IDs for IOMMUFD vIOMMU instances
` [PATCH 06/24] iommu/amd: Map vIOMMU VF and VF Control MMIO BARs
` [PATCH 07/24] iommu/amd: Add support for AMD vIOMMU VF MMIO region
` [PATCH 10/24] iommu/amd: Pass iommu to device_flush_dte()
` [PATCH 18/24] iommu/amd: Introduce helper function for updating device ID mapping table

[PATCH v2] iommu/amd: Add SNP page mode 0 support
 2026-08-11  7:04 UTC  (2+ messages)

[PATCH v2 0/5] iommu/amd: PRI related cleanup and fixes for v7.3
 2026-08-11  7:03 UTC  (7+ messages)
` [PATCH v2 1/5] iommu/amd: Fix incorrect device ID in invalid PASID error message
` [PATCH v2 2/5] iommu/amd: Introduce PPR_TAG_LAST_PAGE() macro
` [PATCH v2 3/5] iommu/amd: Fix missing CMD_COMPLETE_PPR response for invalid PPR requests
` [PATCH v2 4/5] iommu/amd: Rate limit INVALID_PPR_REQUEST error logging
` [PATCH v2 5/5] iommu/amd: Fix GN bit setting in COMPLETE_PPR_REQUEST command

[PATCH] iommu/amd: Add SNP page mode 0 support
 2026-08-11  6:39 UTC  (4+ messages)

[PATCH v4] iommu/io-pgtable-arm: Add support for contiguous hint bit
 2026-08-11  5:04 UTC  (2+ messages)

[PATCH 0/5] iommu/amd: PRI related cleanup and fixes
 2026-08-11  4:13 UTC  (3+ messages)

[RFC PATCH v3 0/6] Add support for AMD IOMMU GAPPI
 2026-08-11  0:48 UTC  (5+ messages)
` [RFC PATCH v3 3/6] iommu/amd: KVM: SVM: Add explicit vCPU running state to IOMMU interface

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-08-10 23:54 UTC  (12+ messages)
  ` [PATCH v3 06/11] mm/cma: Allow dynamically creating CMA areas

[PATCH 0/2] iommu/amd: Do not request ACS when IOMMU is not going to be initialized
 2026-08-10 20:36 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iommu/amd: Remove ad-hoc checks that are never true

[PATCH] iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when racing with iopt_map_file_pages
 2026-08-10 19:59 UTC  (2+ messages)

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-10 19:06 UTC  (15+ messages)
` [PATCH v4 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v4 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v4 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v4 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v4 05/10] mm/cma: Allow dynamically creating CMA areas
` [PATCH v4 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v4 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v4 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v4 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v4 10/10] arm64: tegra: Add VPR placeholder node on Tegra264

[PATCH 0/2] Add arm-smmu-v3 support for instcfg data override feature
 2026-08-10 18:03 UTC  (15+ messages)
` [PATCH 2/2] iommu/arm-smmu-v3: Override for Inst/Data attribute

[PATCH v8 17/23] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
 2026-08-10 16:21 UTC  (26+ messages)
` [PATCH] arm64: swiotlb: Keep the default size for protected guests

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-08-10 15:08 UTC  (15+ messages)
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference

[PATCH v2 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-10  9:07 UTC  (4+ messages)
` [PATCH v2 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
` [PATCH v2 2/3] x86/irq: Use irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH v2 3/3] x86/irq, iommu/amd, PCI: Drop redundant irq_retrigger inits

[PATCH v3 00/19] iommu/riscv: Enable MSI remapping, IOMMU_DMA and VFIO
 2026-08-10  8:11 UTC  (25+ messages)
` [PATCH v3 01/19] iommufd: Convert struct iommufd_sw_msi_maps to a growable bitmap
` [PATCH v3 02/19] iommufd: Add iommufd_sw_map_msi()
` [PATCH v3 03/19] iommu/dma: Add iommu_dma_sw_map_msi()
` [PATCH v3 04/19] iommu/dma: Add iommu_dma_map_msi()
` [PATCH v3 05/19] genirq/msi: Provide DOMAIN_BUS_MSI_REMAP
` [PATCH v3 06/19] irqchip/riscv-imsic: Compose MSI updates through the hierarchy
` [PATCH v3 07/19] iommu/riscv: Add IRQ domain for interrupt remapping
` [PATCH v3 08/19] iommu/riscv: Prepare info->domain for concurrent RCU read access
` [PATCH v3 09/19] iommu/riscv: Publish IOMMU_RESV_SW_MSI region for iommufd MSI remapping
` [PATCH v3 10/19] iommu/riscv: Pre-map IMSIC MSI targets
` [PATCH v3 11/19] iommu/riscv: Copy MSI IOVA table when replacing an iommufd domain
` [PATCH v3 12/19] iommu/riscv: Gate identity boundary switches with live MSIs
` [PATCH v3 13/19] iommu/riscv: Implement irq_compose_msi_msg for IMSIC remapping
` [PATCH v3 14/19] iommu/dma: Enable IOMMU_DMA for 64-bit RISC-V
` [PATCH v3 15/19] iommu/riscv: report iommu capabilities
` [PATCH v3 16/19] vfio: enable IOMMU_TYPE1 for RISC-V
` [PATCH v3 17/19] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [PATCH v3 18/19] riscv: defconfig: Enable IOMMUFD and VFIO
` [PATCH v3 19/19] selftests/vfio: Allow building on RISC-V

[PATCH v2 00/19][PULL REQUEST] Intel IOMMU updates for v7.3
 2026-08-10  8:04 UTC  (2+ messages)

[PATCH v2] iommu/dma: Restore locking around msi_page_list
 2026-08-10  7:57 UTC  (2+ messages)

[PATCH 0/4] iommu: Fix SVA, iommufd, and iommupt error paths
 2026-08-10  7:52 UTC  (3+ messages)

[PATCH] swiotlb: eliminate per-map atomic contention on used/hiwater tracking
 2026-08-09 15:50 UTC  (3+ messages)
` [PATCH v3] dma/swiotlb: decouple high watermark tracking from CONFIG_DEBUG_FS

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-08-09  4:13 UTC  (8+ messages)
` [RFC PATCH 4/7] iommu/riscv: Program QoS IDs for assigned groups
` [RFC PATCH 5/7] iommu/riscv: Expose global QoS IDs in sysfs
    ` [External] Re: [RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment

[PATCH v3 00/18] iommu: Add live update state preservation
 2026-08-08  2:31 UTC  (4+ messages)
` [PATCH v3 02/18] iommu: Implement IOMMU Live update FLB callbacks

[PATCH v4 00/18] iommu: Add live update state preservation
 2026-08-08  2:27 UTC  (19+ messages)
` [PATCH v4 01/18] memfd: export memfd_get_seals()
` [PATCH v4 02/18] iommu: Implement IOMMU Live update FLB callbacks
` [PATCH v4 03/18] iommu/pages: Add APIs to preserve/unpreserve/restore iommu pages
` [PATCH v4 04/18] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v4 05/18] iommu: Implement IOMMU domain preservation
` [PATCH v4 06/18] iommu: Implement device and IOMMU HW preservation
` [PATCH v4 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v4 08/18] iommu/vt-d: Clear unpreserved context entries during shutdown
` [PATCH v4 09/18] iommu: Add APIs to get iommu and device preserved state
` [PATCH v4 10/18] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v4 11/18] iommu: Restore and reattach preserved domains to devices
` [PATCH v4 12/18] iommu/vt-d: Handle reattach of the restored domain
` [PATCH v4 13/18] iommu/vt-d: Preserve PASID table of preserved device
` [PATCH v4 14/18] iommufd: Implement ioctl to mark HWPT for preservation
` [PATCH v4 15/18] iommufd: Persist iommu hardware pagetables for live update
` [PATCH v4 16/18] iommufd: Add APIs to preserve/unpreserve a vfio cdev
` [PATCH v4 17/18] vfio/pci: Preserve the iommufd state of the "
` [PATCH v4 18/18] iommufd/selftest: Add test to verify iommufd preservation

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-08-07 15:36 UTC  (7+ messages)

[RFC PATCH v6 0/9] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-08-07 14:24 UTC  (6+ messages)
` [RFC PATCH v6 7/9] accel/rocket: add RK3576 NPU (RKNN) support


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