Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-01-23 17:50:04 to 2026-01-28 01:25:29 UTC [more...]

[RFC PATCH RESEND 0/5] amd_iommu: support up to 2048 MSI vectors per IRT
 2026-01-28  1:25 UTC  (5+ messages)
` [RFC PATCH RESEND 2/5] vfio/iommufd: Add amd specific hardware info struct to vendor capability

[PATCH RFCv1 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-01-28  0:57 UTC  (24+ 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 v9 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2026-01-28  0:05 UTC  (33+ messages)
` [PATCH v9 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs 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 v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-01-27 22:31 UTC  (43+ 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 v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-27 20:45 UTC  (20+ 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()

[RFC PATCH] powerpc: iommu: Initial IOMMUFD support for PPC64
 2026-01-27 19:16 UTC  (2+ messages)

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

[PATCH v2 00/10] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2026-01-27 17:59 UTC  (36+ 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 10/10] iommu/arm-smmu-v3: Allow sharing domain across SMMUs

[PATCH 0/7] media: iris: add support for kaanapali platform
 2026-01-27 16:58 UTC  (22+ 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] iommu/arm-smmu: Use pm_runtime in fault handlers
 2026-01-27 16:05 UTC  (3+ messages)

[PATCH v10 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2026-01-27 16:02 UTC  (11+ 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] of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
 2026-01-27 15:08 UTC  (6+ messages)

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-01-27 14:25 UTC  (13+ 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

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] 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  (9+ 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  (7+ 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)


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