messages from 2026-07-10 19:26:06 to 2026-07-13 19:32:36 UTC [more...]
[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-13 19:32 UTC (36+ messages)
` [PATCH v7 02/22] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v7 03/22] iommu/dma: Check atomic pool allocation result directly
` [PATCH v7 04/22] dma: free atomic pool pages by physical address
` [PATCH v7 05/22] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v7 07/22] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v7 09/22] dma-mapping: Add internal shared allocation attribute
` [PATCH v7 10/22] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v7 11/22] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v7 12/22] dma: swiotlb: pass mapping attributes by reference
` [PATCH v7 13/22] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v7 14/22] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v7 15/22] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2026-07-13 19:17 UTC (7+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
[PATCH v5 00/18] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
2026-07-13 18:50 UTC (10+ messages)
` [PATCH v5 04/18] iommu: Convert gdev->blocked from bool to enum gdev_blocked
` [PATCH v5 05/18] iommu: Pass in reset result to pci_dev_reset_iommu_done()
` [PATCH v5 18/18] iommu/arm-smmu-v3: Block ATS for a master upon an ATC invalidation timeout
[PATCH v6 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
2026-07-13 18:24 UTC (5+ messages)
` [PATCH v6 1/3] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v6 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure
` [PATCH v6 3/3] iommu/arm-smmu-v3: Enable CFGI/TLBI-repeat workaround on Tegra264
[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2026-07-13 18:19 UTC (25+ messages)
` [PATCH v6 01/25] KVM: arm64: Generalize trace clock
` [PATCH v6 02/25] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v6 07/25] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v6 09/25] KVM: arm64: iommu: Add memory pool
` [PATCH v6 16/25] iommu/arm-smmu-v3-kvm: Add CMDQ functions
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-13 18:18 UTC (58+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-07-13 17:37 UTC (8+ messages)
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
[PATCH] iommu: Fix dev_iommu memory leak when device_add fails in iommu_mock_device_add
2026-07-13 17:31 UTC (2+ messages)
[BUG] iommufd: dma-buf-backed iopt_pages wrongly reaches userspace GUP path and triggers lockdep warning
2026-07-13 17:28 UTC (5+ messages)
` [PATCH] iommufd: Reject DMABUF pages from the access pin path
[PATCH] iommufd/selftest: Simplify iommufd_device_remove_vdev()
2026-07-13 17:25 UTC
[BUG] iommufd/selftest: fault injection in iommufd_get_object can trigger a teardown UAF
2026-07-13 17:23 UTC (2+ messages)
[PATCH] iommufd: Fix wrong hwpt passed to iommufd_auto_response_faults on replace
2026-07-13 16:53 UTC (3+ messages)
[PATCH] iommufd/selftest: Fix dmabuf leak in iommufd_test_dmabuf_get()
2026-07-13 16:16 UTC (2+ messages)
[PATCH] dma-direct: Improve readability of the dma_direct_map_sg() for P2PDMA case
2026-07-13 15:47 UTC (3+ messages)
[PATCH v3] iommu/iommufd: avoid selftest dirty bitmap size wrap
2026-07-13 13:50 UTC (2+ messages)
[PATCH v5 0/5] Add iommufd ioctls to support TSM operations
2026-07-13 13:18 UTC (7+ messages)
` [PATCH v5 1/5] vfio: cache KVM VM file references instead of raw struct kvm pointers
` [PATCH v5 2/5] iommufd/device: Associate KVM file pointer with iommufd_device
` [PATCH v5 3/5] iommufd/viommu: Keep a reference to the KVM file
[PATCH v1] iommu/riscv: Support 32-bit register accesses
2026-07-13 12:29 UTC (5+ messages)
` [PATCH v2] iommu/riscv: Use 32-bit MMIO accesses for 64-bit registers
` "
` [PATCH v3] "
[PATCH 0/6] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
2026-07-13 12:00 UTC (15+ messages)
` [PATCH 1/6] generic_pt: allow missing sw bit in DMA_INCOHERENT case
` [PATCH 2/6] iommupt: allow full-table contiguous leaves in unit tests
` [PATCH 3/6] dt-bindings: iommu: Add Broadcom BCM2712 IOMMU
` [PATCH 4/6] iommu/generic_pt: Add Broadcom BCM2712 page table format
` [PATCH 5/6] iommu: Add Broadcom BCM2712 IOMMU driver
` [PATCH 6/6] arm64: dts: broadcom: bcm2712: Add GPU IOMMU and IOMMU cache nodes
[PATCH] iommu/virtio: Report faults via report_iommu_fault()
2026-07-13 11:45 UTC (4+ messages)
` "
` "
[RFC PATCH v3 0/6] Add support for AMD IOMMU GAPPI
2026-07-13 10:50 UTC (7+ messages)
` [RFC PATCH v3 1/6] iommu/amd: KVM: SVM: Rename cpu to apicid in IOMMU interface
` [RFC PATCH v3 2/6] iommu/amd: KVM: SVM: Rename ga_log_intr to wakeup_intr "
` [RFC PATCH v3 3/6] iommu/amd: KVM: SVM: Add explicit vCPU running state to "
` [RFC PATCH v3 4/6] iommu/amd: Program guest-mode IRTEs for GAPPI wakeup when IRTE[IsRun] = 0
` [RFC PATCH v3 5/6] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)
` [RFC PATCH v3 6/6] iommu/amd: Provide kernel command line option to enable GAPPI
[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
2026-07-13 10:29 UTC (3+ messages)
` [PATCH v3 11/20] pmdomain: imx: use platform_device_set_of_node()
[PATCH v1] iommu/riscv: Add page request queue and IOPF support
2026-07-13 10:15 UTC (3+ messages)
[PATCH v2] iommu/dma: simplify dma_iova_destroy() and drop the free_iova helper
2026-07-13 10:13 UTC (3+ messages)
[PATCH v3 0/5] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
2026-07-13 9:58 UTC (6+ messages)
` [PATCH v3 1/5] drm/i915/gem: Count mapped pages in a folio
` [PATCH v3 2/5] iommu/dma: Catch scatterlist length overflows
` [PATCH v3 3/5] drm/i915/gem: Pull out size validation into a separate function
` [PATCH v3 4/5] drm/i915/gem: Read and shrink memory in "
` [PATCH v3 5/5] drm/i915/gem: Remove iterator and use while loop
[BUG] iommu: KASAN slab-use-after-free in iommufd_auto_response_faults
2026-07-13 9:01 UTC (3+ messages)
[PATCH] kernel: dma: coherent: fix spacing coding style issue
2026-07-13 7:33 UTC (2+ messages)
[PATCH v2] dma-coherent: use KiB in DMA allocation logs
2026-07-13 7:33 UTC (2+ messages)
[PATCH v3 0/5] iommufd: Iterate the cache invalidation array in the core
2026-07-13 5:58 UTC (5+ messages)
` [PATCH v3 2/5] "
` [PATCH v3 5/5] iommu/vt-d: Convert nested cache invalidation to the core array loop
[PATCH v2] iommu/riscv: Replace illegal command with dummy IOFENCE to prevent hardware lockup
2026-07-13 2:51 UTC (2+ messages)
[PATCH] iommu/vt-d: respect user override for intel_iommu=on on Lenovo ThinkPad P50s
2026-07-13 2:27 UTC (4+ messages)
` [PATCH v3] iommu/vt-d: Disable IOMMU by default "
[PATCH] swiotlb: eliminate per-map atomic contention on used/hiwater tracking
2026-07-13 1:18 UTC (11+ messages)
[PATCH v3 00/18] iommu: Add live update state preservation
2026-07-12 10:27 UTC (9+ messages)
` [PATCH v3 07/18] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v3 12/18] iommu/vt-d: Handle reattach of the restored domain
[PATCH v2] iommu/arm-smmu-qcom: Add SM8450 MDSS compatible
2026-07-12 3:14 UTC
[PATCH 0/8] SM8450 QoL changes
2026-07-11 19:49 UTC (10+ messages)
` [PATCH 2/8] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
` (subset) [PATCH 0/8] SM8450 QoL changes
[PATCH v2 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-07-11 17:38 UTC (5+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-11 6:26 UTC (14+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH v8 0/9] iommu/arm-smmu-v3: Adopt the crashed kernel's stream table for kdump
2026-07-11 0:52 UTC (10+ messages)
` [PATCH v8 1/9] iommu/arm-smmu-v3: Do not enable EVTQ/PRIQ interrupts in kdump kernel
` [PATCH v8 2/9] iommu/arm-smmu-v3: Skip EVTQ/PRIQ setup "
` [PATCH v8 3/9] iommu/arm-smmu-v3: Add ARM_SMMU_OPT_KDUMP_ADOPT for "
` [PATCH v8 4/9] iommu/arm-smmu-v3: Destroy vmid_map ida via devres
` [PATCH v8 5/9] iommu/arm-smmu-v3-kdump: Reserve crashed kernel's ASIDs and VMIDs
` [PATCH v8 6/9] iommu/arm-smmu-v3-kdump: Implement is_attach_deferred()
` [PATCH v8 7/9] iommu/arm-smmu-v3: Retain CR0_SMMUEN during kdump device reset
` [PATCH v8 8/9] iommu/arm-smmu-v3: Skip RMR bypass for kdump adoption
` [PATCH v8 9/9] iommu/arm-smmu-v3: Detect ARM_SMMU_OPT_KDUMP_ADOPT in probe()
[PATCH] iommu/rockchip: implement .flush_iotlb_all
2026-07-10 21:23 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox