Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-01-22 03:04:18 to 2026-01-27 08:58:41 UTC [more...]

[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-27  8:58 UTC  (13+ messages)
` [PATCH v5 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v5 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v5 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v5 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v5 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()

[PATCH RFCv1 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-01-27  8:10 UTC  (22+ messages)
` [PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH RFCv1 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-27  8:08 UTC  (12+ messages)

[PATCH rc] iommupt: Only cache flush memory changed by unmap
 2026-01-27  7:33 UTC  (5+ messages)

[PATCH v6 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-01-27  4:15 UTC  (6+ messages)
` [PATCH v6 2/3] of: factor arguments passed to of_map_id() into a struct

[PATCH v2 00/10] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-01-27  3:34 UTC  (22+ 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 v9 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2026-01-27  3:14 UTC  (35+ messages)
` [PATCH v9 1/7] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v9 2/7] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v9 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v9 4/7] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v9 6/7] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v9 7/7] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs

[PATCH v10 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2026-01-27  3:09 UTC  (9+ messages)
` [PATCH v10 1/8] iommu/arm-smmu-v3: Add a missing dma_wmb() for hitless STE update
` [PATCH v10 2/8] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v10 3/8] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v10 4/8] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v10 5/8] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v10 6/8] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v10 7/8] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v10 8/8] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-27  3:07 UTC  (39+ messages)
` [PATCH v0 04/15] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH v0 05/15] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO
` [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] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2026-01-26 16:33 UTC  (5+ messages)

AMD IOMMU issue with hibernate on Asrock X600
 2026-01-26 15:02 UTC  (2+ messages)
` Asrock X600 port80 UART

[PATCH v5 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2026-01-26 15:11 UTC  (11+ messages)
` [PATCH v5 01/10] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [PATCH v5 02/10] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [PATCH v5 03/10] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [PATCH v5 04/10] iommu/tegra241-cmdqv: Restore PROD and CONS after resume
` [PATCH v5 05/10] iommu/arm-smmu-v3: Cache and restore MSI config
` [PATCH v5 06/10] iommu/arm-smmu-v3: Add a usage counter for cmdq
` [PATCH v5 07/10] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [PATCH v5 08/10] iommu/arm-smmu-v3: Handle gerror during suspend
` [PATCH v5 09/10] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [PATCH v5 10/10] iommu/arm-smmu-v3: Invoke pm_runtime before hw access

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

[PATCH 0/7] media: iris: add support for kaanapali platform
 2026-01-26 13:46 UTC  (10+ messages)
` [PATCH 1/7] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH 2/7] of: factor out of_map_id() code
` [PATCH 3/7] of/iommu: add multi-map support
` [PATCH 4/7] media: iris: Switch to hardware mode after firmware boot
` [PATCH 5/7] media: iris: add context bank devices using iommu-map
` [PATCH 6/7] media: iris: add helper to select context bank device
` [PATCH 7/7] media: iris: Add platform data for kaanapali

[PATCH] iommufd: Initialize batch->kind field in pfn_batch
 2026-01-26  8:05 UTC  (3+ messages)

[PATCH] iommufd: Initialize batch->kind in batch_clear()
 2026-01-26  7:56 UTC  (2+ messages)

[PATCH v6 0/3] dma-mapping: benchmark: Add support for dma_map_sg
 2026-01-26  2:51 UTC  (3+ messages)
` [PATCH v6 3/3] tools/dma: Add dma_map_sg support

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2026-01-26  1:43 UTC  (4+ messages)
` [PATCH v2 1/8] arm64: Provide dcache_by_myline_op_nosync helper

[syzbot] [iommu?] KMSAN: uninit-value in iopt_pages_unfill_xarray
 2026-01-25  6:02 UTC 

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2026-01-24  7:49 UTC  (10+ 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)

[syzbot] [iommu?] KMSAN: uninit-value in pfn_reader_next
 2026-01-24  6:45 UTC 

[git pull] IOMMU Fixes for Linux v6.19-rc6
 2026-01-23 21:24 UTC  (2+ messages)

Xe performance regression with recent IOMMU changes
 2026-01-23 19:07 UTC  (10+ messages)

[REGRESSION] qcom: iommu: nullpointer dereference on boot on apq8064
 2026-01-23 18:10 UTC  (6+ messages)

[PATCH rc v7 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
 2026-01-23 17:49 UTC  (2+ messages)

[PATCH rc] iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is Translate
 2026-01-23 17:49 UTC  (2+ messages)

[PATCH V8 0/4] Add device tree support for NVIDIA Tegra CMDQV
 2026-01-23 17:49 UTC  (2+ messages)

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

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-23 16:31 UTC  (11+ messages)
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete

[RFC PATCH v4 00/38] NTB transport backed by PCI EP embedded DMA
 2026-01-23 15:44 UTC  (12+ messages)
` [RFC PATCH v4 02/38] dmaengine: dw-edma: Add per-channel interrupt routing control
` [RFC PATCH v4 15/38] PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()
` [RFC PATCH v4 36/38] PCI: endpoint: pci-epf-test: Add remote eDMA-backed mode

[PATCH v2 0/5] Convert riscv to use the generic iommu page table
 2026-01-23 13:52 UTC  (7+ messages)

[PATCH 03/21] iommu/amd: Use core's primary handler and set IRQF_ONESHOT
 2026-01-23 11:36 UTC 

[PATCH] iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()
 2026-01-23  4:12 UTC  (4+ messages)

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

[PATCH v2] iommu/amd: serialize sequence allocation under concurrent TLB invalidations
 2026-01-22 15:30 UTC 

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

[PATCH v2] iommu/riscv: Add IOTINVAL after updating DDT/PDT entries
 2026-01-22 14:32 UTC 

[PATCH v2] dma/pool: respect __GFP_NOWARN in dma_alloc_from_pool()
 2026-01-22 10:06 UTC  (5+ messages)

[PATCH 1/2] rust: iommu: fix Rust formatting
 2026-01-22  8:22 UTC  (3+ messages)

[PATCH 0/7] [PULL REQUEST] Intel IOMMU updates for v6.20
 2026-01-22  8:20 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