public inbox for iommu@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 21:06:39 to 2026-03-03 03:18:50 UTC [more...]

[PATCH v2 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-03-03  3:18 UTC  (9+ messages)
` [PATCH v2 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v2 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH 00/11] iommufd: Enable noiommu mode for cdev
 2026-03-03  0:35 UTC  (17+ messages)
` [PATCH 01/11] iommufd: Support a HWPT without an iommu driver for noiommu
` [PATCH 02/11] iommufd: Move igroup allocation to a function
` [PATCH 03/11] iommufd: Allow binding to a noiommu device
` [PATCH 04/11] iommufd: Add an ioctl IOMMU_IOAS_GET_PA to query PA from IOVA
` [PATCH 05/11] vfio: Allow null group for noiommu without containers
` [PATCH 06/11] vfio: Introduce and set noiommu flag on vfio_device
` [PATCH 07/11] vfio: Update noiommu device detection logic for cdev
` [PATCH 08/11] vfio: Enable cdev noiommu mode under iommufd
` [PATCH 09/11] vfio:selftest: Handle VFIO noiommu cdev
` [PATCH 10/11] selftests/vfio: Add iommufd noiommu mode selftest for cdev
` [PATCH 11/11] Doc: Update VFIO NOIOMMU mode

[PATCH] iommufd: vfio compatibility extension check for noiommu mode
 2026-03-03  0:29 UTC  (2+ messages)

[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-03-03  0:29 UTC  (29+ messages)
` [PATCH kernel 1/9] pci/tsm: Add TDISP report blob and helpers to parse it
` [PATCH kernel 2/9] pci/tsm: Add tsm_tdi_status
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices
` [PATCH kernel 6/9] x86/dma-direct: Stop changing encrypted page state "
` [PATCH kernel 9/9] pci: Allow encrypted MMIO mapping via sysfs

[PATCH] iommufd: Constify struct dma_buf_attach_ops
 2026-03-03  0:25 UTC  (2+ messages)

[PATCH] iommu/io-pgtable: fix all kernel-doc warnings in io-pgtable.h
 2026-03-02 23:58 UTC  (2+ messages)

[PATCH] iommu/amd: Adhere to IVINFO[VASIZE] for address limits
 2026-03-02 23:57 UTC  (3+ messages)

[PATCH rc 0/2] Fix two bugs in iommu gather processing
 2026-03-02 22:22 UTC  (3+ messages)
` [PATCH rc 1/2] iommu: Do not call drivers for empty gathers
` [PATCH rc 2/2] iommupt: Fix short gather if the unmap goes into a large mapping

[PATCH v3 4/5] dma-mapping: Separate DMA sync issuing and completion waiting
 2026-03-02 19:53 UTC  (2+ messages)

[PATCH v5 1/8] iommu/riscv: Enable IOMMU DMA mapping support
 2026-03-02 17:53 UTC  (13+ messages)
` [PATCH v5 2/8] iommu/riscv: Add auxiliary bus framework and HPM device support
` [PATCH v5 3/8] iommu/riscv: Add HPM support for performance monitoring
` [PATCH v5 4/8] dt-bindings: iommu: Add spacemit/t100 features
` [PATCH v5 5/8] spacemit/t100: Add global filter awareness for RISC-V IOMMU HPM
` [PATCH v5 6/8] iommu/riscv: Add SpacemiT T100 IOATC HPM support
` [PATCH v5 7/8] iommu/riscv: Add vendor event support for RISC-V IOMMU HPM
` [PATCH v5 8/8] perf vendor events riscv: Add SpacemiT T100 HPM event aliases

[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
 2026-03-02 15:57 UTC  (47+ messages)
` [PATCH RFC 04/18] accel/qda: Add built-in compute CB bus for QDA and integrate with IOMMU
` [PATCH RFC 05/18] accel/qda: Create compute CB devices on QDA compute bus
` [PATCH RFC 06/18] accel/qda: Add memory manager for CB devices
` [PATCH RFC 07/18] accel/qda: Add DRM accel device registration for QDA driver
` [PATCH RFC 08/18] accel/qda: Add per-file DRM context and open/close handling
` [PATCH RFC 09/18] accel/qda: Add QUERY IOCTL and basic QDA UAPI header
` [PATCH RFC 10/18] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH RFC 11/18] accel/qda: Add GEM_CREATE and GEM_MMAP_OFFSET IOCTLs
` [PATCH RFC 12/18] accel/qda: Add PRIME dma-buf import support
` [PATCH RFC 16/18] accel/qda: Add FastRPC-based DSP memory mapping support
` [PATCH RFC 18/18] MAINTAINERS: Add MAINTAINERS entry for QDA driver

[PATCH V1] iommu/sva: Fix crash in iommu_sva_unbind_device()
 2026-03-02 11:04 UTC  (6+ messages)

[PATCH v2] iommu/amd: Adhere to IVINFO[VASIZE] for address limits
 2026-03-02 10:39 UTC 

[PATCH v2 0/9] dma-buf: heaps: Turn heaps into modules
 2026-03-02  9:19 UTC  (15+ messages)
` [PATCH v2 1/9] dma: contiguous: Turn heap registration logic around
` [PATCH v2 2/9] dma: contiguous: Make dev_get_cma_area() a proper function
` [PATCH v2 3/9] dma: contiguous: Make dma_contiguous_default_area static
` [PATCH v2 4/9] mm: cma: Export dev_get_cma_area()
` [PATCH v2 5/9] mm: cma: Export cma_alloc and cma_release
` [PATCH v2 6/9] mm: cma: Export cma_get_name
` [PATCH v2 7/9] dma-buf: heaps: Export mem_accounting parameter
` [PATCH v2 8/9] dma-buf: heaps: cma: Turn the heap into a module
` [PATCH v2 9/9] dma-buf: heaps: system: "

[PATCH v8 07/15] iommupt: Add map_pages op
 2026-03-02  0:41 UTC  (9+ messages)

[PATCH RFC 00/26] Add DMA-buf mapping types and convert vfio/iommufd to use them
 2026-03-01 19:05 UTC  (2+ messages)

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

[RESEND,v8 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-03-01  8:39 UTC  (3+ messages)

[PATCH v2 0/2] iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device
 2026-03-01  3:50 UTC  (2+ messages)

[PATCH v5 0/8] iommu/riscv: Add HPM support for RISC-V IOMMU
 2026-03-01  3:36 UTC  (3+ messages)

FAILED: Patch "iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode" failed to apply to 5.10-stable tree
 2026-03-01  2:01 UTC 

FAILED: Patch "iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode" failed to apply to 5.15-stable tree
 2026-03-01  1:51 UTC 

FAILED: Patch "iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode" failed to apply to 5.15-stable tree
 2026-03-01  1:51 UTC 

FAILED: Patch "iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode" failed to apply to 6.1-stable tree
 2026-03-01  1:43 UTC 

FAILED: Patch "iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode" failed to apply to 6.1-stable tree
 2026-03-01  1:43 UTC 

FAILED: Patch "iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode" failed to apply to 6.6-stable tree
 2026-03-01  1:34 UTC 

FAILED: Patch "iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode" failed to apply to 6.6-stable tree
 2026-03-01  1:33 UTC 

FAILED: Patch "iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode" failed to apply to 6.12-stable tree
 2026-03-01  1:22 UTC 

FAILED: Patch "iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode" failed to apply to 6.12-stable tree
 2026-03-01  1:22 UTC 

FAILED: Patch "iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalable mode" failed to apply to 6.18-stable tree
 2026-03-01  1:15 UTC 

[PATCH v3 5/5] dma-mapping: Support batch mode for dma_direct_{map,unmap}_sg
 2026-02-28 22:13 UTC 

[PATCH v3 3/5] arm64: Provide dcache_inval_poc_nosync helper
 2026-02-28 22:12 UTC 

[PATCH v3 2/5] arm64: Provide dcache_clean_poc_nosync helper
 2026-02-28 22:12 UTC 

[PATCH v3 1/5] arm64: Provide dcache_by_myline_op_nosync helper
 2026-02-28 22:12 UTC 

[PATCH v3 0/5] dma-mapping: arm64: support batched cache sync
 2026-02-28 22:11 UTC 

[RFC PATCH kernel] iommufd: Allow mapping from KVM's guest_memfd
 2026-02-28 18:29 UTC  (15+ messages)

[PATCH v2 0/7] media: iris: add support for kaanapali platform
 2026-02-28  7:31 UTC  (21+ messages)
` [PATCH v2 1/7] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH v2 2/7] media: iris: switch to hardware mode after firmware boot
` [PATCH v2 3/7] media: iris: add iris vpu bus support and register it with iommu_buses
` [PATCH v2 4/7] media: iris: add context bank devices using iommu-map
` [PATCH v2 5/7] media: iris: add helper to select context bank device
` [PATCH v2 6/7] media: iris: add iris4 specific H265 line buffer calculation
` [PATCH v2 7/7] media: iris: add platform data for kaanapali

UBSAN: shift-out-of-bounds in drivers/iommu/intel/iommu.h:1101:17
 2026-02-28  0:34 UTC  (2+ messages)

[Bug] WARNING in pt_iommu_amdv1_init
 2026-02-27 23:49 UTC  (2+ messages)

[PATCH] iommupt: Optimize the gather processing for DMA-FQ mode
 2026-02-27 21:02 UTC  (2+ messages)

[PATCH v3 0/2] Let iommupt manage changes in page size internally
 2026-02-27 19:30 UTC  (3+ messages)
` [PATCH v3 1/2] iommupt: Directly call iommupt's unmap_range()
` [PATCH v3 2/2] iommupt: Avoid rewalking during map

[PATCH v3] iommu: Fix mapping check for 0x0 to avoid re-mapping it
 2026-02-27 16:42 UTC  (3+ messages)

[PATCH v4 0/6] Convert riscv to use the generic iommu page table
 2026-02-27 15:25 UTC  (7+ messages)
` [PATCH v4 1/6] iommupt: Add the RISC-V page table format
` [PATCH v4 2/6] iommu/riscv: Disable SADE
` [PATCH v4 3/6] iommu/riscv: Use the generic iommu page table
` [PATCH v4 4/6] iommu/riscv: Enable SVNAPOT support for contiguous ptes
` [PATCH v4 5/6] iommu/riscv: Add missing GENERIC_MSI_IRQ
` [PATCH v4 6/6] iommu/riscv: Allow RISC_VIOMMU to COMPILE_TEST

[PATCH RFC] iommu/dma: Validate page before accessing P2PDMA state
 2026-02-27 14:13 UTC  (11+ messages)

[PATCH v1] iommu: Skip mapping at address 0x0 if it already exists
 2026-02-27 14:01 UTC  (12+ messages)

[PATCH 0/7] dma-buf: heaps: Turn heaps into modules
 2026-02-27 13:30 UTC  (10+ messages)
` [PATCH 2/7] mm: cma: Export cma_alloc and cma_release

[PATCH] dma-buf: heaps: Add Coherent heap to dmabuf heaps
 2026-02-27 12:49 UTC  (5+ messages)

[PATCH 0/3] Arm SMMU errata updates
 2026-02-27 12:45 UTC  (2+ messages)

[PATCH] iommu/riscv: Stop polling when CQCSR reports an error
 2026-02-27 11:26 UTC 

[PATCH 0/6] iommu/riscv: Add HPM support for RISC-V IOMMU
 2026-02-27  5:55 UTC  (6+ messages)
` [PATCH v3 0/8] "

[PATCH v2 0/2] RISC-V IOMMU HPM support
 2026-02-27  5:54 UTC  (4+ messages)

Linux error `[DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set`
 2026-02-27  2:23 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for Linux 7.0
 2026-02-27  1:56 UTC  (2+ messages)

[PATCH v2 2/2] iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode
 2026-02-27  1:44 UTC  (3+ messages)

[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
 2026-02-26 22:33 UTC  (7+ messages)


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