Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-01-20 10:50:00 to 2026-01-22 03:04:18 UTC [more...]

[PATCH] iommu/arm-smmu-qcom: do not register driver in probe()
 2026-01-22  3:03 UTC  (7+ messages)

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-22  2:44 UTC  (28+ messages)
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 05/38] dmaengine: dw-edma: Add a helper to query linked-list region
` [RFC PATCH v4 08/38] NTB: epf: Provide db_vector_count/db_vector_mask callbacks
` [RFC PATCH v4 11/38] NTB: core: Add .get_dma_dev() to ntb_dev_ops
` [RFC PATCH v4 13/38] PCI: endpoint: pci-epf-vntb: Support BAR subrange mappings for MWs
` [RFC PATCH v4 16/38] NTB: ntb_transport: Move TX memory window setup into setup_qp_mw()

[PATCH 0/7] [PULL REQUEST] Intel IOMMU updates for v6.20
 2026-01-22  1:48 UTC  (8+ messages)
` [PATCH 1/7] iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode
` [PATCH 2/7] iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in "
` [PATCH 3/7] iommu/vt-d: Flush cache for PASID table before using it
` [PATCH 4/7] iommu/vt-d: Flush piotlb for SVM and Nested domain
` [PATCH 5/7] iommu/vt-d: Clear Present bit before tearing down PASID entry
` [PATCH 6/7] iommu/vt-d: Clear Present bit before tearing down context entry
` [PATCH 7/7] iommu/vt-d: Fix race condition during PASID entry replacement

[PATCH v2 0/5] Convert riscv to use the generic iommu page table
 2026-01-22  1:46 UTC  (2+ messages)

[PATCH v2 00/10] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-01-22  1:24 UTC  (11+ messages)
` [PATCH v2 01/10] iommu/arm-smmu-v3: Store IOTLB cache tags in struct arm_smmu_attach_state
` [PATCH v2 02/10] iommu/arm-smmu-v3: Pass in IOTLB cache tag to CD and STE
` [PATCH v2 03/10] iommu/arm-smmu-v3: Look for existing iotlb tag in smmu_domain->invs
` [PATCH v2 04/10] iommu/arm-smmu-v3: Allocate IOTLB cache tag if no id to reuse
` [PATCH v2 05/10] iommu/arm-smmu-v3: Flush iotlb in arm_smmu_iotlb_tag_free()
` [PATCH v2 06/10] iommu/arm-smmu-v3: Allocate vmid in arm_vsmmu_init
` [PATCH v2 07/10] iommu/arm-smmu-v3: Pass in vsmmu to arm_smmu_domain_get_iotlb_tag()
` [PATCH v2 08/10] iommu/arm-smmu-v3: Introduce INV_TYPE_S2_VMID_VSMMU
` [PATCH v2 09/10] iommu/arm-smmu-v3: Remove ASID/VMID from arm_smmu_domain
` [PATCH v2 10/10] iommu/arm-smmu-v3: Allow sharing domain across SMMUs

[PATCH RFCv1 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-01-22  1:17 UTC  (6+ messages)
` [PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices

[PATCH v5] drm/msm/a8xx: Add UBWC v6 support
 2026-01-21 23:28 UTC  (3+ messages)

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 19:45 UTC  (35+ messages)
` [PATCH v3 1/7] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v3 2/7] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v3 3/7] dma-buf: Document RDMA non-ODP invalidate_mapping() special case
` [PATCH v3 4/7] dma-buf: Add check function for revoke semantics
` [PATCH v3 5/7] iommufd: Pin dma-buf importer "
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
` [PATCH v3 7/7] vfio: Validate dma-buf revocation semantics

[PATCH 1/2] rust: iommu: fix Rust formatting
 2026-01-21 18:43 UTC  (2+ messages)
` [PATCH 2/2] rust: iommu: fix `srctree` link warning

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2026-01-21 18:13 UTC  (8+ messages)
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
    ` possible deadlock due to irq_set_thread_affinity() calling into the scheduler (was Re: [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU)

Xe performance regression with recent IOMMU changes
 2026-01-21 18:04 UTC  (3+ messages)

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-21 17:09 UTC  (7+ messages)

[PATCH v4 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-21 15:50 UTC  (18+ messages)
` [PATCH v4 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v4 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v4 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v4 4/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v4 5/8] dma-buf: Add check function for revoke semantics
` [PATCH v4 6/8] iommufd: Pin dma-buf importer "
` [PATCH v4 7/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v4 8/8] vfio: Validate dma-buf revocation semantics

IOMMU regression in linux-6.18.y
 2026-01-21 14:55 UTC  (6+ messages)

types: reuse common phys_vec type instead of DMABUF open‑coded variant
 2026-01-21 14:34 UTC  (3+ messages)

[PATCH v5] driver core: enforce device_lock for driver_match_device()
 2026-01-21 14:13 UTC  (10+ messages)

[PATCH v12 0/6] Add support for Verisilicon IOMMU used by media
 2026-01-21 13:52 UTC  (5+ messages)
` [PATCH v12 3/6] iommu: Add verisilicon IOMMU driver

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

[PATCH v2 0/2] iommu: debug-pagealloc: Remove pfn_valid() usage
 2026-01-21 11:52 UTC  (2+ messages)

[PATCH v2 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-21  8:12 UTC  (17+ messages)
` [PATCH v2 1/3] iommu/vt-d: Clear Present bit before tearing down PASID entry
` [PATCH v2 2/3] iommu/vt-d: Clear Present bit before tearing down context entry
` [PATCH v2 3/3] iommu/vt-d: Fix race condition during PASID entry replacement

[PATCH] iommu/amd: serialize sequence allocation under concurrent TLB invalidations
 2026-01-21  6:49 UTC  (3+ messages)

[PATCH v2 0/2] Let iommupt manage changes in page size internally
 2026-01-21  6:40 UTC  (3+ messages)
` [PATCH v2 2/2] iommupt: Avoid rewalking during map

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

[PATCH] arm64: swiotlb: Don’t shrink default buffer when bounce is forced
 2026-01-21  6:10 UTC  (3+ messages)

[PATCH 1/2] dma-direct: Validate DMA mask against canonical DMA addresses
 2026-01-21  4:50 UTC  (17+ messages)

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-21  1:53 UTC  (21+ messages)
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO
` [PATCH v0 07/15] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH v0 09/15] mshv: Import data structs around device domains and irq remapping
` [PATCH v0 10/15] PCI: hv: Build device id for a VMBus device
` [PATCH v0 11/15] x86/hyperv: Build logical device ids for PCI passthru hcalls
` [PATCH v0 12/15] x86/hyperv: Implement hyperv virtual iommu
` [PATCH v0 13/15] x86/hyperv: Basic interrupt support for direct attached devices
` [PATCH v0 14/15] mshv: Remove mapping of mmio space during map user ioctl
` [PATCH v0 15/15] mshv: Populate mmio mappings for PCI passthru

[PATCH v0 03/15] x86/hyperv: add insufficient memory support in irqdomain.c
 2026-01-21  0:53 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-qcom: Restore ACTLR settings for MDSS on sa8775p
 2026-01-20 22:26 UTC  (2+ messages)

[PATCH v0 01/15] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
 2026-01-20 21:09 UTC  (3+ messages)

[GIT PULL] more dma-mapping fixes for Linux 6.19
 2026-01-20 18:37 UTC  (2+ messages)

[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
 2026-01-20 18:08 UTC  (3+ messages)
` [PATCH v3 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()

[PATCH 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-20 13:49 UTC  (9+ messages)
` [PATCH 2/3] iommu/vt-d: Clear Present bit before tearing down PASID entry

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-20 13:33 UTC  (8+ messages)
` [PATCH v2 3/4] iommufd: Require DMABUF revoke semantics

[PATCH] iommu/arm-smmu-v3: Maintain valid access attributes for non-coherent SMMU
 2026-01-20 13:11 UTC  (7+ messages)

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2026-01-20 12:33 UTC  (5+ messages)
` [PATCH v2 1/8] arm64: Provide dcache_by_myline_op_nosync helper
` [PATCH v2 3/8] arm64: Provide dcache_inval_poc_nosync helper

[PATCH 2/2] dma-direct: Make phys_to_dma() pick encrypted vs unencrypted per device
 2026-01-20 10:49 UTC  (2+ messages)


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