Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2025-11-10 11:15:43 to 2025-11-14 09:18:15 UTC [more...]

[PATCH v5 0/5] Disable ATS via iommu during PCI resets
 2025-11-14  9:18 UTC  (15+ messages)
` [PATCH v5 1/5] iommu: Lock group->mutex in iommu_deferred_attach()
` [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 v3 00/20] drm/msm/adreno: Introduce Adreno 8xx family support
 2025-11-14  7:47 UTC  (22+ 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 kernel 0/6] PCI/TSM: Enabling core infrastructure on AMD SEV TIO
 2025-11-14  1:51 UTC  (10+ messages)
` [PATCH kernel 1/6] PCI/TSM: Add secure SPDM DOE mailbox
` [PATCH kernel 2/6] ccp: Make snp_reclaim_pages and __sev_do_cmd_locked public
` [PATCH kernel 3/6] psp-sev: Assign numbers to all status codes and add new
` [PATCH kernel 4/6] iommu/amd: Report SEV-TIO support
` [PATCH kernel 5/6] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [PATCH kernel 6/6] crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)

[PATCH 0/9] Initial DMABUF support for iommufd
 2025-11-14  0:05 UTC  (17+ 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 v5 00/14] iommu/amd: Introduce Nested Translation support
 2025-11-13 21:52 UTC  (24+ 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

[PATCH v2 00/21] drm/msm/adreno: Introduce Adreno 8xx family support
 2025-11-13 20:09 UTC  (52+ messages)
` [PATCH v2 01/21] drm/msm/a6xx: Flush LRZ cache before PT switch
` [PATCH v2 02/21] drm/msm/a6xx: Fix the gemnoc workaround
` [PATCH v2 03/21] drm/msm/adreno: Common-ize PIPE definitions
` [PATCH v2 04/21] drm/msm/adreno: Create adreno_func->submit_flush()
` [PATCH v2 05/21] drm/msm/adreno: Move adreno_gpu_func to catalogue
` [PATCH v2 06/21] drm/msm/adreno: Move gbif_halt() to adreno_gpu_func
` [PATCH v2 07/21] drm/msm/adreno: Add MMU fault handler "
` [PATCH v2 08/21] drm/msm/a6xx: Sync latest register definitions
` [PATCH v2 09/21] drm/msm/a6xx: Rebase GMU register offsets
` [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 18/21] dt-bindings: arm-smmu: Add Kaanapali GPU SMMU
` [PATCH v2 19/21] dt-bindings: display/msm/gmu: Add Adreno 840 GMU
` [PATCH v2 20/21] dt-bindings: display/msm/gmu: Add Adreno X2-85 GMU
` [PATCH v2 21/21] dt-bindings: arm-smmu: Add Glymur GPU SMMU

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

[RFC PATCH 0/5] dma-mapping: arm64: support batched cache sync
 2025-11-13 18:19 UTC  (3+ 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-13 15:54 UTC  (3+ 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 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)

REGRESSION on linux-next (next-20251106)
 2025-11-13  2:00 UTC  (3+ messages)

[PATCH v4 00/16] iommu/amd: Introduce Nested Translation support
 2025-11-12 18:40 UTC  (9+ messages)
` [PATCH v4 09/16] iommu/amd: Always enable GCR3TRPMode when supported
` [PATCH v4 15/16] iommu/amd: Refactor logic to program the host page table in DTE

[PATCH 0/6] of: iommu-map parsing for multi-cell IOMMU
 2025-11-12 14:42 UTC  (7+ messages)

[PATCH] iommu/arm-smmu: add actlr settings for mdss and fastrpc
 2025-11-12 14:02 UTC  (5+ messages)

[PATCH v3] io: add io_pgtable abstraction
 2025-11-12 12:57 UTC  (2+ messages)

[PATCH][next] iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warning
 2025-11-11 18:58 UTC  (5+ messages)

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

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

[PATCH v8 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  9:57 UTC  (12+ messages)
` [PATCH v8 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v8 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v8 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v8 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v8 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v8 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v8 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v8 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v8 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v8 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v8 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-11  8:54 UTC  (8+ messages)
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH] iommu: Remove redundant null check in iommu_iotlb_gather_queued
 2025-11-11  5:19 UTC 

[PATCH v2 0/2] iommu/amd: Avoid setting C-bit for MMIO addresses
 2025-11-11  4:44 UTC  (5+ messages)
` [PATCH v2 1/2] iommu/amd: Add IOMMU_PROT_IE flag for memory encryption

[PATCH iommufd] iommufd: Make vfio_compat's unmap succeed if the range is already empty
 2025-11-10 11:22 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