messages from 2026-03-13 10:24:07 to 2026-03-17 20:09:37 UTC [more...]
[PATCH 00/14] iommu: Add live update state preservation
2026-03-17 20:09 UTC (15+ messages)
` [PATCH 01/14] iommu: Implement IOMMU LU FLB callbacks
` [PATCH 02/14] iommu: Implement IOMMU core liveupdate skeleton
[PATCH v2 0/7] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
2026-03-17 19:15 UTC (8+ messages)
` [PATCH v2 1/7] iommu: Do not call pci_dev_reset_iommu_done() unless reset succeeds
` [PATCH v2 2/7] iommu: Add reset_device_done callback for hardware fault recovery
` [PATCH v2 3/7] iommu: Add iommu_report_device_broken() to quarantine a broken device
` [PATCH v2 4/7] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap
` [PATCH v2 5/7] iommu/arm-smmu-v3: Replace smmu with master in arm_smmu_inv
` [PATCH v2 6/7] iommu/arm-smmu-v3: Introduce master->ats_broken flag
` [PATCH v2 7/7] iommu/arm-smmu-v3: Block ATS upon an ATC invalidation timeout
[PATCH v3 0/8] RDMA: Enable operation with DMA debug enabled
2026-03-17 19:05 UTC (12+ messages)
` [PATCH v3 1/8] dma-debug: Allow multiple invocations of overlapping entries
` [PATCH v3 2/8] dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace output
` [PATCH v3 3/8] dma-mapping: Clarify valid conditions for CPU cache line overlap
` [PATCH v3 4/8] dma-mapping: Introduce DMA require coherency attribute
` [PATCH v3 5/8] dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
` [PATCH v3 6/8] iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attribute
` [PATCH v3 7/8] RDMA/umem: Tell DMA mapping that UMEM requires coherency
` [PATCH v3 8/8] mm/hmm: Indicate that HMM requires DMA coherency
[PATCH v2] of/iommu: support multiple iommu-map entries per input ID
2026-03-17 17:36 UTC (4+ messages)
[PATCH net-next v3 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
2026-03-17 15:40 UTC (4+ messages)
[PATCH v1 0/2] dma: fix dma_opt_mapping_size() returning bogus value when no backend hint exists
2026-03-17 15:18 UTC (12+ messages)
` [PATCH v1 1/2] dma: return 0 from dma_opt_mapping_size() when no real "
` [PATCH v1 2/2] nvme-pci: handle dma_opt_mapping_size() returning 0
[PATCH] iommu/arm-smmu-v3: Allocate cmdq_batch on the heap
2026-03-17 13:38 UTC (3+ messages)
[PATCH v2 0/2] iommu: Report effective PCIe ATS support status
2026-03-17 13:05 UTC (4+ messages)
` [PATCH v2 1/2] iommu: Add device ATS supported capability
` [PATCH v2 2/2] iommufd: Report ATS not supported status via IOMMU_GET_HW_INFO
[PATCH] iommu/amd: Block identity domain when SNP enabled
2026-03-17 13:02 UTC (2+ messages)
[PATCH V2] iommu/sva: Fix crash in iommu_sva_unbind_device()
2026-03-17 13:00 UTC (2+ messages)
[PATCH] iommu/io-pgtable: fix all kernel-doc warnings in io-pgtable.h
2026-03-17 12:59 UTC (2+ messages)
[PATCH v3 0/2] Let iommupt manage changes in page size internally
2026-03-17 12:58 UTC (2+ messages)
[PATCH] iommu/riscv: Stop polling when CQCSR reports an error
2026-03-17 12:56 UTC (2+ messages)
[PATCH v3] iommu: Fix mapping check for 0x0 to avoid re-mapping it
2026-03-17 12:33 UTC (2+ messages)
[PATCH] iommu/iova: Add NULL check in iova_magazine_free()
2026-03-17 12:28 UTC (2+ messages)
[PATCH] iommu/amd: Add NUMA node affinity for IOMMU log buffers
2026-03-17 12:26 UTC (2+ messages)
[PATCH 0/2] [PULL REQUEST] iommu/vt-d: Fixes for v7.0-rc
2026-03-17 12:21 UTC (4+ messages)
` [PATCH 1/2] iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry
` [PATCH 2/2] iommu/vt-d: Only handle IOPF for SVA when PRI is supported
[PATCH] iommupt: Optimize the gather processing for DMA-FQ mode
2026-03-17 12:15 UTC (2+ messages)
[PATCH v4 0/6] Convert riscv to use the generic iommu page table
2026-03-17 12:14 UTC (2+ messages)
[PATCH v1] iommu/riscv: Skip IRQ count check when using MSI interrupts
2026-03-17 12:12 UTC (2+ messages)
[PATCH v2] iommu/riscv: Add IOTINVAL after updating DDT/PDT entries
2026-03-17 12:11 UTC (2+ messages)
[PATCH v3 0/3] iommu/amd: Invalidate IRT cache for DMA aliases
2026-03-17 10:58 UTC (2+ messages)
[PATCH 0/3] dmaengine: Add batched scatter-gather DMA support
2026-03-17 10:54 UTC (5+ messages)
` [PATCH 1/3] dmaengine: Add multi-buffer support in single DMA transfer
[PATCH v4 0/2] dma-buf: heaps: system: add an option to allocate explicitly decrypted memory
2026-03-17 8:26 UTC (5+ messages)
` [PATCH v4 1/2] dma-mapping: introduce DMA_ATTR_CC_DECRYPTED for pre-decrypted memory
` [PATCH v4 2/2] dma-buf: heaps: system: add system_cc_decrypted heap for explicitly decrypted memory
[PATCH v13 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2026-03-17 7:59 UTC (9+ messages)
` [PATCH v13 1/8] iommu/arm-smmu-v3: Add a missing dma_wmb() for hitless STE update
` [PATCH v13 2/8] iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVA
` [PATCH v13 3/8] iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()
` [PATCH v13 4/8] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
` [PATCH v13 5/8] iommu/arm-smmu-v3: Pre-allocate a per-master invalidation array
` [PATCH v13 6/8] iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching masters
` [PATCH v13 7/8] iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()
` [PATCH v13 8/8] iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invs
[PATCH v12 0/8] iommu/arm-smmu-v3: Introduce an RCU-protected invalidation array
2026-03-17 5:41 UTC (2+ messages)
[PATCH] arm64: swiotlb: Don’t shrink default buffer when bounce is forced
2026-03-17 5:29 UTC (5+ messages)
[RFC PATCH 0/5] Add debugfs support for ARM SMMUv3
2026-03-17 2:14 UTC (24+ messages)
` [RFC PATCH 1/5] iommu/arm-smmu-v3: Add basic debugfs framework
` [RFC PATCH 2/5] iommu/arm-smmu-v3: Add register display to debugfs
` [RFC PATCH 3/5] iommu/arm-smmu-v3: Add Stream Table Entry "
` [RFC PATCH 4/5] iommu/arm-smmu-v3: Add stream table directory structure "
` [RFC PATCH 5/5] iommu/arm-smmu-v3: Add Context Descriptor display "
[PATCH 1/1] iommu/vt-d: Only handle IOPF for SVA when PRI is supported
2026-03-17 1:08 UTC (3+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-16 22:10 UTC (7+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 46/61] vfio: "
` [PATCH 50/61] iommu: "
[PATCH v10 0/3] of: parsing of multi #{iommu,msi}-cells in maps
2026-03-16 18:49 UTC (7+ messages)
` [PATCH v10 2/3] of: factor arguments passed to of_map_id() into a struct
[PATCH 0/8] iommu/vt-d: Hitless PASID updates via entry_sync
2026-03-16 16:35 UTC (14+ messages)
` [PATCH 1/8] iommu: Lift and generalize the STE/CD update code from SMMUv3
` [PATCH 2/8] iommu/vt-d: Add entry_sync support for PASID entry updates
[PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless
2026-03-16 15:43 UTC (8+ messages)
[PATCH v5 00/10] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2026-03-16 15:36 UTC (19+ messages)
` [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
Linux error `[DMA Write NO_PASID] Request device [3c:00.0] fault addr 0x0 [fault reason 0x05] PTE Write access is not set`
2026-03-16 14:54 UTC (3+ messages)
[PATCH v3 0/6] dma-buf: heaps: add coherent reserved-memory heap
2026-03-16 12:08 UTC (9+ messages)
` [PATCH v3 3/6] of_reserved_mem: add a helper for rmem device_init op
` [PATCH v3 5/6] dma-buf: heaps: Add Coherent heap to dmabuf heaps
[PATCH v2 0/3] Add iommufd ioctls to support TSM operations
2026-03-16 8:45 UTC (23+ messages)
` [PATCH v2 1/3] iommufd/viommu: Allow associating a KVM VM fd with a vIOMMU
` [PATCH v2 2/3] iommufd/tsm: add vdevice TSM bind/unbind ioctl
` [PATCH v2 3/3] iommufd/vdevice: add TSM guest request ioctl
[PATCH 0/2] iommu: Report effective PCIe ATS support status
2026-03-16 8:10 UTC (9+ messages)
` [PATCH 1/2] iommu: Add device ATS not supported capability
` [PATCH 2/2] iommufd: Report ATS not supported status via IOMMU_GET_HW_INFO
[PATCH v3 0/5] dma-mapping: arm64: support batched cache sync
2026-03-16 7:24 UTC (10+ messages)
` [PATCH v3 1/5] arm64: Provide dcache_by_myline_op_nosync helper
` [PATCH v3 2/5] arm64: Provide dcache_clean_poc_nosync helper
` [PATCH v3 3/5] arm64: Provide dcache_inval_poc_nosync helper
[PATCH v2] dma-mapping: fix false kernel-doc comment marker
2026-03-15 17:10 UTC
[PATCH 9/9] dma-mapping: fix false kernel-doc comment marker
2026-03-15 15:35 UTC
[PATCH] dma: swiotlb: add KMSAN annotations to swiotlb_bounce()
2026-03-15 8:27 UTC
[PATCH] powerpc/iommu: fix lockdep warning during PCI enumeration
2026-03-15 4:01 UTC (2+ messages)
[PATCH] amd/iommu: do not split domain flushes when flushing the entire range
2026-03-14 18:24 UTC (3+ messages)
[PATCH 0/7] Refactor reserved memory regions handling code
2026-03-14 15:20 UTC (12+ messages)
` [PATCH 1/7] of: reserved_mem: remove fdt node from the structure
` [PATCH 2/7] of: reserved_mem: use -ENODEV instead of -ENOENT
` [PATCH 3/7] of: reserved_mem: switch to ops based OF_DECLARE()
` [PATCH 4/7] of: reserved_mem: replace CMA quirks by generic methods
` [PATCH 5/7] of: reserved_mem: rearrange code a bit
` [PATCH 6/7] of: reserved_mem: clarify fdt_scan_reserved_mem*() functions
` [PATCH 7/7] of: reserved_mem: rework fdt_init_reserved_mem_node()
[PATCH V2 08/11] vfio: Enable cdev noiommu mode under iommufd
2026-03-14 8:09 UTC (2+ messages)
[PATCH v2 0/7] media: iris: add support for kaanapali platform
2026-03-13 19:26 UTC (11+ messages)
` [PATCH v2 4/7] media: iris: add context bank devices using iommu-map
[PATCH V2 11/11] Doc: Update VFIO NOIOMMU mode
2026-03-13 17:48 UTC (2+ messages)
[PATCH 1/2] [RFC] debugobjects: avoid gcc-16.0.1 section mismatch
2026-03-13 16:57 UTC (5+ messages)
` [PATCH 2/2] [RFC] iommu: io-pgtable-arm-v7s: "
[PATCH] iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}
2026-03-13 16:29 UTC (2+ messages)
[PATCH v3 0/7] media: iris: add support for kaanapali platform
2026-03-13 15:55 UTC (19+ messages)
` [PATCH v3 1/7] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH v3 2/7] media: iris: switch to hardware mode after firmware boot
` [PATCH v3 3/7] media: iris: add iris vpu bus support and register it with iommu_buses
` [PATCH v3 4/7] media: iris: add context bank devices using iommu-map
` [PATCH v3 5/7] media: iris: add helper to select context bank device
` [PATCH v3 6/7] media: iris: add iris4 specific H265 line buffer calculation
` [PATCH v3 7/7] media: iris: add platform data for kaanapali
[PATCH v2] iommu/arm-smmu: Use pm_runtime in fault handlers
2026-03-13 10:23 UTC
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