Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-12-18 17:33:22 to 2025-12-30 10:16:16 UTC [more...]

[PATCH RFC 00/13] fix DMA aligment issues around virtio
 2025-12-30 10:16 UTC  (8+ messages)
` [PATCH RFC 01/13] dma-mapping: add __dma_from_device_align_begin/end
` [PATCH RFC 02/13] docs: dma-api: document __dma_align_begin/end
` [PATCH RFC 03/13] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 04/13] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 05/13] dma-debug: track cache clean flag in entries
` [PATCH RFC 06/13] virtio: add virtqueue_add_inbuf_cache_clean API
` [PATCH RFC 07/13] vsock/virtio: fix DMA alignment for event_list

[PATCH v5 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-12-30  1:19 UTC  (4+ messages)
` [PATCH v5 2/8] iommu: Remove IOMMU_DEV_FEAT_SVA

[REGRESSION] qcom: iommu: nullpointer dereference on boot on apq8064
 2025-12-29 22:26 UTC 

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2025-12-29 14:40 UTC  (20+ messages)
` [PATCH v2 1/8] arm64: Provide dcache_by_myline_op_nosync helper
` [PATCH v2 2/8] arm64: Provide dcache_clean_poc_nosync helper
` [PATCH v2 3/8] arm64: Provide dcache_inval_poc_nosync helper
` [PATCH v2 4/8] dma-mapping: Separate DMA sync issuing and completion waiting
` [PATCH v2 5/8] dma-mapping: Support batch mode for dma_direct_sync_sg_for_*
` [PATCH v2 6/8] dma-mapping: Support batch mode for dma_direct_{map,unmap}_sg
` [PATCH RFC v2 7/8] dma-iommu: Support DMA sync batch mode for IOVA link and unlink
` [PATCH RFC v2 8/8] dma-iommu: Support DMA sync batch mode for iommu_dma_sync_sg_for_{cpu, device}

[PATCH] iommu/arm-smmu-v3: Maintain valid access attributes for non-coherent SMMU
 2025-12-29  0:23 UTC 

[PATCH 0/2] iommu/vt-d: Ensure memory ordering in context & root entry updates
 2025-12-27 18:06 UTC  (7+ messages)
` [PATCH 1/2] iommu/vt-d: Ensure memory ordering in context "
` [PATCH 2/2] iommu/vt-d: Use WRITE_ONCE for setting root table entries

[PATCH v2 0/5] iommu/vt-d: Ensure memory ordering in context & root entry updates
 2025-12-27 17:57 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/vt-d: Sanitize set bits in pasid_set_bits()
` [PATCH v2 2/5] iommu/vt-d: Generalize pasid_set_bits()
` [PATCH v2 3/5] iommu/vt-d: Ensure memory ordering in context entry updates
` [PATCH v2 4/5] iommu/vt-d: Use smp_wmb() before setting context/pasid present bit
` [PATCH v2 5/5] iommu/vt-d: Use WRITE_ONCE for setting root table entries

[PATCH v2 0/4] Enforce host page-size alignment for shared buffers
 2025-12-26  8:59 UTC  (13+ messages)
` [PATCH v2 1/4] swiotlb: dma: its: "
` [PATCH v2 2/4] coco: guest: arm64: Fetch host IPA change alignment via RHI hostconf
` [PATCH v2 3/4] coco: host: arm64: Handle hostconf RHI calls in kernel
` [PATCH v2 4/4] dma: direct: set decrypted flag for remapped dma allocations

[PATCH 0/6] dma-mapping: arm64: support batched cache sync
 2025-12-25 13:40 UTC  (30+ messages)
` [PATCH 1/6] arm64: Provide dcache_by_myline_op_nosync helper
` [PATCH 2/6] arm64: Provide dcache_clean_poc_nosync helper
` [PATCH 3/6] arm64: Provide dcache_inval_poc_nosync helper
` [PATCH 4/6] arm64: Provide arch_sync_dma_ batched helpers
` [PATCH 5/6] dma-mapping: Allow batched DMA sync operations if supported by the arch
` [PATCH RFC 6/6] dma-iommu: Allow DMA sync batching for IOVA link/unlink

[PATCH] dt-bindings: Remove unused includes
 2025-12-25  9:07 UTC  (2+ messages)

[PATCH] iommu/riscv: Fix unsigned comparison with negative error code
 2025-12-25  4:32 UTC  (2+ messages)

[PATCH] iommu/amd: Drop incorrect NULL check for iommu in alloc_irq_table()
 2025-12-24 13:43 UTC  (2+ messages)

[PATCH] iommufd: fix selftest link dependency on amdv1 driver
 2025-12-24 10:17 UTC  (3+ messages)

[RFC PATCH v4 0/8] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-12-24  7:39 UTC  (3+ messages)
` [PATCH v4 6/8] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops

[PATCH v3 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2025-12-24  3:37 UTC  (6+ messages)
` [PATCH v3 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v3 2/3] of: factor arguments passed to of_map_id() into a struct
` [PATCH v3 3/3] of: Respect #{iommu,msi}-cells in maps

[PATCH v2 2/2] iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode
 2025-12-24  3:08 UTC  (5+ messages)

[GIT PULL] dma-mapping fix for Linux 6.19
 2025-12-23 19:40 UTC  (4+ messages)

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-12-23  8:59 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)

[PATCH v2] iommu/vt-d: Flush piotlb for SVM and Nested domain
 2025-12-23  6:58 UTC 

About RISC-V IOMMU PMU
 2025-12-23  5:02 UTC  (3+ messages)

[PATCH v5 0/3] dma-mapping: benchmark: Add support for dma_map_sg
 2025-12-23  3:25 UTC  (13+ messages)
` [PATCH v5 1/3] dma-mapping: benchmark: modify the framework to adapt to more map modes
` [PATCH v5 2/3] dma-mapping: benchmark: add support for dma_map_sg
` [PATCH v5 3/3] tools/dma: Add dma_map_sg support

Question: AMD IOMMU v1 contiguous PTE OA encoding triggers FIELD_PREP overflow
 2025-12-23  2:26 UTC 

[PATCH v10 5/7] media: verisilicon: AV1: Restore IOMMU context before decoding a frame
 2025-12-22 15:32 UTC  (2+ messages)

[PATCH v4 0/2] iommu: Avoid setting C-bit for MMIO addresses
 2025-12-22  2:14 UTC  (4+ messages)
` [PATCH v4 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PATCH] iommu: amd: Fix uninitialized dev_data on probe failure
 2025-12-21 17:34 UTC 

[PATCH v2] iommu/vt-d: Flush cache for PASID table before using it
 2025-12-21 12:35 UTC 

[PATCH] iommu/vt-d: Flush cache for PASID table before using it
 2025-12-21  8:11 UTC  (2+ messages)

[PATCH v4] io: add io_pgtable abstraction
 2025-12-21  0:06 UTC  (12+ messages)

[git pull] IOMMU Fixes for Linux v6.19-rc1
 2025-12-20 19:45 UTC  (2+ messages)

[RFC PATCH] dma-iommu: Introduce API to reserve IOVA regions for dynamically created devices
 2025-12-20  2:35 UTC 

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2025-12-19 21:26 UTC  (7+ messages)
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver

[PATCH v1 0/9] iommu/arm-smmu-v3: Share domain across SMMU/vSMMU instances
 2025-12-19 20:56 UTC  (14+ messages)
` [PATCH v1 1/9] iommu/arm-smmu-v3: Pass in ssid to arm_smmu_make_s1_cd()
` [PATCH v1 2/9] iommu/arm-smmu-v3: Add alloc_id/free_id functions to arm_smmu_invs
` [PATCH v1 3/9] iommu/arm-smmu-v3: Store ASIDs and VMID in arm_smmu_master
` [PATCH v1 4/9] iommu/arm-smmu-v3: Use alloc_id/free_id ops in arm_smmu_invs_merge/unref
` [PATCH v1 5/9] iommu/arm-smmu-v3: Install to CD/STE the ASID/VMID stored in the master
` [PATCH v1 6/9] iommu/arm-smmu-v3: Use dummy ASID/VMID in arm_smmu_master_build_invs()
` [PATCH v1 7/9] iommu/arm-smmu-v3: Remove free_fn argument from arm_smmu_invs_unref()
` [PATCH v1 8/9] iommu/arm-smmu-v3: Remove ASID/VMID from arm_smmu_domain
` [PATCH v1 9/9] iommu/arm-smmu-v3: Allow sharing domain across SMMUs

[PATCH v9 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-12-19 20:11 UTC  (8+ 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 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [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 v8 0/7] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
 2025-12-19 19:00 UTC  (7+ messages)
` [PATCH v8 5/7] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters

[PATCH V7 0/4] Add device tree support for NVIDIA Tegra CMDQV
 2025-12-19 18:49 UTC  (8+ messages)
` [PATCH V7 2/4] iommu/arm-smmu-v3: Add device-tree support for CMDQV driver

[PATCH v2 0/2] amd/iommu: Preserve domain ids inside the kdump kernel
 2025-12-19 10:29 UTC  (3+ messages)

[PATCH v2 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-12-19  8:10 UTC  (2+ messages)

[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
 2025-12-19  8:10 UTC  (2+ messages)

[PATCH rc v4 0/4] iommu/arm-smmu-v3: Fix hitless STE update in nesting cases
 2025-12-19  6:05 UTC  (11+ messages)
` [PATCH rc v4 1/4] iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequence
` [PATCH rc v4 3/4] iommu/arm-smmu-v3: Mark STE EATS safe when computing the "
` [PATCH rc v4 4/4] iommu/arm-smmu-v3-test: Add nested s1bypass/s1dssbypass coverage

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

[GIT PULL] Please pull IOMMUFD subsystem changes
 2025-12-18 20:39 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