Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-08-14 15:29:57 to 2026-08-19 13:32:55 UTC [more...]

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-08-19 13:32 UTC  (44+ messages)
` [PATCH v2 01/15] MAINTAINERS: Add entry for Qualcomm DSP Accelerator (QDA) driver
` [PATCH v2 02/15] accel/qda: Add QDA driver documentation
` [PATCH v2 03/15] accel/qda: Add initial QDA DRM accelerator driver
` [PATCH v2 04/15] accel/qda: Add compute bus for QDA context banks
` [PATCH v2 05/15] iommu: Add QDA compute context bank bus to iommu_buses
` [PATCH v2 06/15] accel/qda: Create compute context bank devices on QDA compute bus
` [PATCH v2 07/15] accel/qda: Add memory manager for CB devices
` [PATCH v2 08/15] accel/qda: Add QUERY IOCTL and QDA UAPI header
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH v2 10/15] accel/qda: Add GEM_CREATE and GEM_MMAP_OFFSET IOCTLs
` [PATCH v2 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH v2 12/15] accel/qda: Add FastRPC invocation support
` [PATCH v2 13/15] accel/qda: Add DSP process creation and release
` [PATCH v2 14/15] accel/qda: Add remote memory mapping to DSP address space

[PATCH v4 00/24] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
 2026-08-19 13:30 UTC  (17+ messages)
` [PATCH 02/24] iommu/amd: Introduce vIOMMU-specific events and event
` [PATCH 06/24] iommu/amd: Map vIOMMU VF and VF Control MMIO BARs
` [PATCH 08/24] iommu/amd: Introduce Reset vMMIO Command
` [PATCH 15/24] iommu/amd: Add helper functions to manage DevID / DomID mapping tables
` [PATCH 17/24] iommu/amd: Introduce helper function for updating domain ID mapping table
` [PATCH 18/24] iommu/amd: Introduce helper function for updating device "
` [PATCH 23/24] iommu/amd: Assign per-vIOMMU translate device ID
` [PATCH 24/24] iommu/amd: Relocate vIOMMU translate-device-id on PCI reserve

[RFC PATCH v2 0/2] dma: swiotlb: Centralize default pool sizing
 2026-08-19 13:05 UTC  (7+ messages)
` [RFC PATCH v2 1/2] dma: swiotlb: Centralize default pool initialization and sizing
` [RFC PATCH v2 2/2] dma: swiotlb: Initialize and size shared default pools for memory encryption

PCI_P2PDMA_MAP_BUS_ADDR and PCIe ATS?
 2026-08-19 13:04 UTC  (6+ messages)

[PATCH v3 0/6] iommu/arm-smmu: Add interconnect bandwidth voting support
 2026-08-19 12:51 UTC  (12+ messages)
` [PATCH v3 1/6] dt-bindings: iommu: arm,smmu: Document interconnects property

[PATCH v5 0/9] PCI passthru on Hyper-V
 2026-08-19 12:46 UTC  (9+ messages)
` [PATCH v5 7/9] x86/hyperv: Implement Hyper-V virtual IOMMU

[PATCH v5 0/6] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-08-19 11:56 UTC  (10+ messages)
` [PATCH v5 1/6] drm/i915/gem: Count mapped pages in a folio
` [PATCH 2/6] drm/i915/gem: Free sg table on failure to acquire second folio
` [PATCH v5 3/6] iommu/dma: Catch scatterlist length overflows
` [PATCH v5 4/6] drm/i915/gem: Pull out size validation into a separate function
` [PATCH v5 5/6] drm/i915/gem: Read and shrink memory in "
` [PATCH v5 6/6] drm/i915/gem: Remove iterator and use while loop

[PATCH 0/2] iommu/amd: Do not request ACS when IOMMU is not going to be initialized
 2026-08-19 10:32 UTC  (2+ messages)

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-19  9:10 UTC  (7+ messages)
` [PATCH v4 07/10] "

dma_opt_mapping_size returns way too low sizes when using IOMMU
 2026-08-19  8:57 UTC  (7+ messages)

[PATCH v8 00/12] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-08-19  7:35 UTC  (19+ messages)
` [PATCH v8 01/12] accel/rocket: take the completion register writes under job_lock
` [PATCH v8 02/12] accel/rocket: wait for a running IRQ handler before resetting a core
` [PATCH v8 03/12] accel/rocket: factor the completion tail out of the IRQ handler
` [PATCH v8 04/12] dt-bindings: npu: rockchip: add rockchip,rk3576-rknn-core
` [PATCH v8 05/12] dt-bindings: power: rockchip: allow resets in a power domain node
` [PATCH v8 06/12] dt-bindings: iommu: rockchip: describe the RK3576 NPU MMU
` [PATCH v8 07/12] pmdomain/rockchip: add optional per-domain power-on settle delay
` [PATCH v8 08/12] pmdomain/rockchip: cycle optional power-domain resets on power-on
` [PATCH v8 09/12] accel/rocket: select the per-core clock and reset counts from match data
` [PATCH v8 10/12] accel/rocket: add RK3576 NPU (RKNN) support
` [PATCH v8 11/12] arm64: dts: rockchip: rk3576: add NPU (RKNN) nodes
` [PATCH v8 12/12] arm64: dts: rockchip: rk3576-rock-4d: enable NPU

[PATCH] iommu/generic_pt: Fix the RISC-V supported feature mask
 2026-08-19  3:55 UTC  (4+ messages)

[PATCH] iommu/amd: Do not reallocate GA log buffers on resume
 2026-08-19  3:23 UTC 

[PATCH v5 6/9] PCI: hv: Export hv_build_devid_type_pci() and change return type
 2026-08-18 22:14 UTC  (2+ messages)

[RFC PATCH 1/5] PCI: Refuse function reset of an SR-IOV PF with enabled VFs
 2026-08-18 20:39 UTC 

[GIT PULL] Please pull IOMMUFD subsystem changes
 2026-08-18 20:36 UTC 

[syzbot] [iommu?] general protection fault in iommufd_ioas_change_process
 2026-08-18 20:19 UTC  (2+ messages)

[PATCH] iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX
 2026-08-18 20:16 UTC  (3+ messages)

[PATCH v2 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
 2026-08-18 18:43 UTC  (11+ messages)

[PATCH v3 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-08-18 17:05 UTC  (18+ messages)
` [PATCH v3 1/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v3 2/5] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v3 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v5 0/3] iommu/iova: convert from rbtree to maple tree
 2026-08-18 15:25 UTC  (4+ messages)
` [RFC PATCH 1/3] "
` [RFC PATCH 2/3] iommu/iova: defer maple tree erase on GFP_ATOMIC failure
` [RFC PATCH 3/3] iommu/iova: add KUnit test suite

[PATCH 0/2] iommu/amd: Use MAX buffer size when SNP is enabled on Family 0x19
 2026-08-18 14:29 UTC  (4+ messages)

[RFC PATCH v2 00/10] iommu/riscv: Add hardware dirty tracking for second-stage domains
 2026-08-18 14:03 UTC  (10+ messages)
` [RFC PATCH v2 01/10] iommupt: Add RISC-V Second-stage (iohgatp) page table support
` [RFC PATCH v2 05/10] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH v2 07/10] iommu/riscv: Add domain_alloc_paging_flags for second-stage domain

[PATCH v2] iommu/virtio: Add debugfs state dump
 2026-08-18 13:33 UTC  (2+ messages)

[PATCH v3 00/17] PCI/P2PDMA: Fix ACS egress control handling
 2026-08-18  8:35 UTC  (2+ messages)

[PATCH v2 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
 2026-08-18  7:31 UTC  (13+ messages)
` [PATCH v2 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
` [PATCH v2 2/3] x86/irq: Use irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH v2 3/3] x86/irq, iommu/amd, PCI: Drop redundant irq_retrigger inits

[PATCH] iommufd: Fix NULL deref of area->pages in ioas_change_process
 2026-08-18  6:07 UTC  (2+ 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-08-17 21:45 UTC  (7+ messages)

[PATCH v4 00/18] iommu: Add live update state preservation
 2026-08-17 15:32 UTC  (5+ messages)
` [PATCH v4 11/18] iommu: Restore and reattach preserved domains to devices

[git pull] IOMMU Updates for Linux v7.3
 2026-08-17 15:22 UTC 

[RFC PATCH] iommu/arm-smmu-v3: Allow nested attach for PCI bridges without vDEVICE
 2026-08-17 15:20 UTC  (14+ messages)

[PATCH 0/3] iommu/riscv: Fix command queue publishing races
 2026-08-17 14:27 UTC  (4+ messages)
` [PATCH 1/3] iommu/riscv: Add command queue lock
` [PATCH 2/3] iommu/riscv: Serialize command queue publishing
` [PATCH 3/3] iommu/riscv: Avoid waiting on failed command enqueue

[PATCH] iommu/iova: Clear the slab cache pointers when destroying them
 2026-08-17 14:15 UTC  (2+ messages)

[PATCH v4 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-08-17 14:03 UTC  (3+ messages)
` [PATCH v4 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency

[PATCH] iommu/amd: Remove iommu_group_mutex_assert() from amd_iommu_clear_gcr3()
 2026-08-17 13:51 UTC  (2+ messages)

[PATCH 00/12] iommu: qcom_iommu: implement support for instances on MSM8974
 2026-08-17 11:40 UTC  (3+ messages)
` [PATCH 06/12] iommu: qcom_iommu: support non-TZ-managed instances

[PATCH v2 15/15] accel/qda: Add remote memory unmap from DSP address space
 2026-08-17  5:44 UTC  (2+ messages)

[PATCH] iommu/virtio: Add debugfs state dump
 2026-08-17  4:42 UTC  (3+ messages)

[PATCH v2 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
 2026-08-16 16:57 UTC  (7+ messages)
` [PATCH v2 4/5] iommu: Add Broadcom BCM2712 IOMMU driver

[PATCH] iommu/amd: Fix PCI device reference leak in PPR handling
 2026-08-16 14:48 UTC  (2+ messages)

[PATCH 6.18.y] iommu/vt-d: Gather the unmapped range before freeing its page tables
 2026-08-15  2:33 UTC  (2+ messages)

[PATCH v4] iommu/io-pgtable-arm: Add support for contiguous hint bit
 2026-08-14 21:57 UTC  (5+ messages)

[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-14 15:29 UTC  (3+ messages)
` [PATCH v5 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v5 10/10] arm64: tegra: Add VPR placeholder node on Tegra264


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