Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-11-12 17:44:18 to 2025-11-18 01:42:37 UTC [more...]

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-18  1:42 UTC  (22+ messages)
` [PATCH v5 2/5] iommu: Tiny domain for iommu_setup_dma_ops()
` [PATCH v5 3/5] iommu: Add iommu_driver_get_domain_for_dev() helper
` [PATCH v5 4/5] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH v5 5/5] pci: Suspend iommu function prior to resetting a device

[PATCH v2 0/3] Cleanup around iommu_set_fault_handler()
 2025-11-18  1:30 UTC  (8+ messages)
` [PATCH v2 1/3] RDMA/usnic: Remove iommu_set_fault_handler()
` [PATCH v2 2/3] iommu/amd: Don't call report_iommu_fault()
` [PATCH v2 3/3] iommu: Allow drivers to say if they use report_iommu_fault()

REGRESSION on linux-next (next-20251106)
 2025-11-18  1:29 UTC  (7+ messages)

[RFC PATCH v4 0/8] iommu/arm-smmu-v3: Implement Runtime/System Sleep ops
 2025-11-18  0:14 UTC  (11+ messages)
` [PATCH v4 1/8] iommu/arm-smmu-v3: Refactor arm_smmu_setup_irqs
` [PATCH v4 2/8] iommu/arm-smmu-v3: Add a helper to drain cmd queues
` [PATCH v4 3/8] iommu/tegra241-cmdqv: Add a helper to drain VCMDQs
` [PATCH v4 4/8] iommu/arm-smmu-v3: Cache and restore MSI config
` [PATCH v4 5/8] iommu/arm-smmu-v3: Add a usage counter for cmdq
` [PATCH v4 6/8] iommu/arm-smmu-v3: Implement pm_runtime & system sleep ops
` [PATCH v4 7/8] iommu/arm-smmu-v3: Enable pm_runtime and setup devlinks
` [PATCH v4 8/8] iommu/arm-smmu-v3: Invoke pm_runtime before hw access

[RFC PATCH 0/5] dma-mapping: arm64: support batched cache sync
 2025-11-17 21:12 UTC  (4+ messages)
` [RFC PATCH 5/5] dma-mapping: Allow batched DMA sync operations if supported by the arch

[PATCH v3 0/2] iommu: Avoid setting C-bit for MMIO addresses
 2025-11-17 19:15 UTC  (4+ messages)
` [PATCH v3 1/2] iommupt: Do not set C-bit on MMIO backed PTEs
` [PATCH v3 2/2] vfio/type1: Set IOMMU_MMIO in dma->prot for MMIO-backed addresses

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-17 18:48 UTC  (28+ messages)
` [PATCH v5 01/27] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v5 02/27] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v5 03/27] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v5 04/27] iommu/io-pgtable-arm: Factor kernel specific code out
` [PATCH v5 05/27] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v5 06/27] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v5 08/27] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v5 09/27] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v5 10/27] KVM: arm64: iommu: Add memory pool
` [PATCH v5 11/27] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v5 12/27] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v5 13/27] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v5 14/27] iommu/arm-smmu-v3: Support probing KVM emulated devices
` [PATCH v5 15/27] iommu/arm-smmu-v3-kvm: Create array for hyp SMMUv3
` [PATCH v5 16/27] iommu/arm-smmu-v3-kvm: Take over SMMUs
` [PATCH v5 17/27] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v5 18/27] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v5 19/27] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v5 20/27] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v5 21/27] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v5 22/27] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v5 23/27] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v5 24/27] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v5 25/27] iommu/arm-smmu-v3-kvm: Support io-pgtable
` [PATCH v5 26/27] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v5 27/27] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH v4 00/16] iommu/amd: Introduce Nested Translation support
 2025-11-17 18:08 UTC  (7+ messages)
` [PATCH v4 15/16] iommu/amd: Refactor logic to program the host page table in DTE

[PATCH] iommu/omap: Fix error handling in omap_iommu_probe_device
 2025-11-17 18:00 UTC  (3+ messages)

[PATCH v5 00/14] iommu/amd: Introduce Nested Translation support
 2025-11-17 17:54 UTC  (25+ messages)
` [PATCH v5 01/14] iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK
` [PATCH v5 02/14] iommu/amd: Make amd_iommu_pdom_id_alloc() non-static
` [PATCH v5 03/14] iommu/amd: Make amd_iommu_pdom_id_free() non-static
` [PATCH v5 04/14] iommu/amd: Make amd_iommu_make_clear_dte() non-static inline
` [PATCH v5 05/14] iommu/amd: Introduce helper function amd_iommu_update_dte()
` [PATCH v5 06/14] iommufd: Introduce data struct for AMD nested domain allocation
` [PATCH v5 07/14] iommu/amd: Always enable GCR3TRPMode when supported
` [PATCH v5 08/14] iommu/amd: Add support for nest parent domain allocation
` [PATCH v5 09/14] iommu/amd: Introduce struct amd_iommu_viommu
` [PATCH v5 10/14] iommu/amd: Add support for nested domain allocation
` [PATCH v5 11/14] iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invalidation
` [PATCH v5 12/14] iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear_dte()
` [PATCH v5 13/14] iommu/amd: Refactor logic to program the host page table in DTE
` [PATCH v5 14/14] iommu/amd: Add support for nested domain attach/detach

Explanation of VM Boot Performance Gains with IOMMUFD
 2025-11-17 17:31 UTC 

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-17 17:16 UTC  (5+ messages)

[PATCH v3] io: add io_pgtable abstraction
 2025-11-17 16:34 UTC  (3+ messages)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-17 15:50 UTC  (18+ messages)
` [PATCH 4/9] iommufd: Allow a DMABUF to be revoked
` [PATCH 5/9] iommufd: Allow MMIO pages in a batch
` [PATCH 6/9] iommufd: Have pfn_reader process DMABUF iopt_pages
` [PATCH 7/9] iommufd: Have iopt_map_file_pages convert the fd to a file
` [PATCH 8/9] iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILE

[PATCH v3 00/20] drm/msm/adreno: Introduce Adreno 8xx family support
 2025-11-17 15:44 UTC  (30+ messages)
` [PATCH v3 01/20] drm/msm/a6xx: Flush LRZ cache before PT switch
` [PATCH v3 02/20] drm/msm/a6xx: Fix the gemnoc workaround
` [PATCH v3 03/20] drm/msm/a6xx: Skip dumping SCRATCH registers
` [PATCH v3 04/20] drm/msm/adreno: Common-ize PIPE definitions
` [PATCH v3 05/20] drm/msm/adreno: Move adreno_gpu_func to catalogue
` [PATCH v3 06/20] drm/msm/adreno: Move gbif_halt() to adreno_gpu_func
` [PATCH v3 07/20] drm/msm/adreno: Add MMU fault handler "
` [PATCH v3 08/20] drm/msm/a6xx: Sync latest register definitions
` [PATCH v3 09/20] drm/msm/a6xx: Rebase GMU register offsets
` [PATCH v3 10/20] drm/msm/a8xx: Add support for A8x GMU
` [PATCH v3 11/20] drm/msm/a6xx: Improve MX rail fallback in RPMH vote init
` [PATCH v3 12/20] drm/msm/a6xx: Share dependency vote table with GMU
` [PATCH v3 13/20] drm/msm/adreno: Introduce A8x GPU Support
` [PATCH v3 14/20] drm/msm/adreno: Support AQE engine
` [PATCH v3 15/20] drm/msm/a8xx: Add support for Adreno 840 GPU
` [PATCH v3 16/20] drm/msm/adreno: Do CX GBIF config before GMU start
` [PATCH v3 17/20] drm/msm/a8xx: Add support for Adreno X2-85 GPU
` [PATCH v3 18/20] dt-bindings: arm-smmu: Add Kaanapali and Glymur GPU SMMU
` [PATCH v3 19/20] dt-bindings: display/msm/gmu: Add Adreno 840 GMU
` [PATCH v3 20/20] dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU

[PATCH iommufd] iommufd: Make vfio_compat's unmap succeed if the range is already empty
 2025-11-17 15:34 UTC  (3+ messages)

[PATCH v3 00/14] iommu: fix device leaks
 2025-11-17  9:05 UTC  (2+ messages)

[PATCH] iommupt: Actually correct pt_test_sw_bit_{acquire_release}() parameter description
 2025-11-17  8:46 UTC  (2+ messages)

[PATCH][next] iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warning
 2025-11-17  7:13 UTC  (2+ messages)

[PATCH] iommufd/driver: Fix counter initialization for counted_by annotation
 2025-11-17  7:10 UTC  (2+ messages)

[PATCH 0/2] amd/iommu: Preserve domain ids inside the kdump kernel
 2025-11-17  5:21 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] amd/iommu: Make protection domain ID functions non-static

[PATCH kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-17  1:49 UTC  (7+ messages)
` [PATCH kernel 1/6] PCI/TSM: Add secure SPDM DOE mailbox
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH v4 0/2] SMMU v3 CMDQ fix and improvement
 2025-11-14 18:29 UTC  (4+ messages)
` [PATCH v4 1/2] iommu/arm-smmu-v3: Fix CMDQ timeout warning
` [PATCH v4 2/2] iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiency

[RFC PATCH] iommu/arm-smmu-v3: Defer shutdown to syscore_ops
 2025-11-14 14:12 UTC  (2+ messages)

[PATCH v2 00/21] drm/msm/adreno: Introduce Adreno 8xx family support
 2025-11-14 11:26 UTC  (39+ messages)
` [PATCH v2 02/21] drm/msm/a6xx: Fix the gemnoc workaround
` [PATCH v2 05/21] drm/msm/adreno: Move adreno_gpu_func to catalogue
` [PATCH v2 10/21] drm/msm/a8xx: Add support for A8x GMU
` [PATCH v2 11/21] drm/msm/a6xx: Improve MX rail fallback in RPMH vote init
` [PATCH v2 12/21] drm/msm/a6xx: Share dependency vote table with GMU
` [PATCH v2 13/21] drm/msm/adreno: Introduce A8x GPU Support
` [PATCH v2 14/21] drm/msm/adreno: Support AQE engine
` [PATCH v2 15/21] drm/msm/a8xx: Add support for Adreno 840 GPU
` [PATCH v2 16/21] drm/msm/adreno: Do CX GBIF config before GMU start
` [PATCH v2 17/21] drm/msm/a8xx: Add support for Adreno X2-85 GPU
` [PATCH v2 20/21] dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-11-14  9:02 UTC  (3+ messages)
` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping

[PATCH] selftests/iommu: Fix array-bounds warning in get_hw_info
 2025-11-13 20:08 UTC 

[PATCH v6 0/4] Move io-pgtable-arm selftest to KUnit
 2025-11-13 15:26 UTC  (3+ messages)

[PATCH] iommu/amd: Fix pci_segment memleak in alloc_pci_segment()
 2025-11-13 15:22 UTC  (3+ messages)
` [RESEND PATCH] "

[PATCH v5] iommu/amd: Enhance "Completion-wait Time-out" error message
 2025-11-13 15:13 UTC  (3+ messages)

[PATCH v18 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2025-11-13 13:55 UTC  (5+ messages)

[PATCH v2 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
 2025-11-13 11:00 UTC  (9+ messages)
` [PATCH v2 1/4] drivers/iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v2 2/4] drivers/iommu: Add calls "
` [PATCH v2 3/4] drivers/iommu-debug-pagealloc: Track IOMMU pages
` [PATCH v2 4/4] drivers/iommu-debug-pagealloc: Check mapped/unmapped kernel memory

[PATCH] genpt: Make GENERIC_PT invisible
 2025-11-13  8:56 UTC  (3+ messages)

[PATCH v2] iommu/arm-smmu-v3-iommufd: Allow attaching nested domain for GBPA cases
 2025-11-13  4:58 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for Linux 6.18
 2025-11-13  2:44 UTC  (2+ messages)


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