messages from 2026-09-04 10:45:32 to 2026-09-09 08:03:18 UTC [more...]
[PATCH 0/7] iommu/vt-d: Fix issues reported by Sashiko
2026-09-09 7:51 UTC (5+ messages)
` [PATCH 1/7] iommu/vt-d: Avoid out-of-range shift in qi_desc_dev_iotlb_pasid()
` [PATCH 2/7] iommu/vt-d: Do not ignore context table copy failures
` [PATCH 3/7] iommu/vt-d: Handle DID reservation errors when copying context tables
` [PATCH 4/7] iommu/vt-d: Reserve scalable-mode DIDs from PASID entries during copy
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-09 8:02 UTC (13+ messages)
[PATCH] ARM: dma-mapping: split cache maintenance at highmem boundary
2026-09-09 7:24 UTC (2+ messages)
[PATCH] iommu/vt-d: Fix IQE handling to cover all descriptors in submission range
2026-09-09 7:13 UTC (4+ messages)
[PATCH v4 0/4] x86/irq: Fix lost interrupts on CPU hot-unplug
2026-09-09 6:44 UTC (5+ messages)
` [PATCH v4 1/4] x86/hyperv: Set irq_retrigger for root partition PCI/MSI irqchip
` [PATCH v4 2/4] x86/irq: Fall back to irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH v4 3/4] x86/irq: Fall back to irq_chip_retrigger_hierarchy() in msi_set_affinity()
` [PATCH v4 4/4] x86/irq, iommu/amd, x86/hyperv, PCI: Drop redundant irq_retrigger inits
[PATCH v4] iommu/io-pgtable-arm: Add support for contiguous hint bit
2026-09-09 4:05 UTC (10+ messages)
` [RFC] Partial iommu_unmap issue with contiguous PTE hint enabled
[PATCH v5 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-09-08 23:44 UTC (10+ messages)
` [PATCH v5 4/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v5 5/5] iommu/hyperv: Add page-selective IOTLB flush support
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-09-08 23:16 UTC (24+ messages)
` [PATCH v2 03/15] accel/qda: Add initial QDA DRM accelerator driver
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH v2 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH v2 12/15] accel/qda: Add FastRPC invocation support
[PATCH v10 00/15] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
2026-09-08 22:55 UTC (22+ messages)
` [PATCH v10 01/15] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [PATCH v10 02/15] iommu/arm-smmu-v3: Add Q_POS() macro
` [PATCH v10 03/15] iommu/arm-smmu-v3: Add arm_smmu_drain_queue() helper
` [PATCH v10 04/15] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [PATCH v10 05/15] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [PATCH v10 06/15] iommu/tegra241-cmdqv: Restore PROD and CONS after resume
` [PATCH v10 07/15] platform-msi: Introduce platform_device_msi_rewrite()
` [PATCH v10 08/15] iommu/arm-smmu-v3: Cache and restore MSI config
` [PATCH v10 09/15] iommu/arm-smmu-v3: Factor out arm_smmu_handle_gerror()
` [PATCH v10 10/15] iommu/arm-smmu-v3: Add CMDQ_PROD_STOP_FLAG to gate CMDQ submissions
` [PATCH v10 11/15] iommu/tegra241-cmdqv: Add a helper to quiesce VCMDQs
` [PATCH v10 12/15] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [PATCH v10 13/15] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [PATCH v10 14/15] iommu/arm-smmu-v3: Invoke pm_runtime before hw access
` [PATCH v10 15/15] iommu/arm-smmu-v3: Add KUnit unit tests for Runtime PM
[PATCH v5 0/2] iommu/arm-smmu-v3: Make the queue depths tunable, and shrink them in a kdump kernel
2026-09-08 21:56 UTC (7+ messages)
` [PATCH v5 1/2] iommu/arm-smmu-v3: Add a cmdq_max_entries module parameter
` [PATCH v5 2/2] iommu/arm-smmu-v3: Default queue depths to one page in a kdump kernel
[PATCH 1/2] selftests: iommu: suppress -Warray-bounds in _test_cmd_get_hw_info
2026-09-08 21:48 UTC (2+ messages)
` [PATCH 2/2] selftests: iommu: skip when the mock device is not there
[PATCH v3 00/13] iommu/arm-smmu-v3: Add PRI support
2026-09-08 21:01 UTC (31+ messages)
` [PATCH v3 01/13] iommu/arm-smmu-v3: Add arm_smmu_attach_release()
` [PATCH v3 03/13] iommu/arm-smmu-v3: Drain in-flight fault events on domain detach
` [PATCH v3 04/13] iommu/arm-smmu-v3: Flush in-flight fault work "
` [PATCH v3 06/13] iommu/arm-smmu-v3: Submit CMDQ_OP_PRI_RESP for IOPF event
` [PATCH v3 07/13] iommu/arm-smmu-v3: Disable the queue IRQs before disabling the SMMU
` [PATCH v3 08/13] iommu/arm-smmu-v3: Disable PRI when no IRQ handler is registered
` [PATCH v3 09/13] iommu/arm-smmu-v3: Support PRI Page Request in arm_smmu_handle_ppr()
` [PATCH v3 13/13] iommu/arm-smmu-v3: Enable PRI for PCI device in arm_smmu_probe_device()
[PATCH] iommu/dma: Finalize deferred attachments when mapping MSI pages
2026-09-08 17:15 UTC (2+ messages)
[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-08 14:59 UTC (18+ messages)
` [PATCH v6 05/12] bitmap: Add bitmap_allocate() function
` [PATCH v6 06/12] of: Export of_node_to_nid()
` [PATCH v6 07/12] mm/cma: Introduce cma_alloc_at() API
` [PATCH v6 08/12] dma-buf: heaps: Add debugfs support
` [PATCH v6 09/12] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v6 10/12] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v6 11/12] arm64: tegra: Hook up VPR to host1x
` [PATCH v6 12/12] arm64: tegra: Add VPR placeholder node on Tegra264
[PATCH] x86/mm: Don't force unencrypted DMA for IOMMU-backed devices
2026-09-08 14:31 UTC (3+ messages)
[PATCH 00/12] iommu: qcom_iommu: implement support for instances on MSM8974
2026-09-08 13:28 UTC (8+ messages)
` [PATCH 06/12] iommu: qcom_iommu: support non-TZ-managed instances
[PATCH v5 00/17] iommu/riscv: Enable MSI remapping, IOMMU_DMA and VFIO
2026-09-08 13:08 UTC (2+ messages)
[PATCH] iommu/arm-smmu-v3-sva: Relax ASID requirements
2026-09-08 12:42 UTC (4+ messages)
[PATCH v2] dma-mapping: don't trace the DMA address when the allocation fails
2026-09-08 11:54 UTC (2+ messages)
[PATCH v4 00/24] iommu/amd: Introduce AMD Hardware-accelerated Virtualized IOMMU (vIOMMU) Support
2026-09-08 11:42 UTC (10+ messages)
` [PATCH 13/24] iommu/amd: Assign IOMMU Private Address domain to IOMMU
` [PATCH 18/24] iommu/amd: Introduce helper function for updating device ID mapping table
` [PATCH 23/24] iommu/amd: Assign per-vIOMMU translate device ID
[PATCH v1] iommu/vsi: Fix use-after-free during module unload
2026-09-08 10:40 UTC (5+ messages)
` [PATCH v2] "
[PATCH v2] dt-bindings: arm-smmu: Document Adreno SMMU for Nord SoC
2026-09-08 7:32 UTC (3+ messages)
[PATCH v3 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug
2026-09-08 6:27 UTC (13+ messages)
` [PATCH v3 1/3] x86/hyperv: Set irq_retrigger for root partition PCI/MSI irqchip
` [PATCH v3 2/3] x86/irq: Fall back to irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH v3 3/3] x86/irq, iommu/amd, x86/hyperv, PCI: Drop redundant irq_retrigger inits
[PATCH v2 0/2] IOMMU Performance Optimization support
2026-09-08 4:12 UTC (3+ messages)
` [PATCH v2 1/2] iommu/amd: Add PerfOpt IOMMU performance optimization support
` [PATCH v2 2/2] drm/amdgpu: Enable PerfOpt IOMMU perf optimization when GPU in identity domain
[PATCH v9 0/2] RISC-V IOMMU HPM support
2026-09-08 2:03 UTC (3+ messages)
` [PATCH v9 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v9 2/2] iommu/riscv: create a auxiliary device for HPM
[BUG] iommu/dma: "Not yet supported" CC_SHARED rejection regresses dma_alloc_attrs() on SME hosts with IOMMU-attached GPUs (commit 8277a12d0d60)
2026-09-07 20:35 UTC (5+ messages)
[PATCH v5 0/9] Organize the SMMUv3 invalidation flow so iommupt can use it
2026-09-07 19:39 UTC (21+ messages)
` [PATCH v5 1/9] iommu/arm-smmu-v3: Handle ARM erratum for CONT under invalidation with SVA
` [PATCH v5 3/9] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH v5 4/9] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v5 6/9] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH v5 8/9] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH v5 9/9] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE
[PATCH] Documentation: userspace-api: iommufd: Fix the struct iommu_hwpt_alloc name
2026-09-07 15:43 UTC (3+ messages)
[PATCH] MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry
2026-09-07 13:08 UTC (3+ messages)
[PATCH] iommu/amd: Fix ineffective error check in nested domain allocation
2026-09-07 13:03 UTC (2+ messages)
[PATCH rc] iommu/amd: Fix premature break in init_iommu_one() again
2026-09-07 12:50 UTC (2+ messages)
[PATCH] iommu/amd: Do not reallocate GA log buffers on resume
2026-09-07 12:37 UTC (2+ messages)
[PATCH] iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX
2026-09-07 12:36 UTC (2+ messages)
[PATCH v2 0/3] iommu/riscv: Fix command queue publishing races
2026-09-07 12:35 UTC (4+ messages)
` [PATCH v2 1/3] iommu/riscv: Add command queue lock
[PATCH] iommu/amd: Remove iommu_group_mutex_assert() from amd_iommu_clear_gcr3()
2026-09-07 12:28 UTC (2+ messages)
[PATCH] dma-mapping: don't trace the DMA address when the allocation fails
2026-09-07 12:01 UTC (7+ messages)
[PATCH] docs: dma-api: require checking DMA mask setup errors
2026-09-07 7:34 UTC (3+ messages)
` "
[PATCH v4 0/2] iommu/arm-smmu-v3: Make the queue depths tunable, and shrink them in a kdump kernel
2026-09-07 4:10 UTC (9+ messages)
` [PATCH v4 1/2] iommu/arm-smmu-v3: Add a cmdq_entries module parameter
` [PATCH v4 2/2] iommu/arm-smmu-v3: Default queue depths to one page in a kdump kernel
[PATCH v8 0/2] RISC-V IOMMU HPM support
2026-09-07 3:25 UTC (5+ messages)
` [PATCH v8 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v8 2/2] iommu/riscv: create a auxiliary device for HPM
[PATCH RESEND v7 0/3] RISC-V IOMMU HPM support
2026-09-07 1:54 UTC (5+ messages)
` [PATCH RESEND v7 3/3] drivers/perf: riscv-iommu: protect shared state with a raw spinlock
[PATCH] swiotlb: use the adjusted address for the highmem page lookup
2026-09-05 20:08 UTC (5+ messages)
[PATCH v4 0/5] Add support for Broadcom BCM2712 IOMMU driver (Raspberry Pi 5)
2026-09-05 19:25 UTC (6+ messages)
` [PATCH v4 2/5] dt-bindings: iommu: Add Broadcom BCM2712 IOMMU
[REGRESSION] Silent SATA read corruption with dma-iommu on AMD 600-series AHCI (6.19 good, 7.0+ bad)
2026-09-05 17:48 UTC
[PATCH] dma-coherent: report a failed reserved memory assignment
2026-09-05 7:47 UTC
[RFC PATCH 0/3] liveupdate: Move to feature flags for LUO and memfd ABI compatibility
2026-09-05 1:24 UTC (4+ messages)
[PATCH v4 00/18] iommu: Add live update state preservation
2026-09-04 21:40 UTC (3+ messages)
[RFC PATCH 1/5] PCI: Refuse function reset of an SR-IOV PF with enabled VFs
2026-09-04 19:06 UTC (5+ messages)
[PATCH v3 2/5] iommu/amd: Fix DTE clearing and rename iommu_ignore_device()
2026-09-04 14:25 UTC (11+ messages)
[PATCH 1/2] iommu: fix typos in comments
2026-09-04 12:10 UTC (2+ messages)
` [PATCH 2/2] iommu: fix repeated word 'have' in comment
[syzbot] [fs?] memory leak in path_openat (4)
2026-09-04 11:47 UTC (2+ messages)
[PATCH v6 00/10] kdump: reduce vmcore size and capture time
2026-09-04 11:08 UTC (7+ 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