IOMMU Archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-14 12:48 UTC  (29+ messages)
` [PATCH v4 01/13] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v4 02/13] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v4 03/13] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v4 04/13] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v4 05/13] dma-mapping: make dma_pgprot() "
` [PATCH v4 06/13] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v4 07/13] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v4 08/13] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v4 09/13] dma-direct: select DMA address encoding from DMA_ATTR_CC_SHARED
` [PATCH v4 10/13] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v4 11/13] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v4 12/13] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds

[PATCH 0/8] arm64: dts: qcom: Devicetree support for Kaanapali GPU
 2026-05-14 12:44 UTC  (19+ messages)
` [PATCH 3/8] arm64: dts: qcom: kaanapali: add the GPU SMMU node
` [PATCH 4/8] arm64: dts: qcom: kaanapali: Add qfprom node
` [PATCH 5/8] arm64: dts: qcom: Add GPU support for Kaanapali
` [PATCH 6/8] arm64: dts: qcom: kaanapali: Add GPU cooling
` [PATCH 7/8] arm64: dts: qcom: kaanapali-mtp: Enable GPU
` [PATCH 8/8] arm64: dts: qcom: kaanapali-qrd: "

[PATCH v4 0/6] Devicetree support for Glymur GPU
 2026-05-14 10:14 UTC  (9+ messages)
` [PATCH v4 1/6] drm/msm/a8xx: Fix RSCC offset
` [PATCH v4 2/6] dt-bindings: display/msm: gpu: Document Adreno X2-185
` [PATCH v4 3/6] dt-bindings: arm-smmu: Update the description for Glymur GPU SMMU
` [PATCH v4 4/6] arm64: dts: qcom: glymur: Add GPU smmu node
` [PATCH v4 5/6] arm64: dts: qcom: Add GPU support for Glymur
` [PATCH v4 6/6] arm64: dts: qcom: glymur: Add GPU cooling

[PATCH v5 00/14] media: iris: Add support for glymur platform
 2026-05-14  9:15 UTC  (48+ messages)
` [PATCH v5 02/14] iommu: Add iris-vpu-bus to iommu_buses
` [PATCH v5 04/14] dt-bindings: media: qcom,venus: Remove clock, power-domain, and iommus from common schema
` [PATCH v5 07/14] media: iris: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v5 08/14] media: iris: Rename clock and power domain macros to use vcodec prefix
` [PATCH v5 10/14] media: iris: Add power sequence for Glymur
` [PATCH v5 11/14] media: iris: Add support to select core for dual core platforms
` [PATCH v5 12/14] media: iris: Add platform data for glymur
` [PATCH v5 13/14] arm64: dts: qcom: glymur: Add iris video node

[PATCH v5 0/9] iommufd: Enable noiommu mode for cdev
 2026-05-14  6:51 UTC  (16+ messages)
` [PATCH v5 2/9] iommufd: Support a HWPT without an iommu driver for noiommu
` [PATCH v5 3/9] iommufd: Move igroup allocation to a function
` [PATCH v5 4/9] iommufd: Allow binding to a noiommu device
` [PATCH v5 5/9] iommufd: Add an ioctl to query PA from IOVA for noiommu mode

[PATCH v1 0/1] Don't split flush for amd_iommu_domain_flush_all()
 2026-05-14  5:07 UTC  (4+ messages)
` [PATCH v1 1/1] iommu/amd: "

[PATCH RFC] iommu: Enable per-device SSID space for SVA
 2026-05-14  4:12 UTC  (9+ messages)

[PATCH v3 0/5] Improve the invalidation path in AMD
 2026-05-14  0:11 UTC  (6+ messages)
` [PATCH v3 1/5] iommu/amd: Simplify build_inv_address()
` [PATCH v3 2/5] iommu/amd: Pass last in through to build_inv_address()
` [PATCH v3 3/5] iommu/amd: Have amd_iommu_domain_flush_pages() use last
` [PATCH v3 4/5] iommu/amd: Make CMD_INV_IOMMU_ALL_PAGES_ADDRESS match the spec
` [PATCH v3 5/5] iommu/amd: Control INVALIDATE_IOMMU_PAGES PDE from the gather

[PATCH v2 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
 2026-05-13 23:57 UTC  (10+ messages)
` [PATCH v2 1/9] iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format command
` [PATCH v2 2/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq selection functions
` [PATCH v2 3/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functions
` [PATCH v2 4/9] iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmd
` [PATCH v2 5/9] iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()
` [PATCH v2 6/9] iommu/arm-smmu-v3: Directly encode simple commands
` [PATCH v2 7/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INV
` [PATCH v2 8/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNC
` [PATCH v2 9/9] iommu/arm-smmu-v3: Directly encode TLBI commands

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-13 21:54 UTC  (16+ messages)
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table

[PATCH 0/3] iommu/io-pgtable-arm: iommu-pages and cleanup
 2026-05-13 21:52 UTC  (4+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Use consistent sizes for page allocation and freeing
` [PATCH 2/3] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH 3/3] iommu/io-pgtable-arm: Use address conversion consistently

[PATCH rc 0/5] Fix some iommupt mistakes from Sashiko
 2026-05-13 21:03 UTC  (25+ messages)
` [PATCH rc 1/5] iommu: Fix loss of errno on map failure for classic ops
` [PATCH rc 2/5] iommu: Fix up map/unmap debugging for iommupt domains
` [PATCH rc 3/5] iommu: Handle unmap error when iommu_debug is enabled
` [PATCH rc 4/5] iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap
` [PATCH rc 5/5] iommupt: Fix the end_index calculation in __map_range_leaf()

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-13 19:35 UTC  (3+ messages)

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-13 18:39 UTC  (3+ messages)
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH] iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bits
 2026-05-13 17:38 UTC  (13+ messages)

[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-13 15:17 UTC  (17+ messages)
` [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V3 02/11] x86/hyperv: Cosmetic changes in irqdomain.c for readability
` [PATCH V3 04/11] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V3 08/11] PCI: hv: VMBus and PCI device IDs for PCI passthru
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU
` [PATCH V3 10/11] mshv: Populate mmio mappings for PCI passthru
` [PATCH V3 11/11] mshv: Mark mem regions as non-movable upfront if device passthru

[PATCH V1 0/3] PCI passthru on Hyper-V (Part II)
 2026-05-13 15:15 UTC  (7+ messages)
` [PATCH V1 1/3] mshv: Import declarations for irq remap and add irqbypass support
` [PATCH V1 2/3] hyperv: Implement irq remap for passthru devices
` [PATCH V1 3/3] mshv: Implement guest irq migration "

[PATCH v3] dma-mapping: move dma_map_resource() sanity check into debug code
 2026-05-13  7:22 UTC 

[REGRESSION] GPU passes into VM improperly after c376a3456d8b or a98db518dde2
 2026-05-13  6:50 UTC  (5+ messages)

[PATCH 0/5] iova augmented rbtree O(log n) alloc_iova
 2026-05-13  2:00 UTC  (6+ messages)
` [PATCH 1/5] iova: switch to augmented rbtree for log(n) allocation
` [PATCH 2/5] iova: drop dead cached_node / cached32_node infrastructure
` [PATCH 3/5] iova: limit_pfn-aware augmentation for log(n) 32-bit alloc
` [PATCH 4/5] iova: alignment-aware two-phase search for log(n) aligned alloc
` [PATCH 5/5] iova: add KUnit test suite

[PATCH 0/2] iommu/riscv: Enable IOMMU_DMA
 2026-05-12 20:28 UTC  (7+ messages)
` [PATCH 1/2] iommu/riscv: Map IMSIC addresses for paging domains

[PATCH] MAINTAINERS: update Tomasz Jeznach's email address
 2026-05-12 17:37 UTC 

[PATCH 04/22] iommu/amd: Introduce IOMMUFD vIOMMU support for AMD
 2026-05-12 15:14 UTC  (3+ messages)
` [PATCH 4/22] "

[PATCH] iommupt: Fixup build warning by using BIT_ULL() for RISCVPT_NC/IO
 2026-05-12 15:12 UTC  (2+ messages)

[PATCH 05/22] iommu/amd: Introduce vIOMMU Guest-ID (GID)
 2026-05-12 15:07 UTC  (3+ messages)

[PATCH v4 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
 2026-05-12 14:50 UTC  (5+ messages)
` [PATCH v4 1/2] iommu/riscv: Advertise Svpbmt support to generic page table
` [PATCH v4 2/2] iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bits
  ` Re: [PATCH v4 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt

[PATCH v3 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt
 2026-05-12 12:45 UTC  (3+ messages)
`  "

[PATCH v3 0/9] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-12 12:42 UTC  (4+ messages)

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-12 11:32 UTC  (5+ messages)
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device

[PATCH RFC] iommu: Enable per-device SSID space for SVA
 2026-05-12 10:07 UTC  (2+ messages)

[PATCH v5] dma-contiguous: add kconfig option to setup numa cma area if not configured explicitly
 2026-05-12  8:55 UTC 

[PATCH] dt-bindings: arm-smmu: qcom: Add compatible for IPQ9650 SoC
 2026-05-12  6:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).