iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 12:44:24 to 2023-06-13 10:37:23 UTC [more...]

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-06-13 10:37 UTC  (19+ messages)
` [PATCH v3 01/11] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v3 02/11] of/irq: Set FWNODE_FLAG_BEST_EFFORT for the interrupt controller DT nodes
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v3 07/11] irqchip/riscv-imsic: Improve IOMMU DMA support
` [PATCH v3 08/11] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC

[PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-13  9:46 UTC  (19+ messages)
` [PATCH v7 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v7 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v7 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v7 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v7 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v7 06/17] drivers/gpu: "
` [PATCH v7 07/17] drivers/usb: "
` [PATCH v7 08/17] drivers/spi: "
` [PATCH v7 09/17] dm-crypt: "
` [PATCH v7 10/17] iio: core: "
` [PATCH v7 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v7 12/17] scatterlist: Add dedicated config for DMA flags
` [PATCH v7 13/17] dma-mapping: Name SG DMA flag helpers consistently
` [PATCH v7 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v7 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v7 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v7 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64

[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-06-13  3:14 UTC  (5+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains
` [PATCH 2/2] iommu/vt-d: Remove rmrr check in domain attaching device path

[PATCH v8 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-06-13  3:06 UTC  (4+ messages)
` [PATCH v8 2/7] iommu: Move global PASID allocation from SVA to core

[PATCH 1/2] iommu/amd: Use BIT/BIT_ULL macro to define bit fields
 2023-06-12 18:58 UTC  (4+ messages)
` [PATCH 2/2] iommu/amd: Remove extern from function prototypes

[PATCH] iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro
 2023-06-12 18:24 UTC  (2+ messages)

[PATCH v2] iommu/amd: Fix possible memory leak of 'domain'
 2023-06-12 18:17 UTC  (4+ messages)

[PATCH 1/1] iommu/vt-d: Remove commented-out code
 2023-06-12 18:15 UTC  (2+ messages)

unexport swiotlb_active v2
 2023-06-12 14:25 UTC  (4+ messages)
` [PATCH 1/3] xen/pci: add flag for PCI passthrough being possible
` [PATCH 2/3] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/3] swiotlb: unexport is_swiotlb_active

unexport swiotlb_active
 2023-06-12  8:23 UTC  (14+ messages)
` [PATCH 2/4] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/4] drm/nouveau: stop using is_swiotlb_active

[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-12  7:47 UTC  (20+ messages)
` [PATCH v6 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v6 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v6 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v6 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v6 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible

[PATCH] iommu/amd: Fix memory leak when domain type checks fail
 2023-06-12  2:17 UTC 

IOMMU software bounce buffers and their overhead
 2023-06-10 20:50 UTC  (3+ messages)

[PATCH v3 00/25] iommu: Make default_domain's mandatory
 2023-06-10 12:03 UTC  (28+ messages)
` [PATCH v3 01/25] iommu: Add iommu_ops->identity_domain
` [PATCH v3 02/25] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v3 03/25] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v3 04/25] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v3 05/25] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v3 06/25] iommu/tegra-gart: Remove tegra-gart
` [PATCH v3 07/25] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v3 08/25] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v3 09/25] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v3 10/25] iommu/exynos: Implement an IDENTITY domain
` [PATCH v3 11/25] iommu/tegra-smmu: "
` [PATCH v3 12/25] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v3 13/25] iommu/omap: Implement an IDENTITY domain
` [PATCH v3 14/25] iommu/msm: "
` [PATCH v3 15/25] iommufd/selftest: Make the mock iommu driver into a real driver
` [PATCH v3 16/25] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v3 17/25] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v3 18/25] iommu/ipmmu: "
` [PATCH v3 19/25] iommu/mtk_iommu: "
` [PATCH v3 20/25] iommu/sun50i: "
` [PATCH v3 21/25] iommu: Require a default_domain for all iommu drivers
` [PATCH v3 22/25] iommu: Add __iommu_group_domain_alloc()
` [PATCH v3 23/25] iommu: Add ops->domain_alloc_paging()
` [PATCH v3 24/25] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v3 25/25] iommu: Convert remaining simple drivers "

[PATCH v2 25/25] iommu: Convert remaining simple drivers to domain_alloc_paging()
 2023-06-09 19:26 UTC  (3+ messages)

[PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
 2023-06-09 16:20 UTC  (4+ messages)
` [PATCH v2 5/12] "

[PATCH 0/3] arm64: dts: qcom: sa8775p: Add interconnect to SMMU
 2023-06-09 15:39 UTC  (16+ messages)
` [PATCH 1/3] dt-bindings: arm-smmu: Add interconnect for qcom SMMUs
` [PATCH 2/3] arm64: dts: qcom: sa8775p: Add interconnect to PCIe SMMU
` [PATCH 3/3] iommu/arm-smmu-qcom: Add support for the interconnect

[PATCH] iommu/amd: Fix compile error for unused function
 2023-06-09 13:20 UTC 

[GIT PULL] iommu/arm-smmu: Updates for 6.5
 2023-06-09 12:58 UTC  (2+ messages)

[PATCH v3 0/5] iommu/amd: AVIC Interrupt Remapping Improvements
 2023-06-09 12:47 UTC  (3+ messages)

[PATCH v2 0/2] iommu/amd/iommu_v2: Fix refcount related issues
 2023-06-09 10:51 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbind
` [PATCH v2 2/2] iommu/amd/iommu_v2: Clear pasid state in free path

[PATCH 0/2] iommu/amd: Interrupt handling improvements
 2023-06-09 10:20 UTC  (3+ messages)
` [PATCH 1/2] iommu/amd: Add separate interrupt handler for PPR and GA log
` [PATCH 2/2] iommu/amd: Enable separate interrupt "

[PATCH 0/2] iommu/amd: Add PPR overflow support
 2023-06-09 10:17 UTC  (3+ messages)
` [PATCH 1/2] iommu/amd: Generalize log overflow handling
` [PATCH 2/2] iommu/amd: Handle PPR log overflow

[PATCH v2 00/18] Add PASID support to SMMUv3 unmanaged domains
 2023-06-09  1:44 UTC  (8+ messages)
` [PATCH v2 14/18] iommu/arm-smmu-v3: Support domains with shared CDs

[PATCH] iommu/arm-smmu-v3: Set TTL invalidation hint better
 2023-06-08 21:36 UTC  (2+ messages)

[PATCH 0/4] iommu/arm-smmu-v3: Arm SMMU errata bits
 2023-06-08 21:36 UTC  (2+ messages)

[PATCH v6 00/12] SM63(50|75) DPU support
 2023-06-08 21:03 UTC  (13+ messages)
` [PATCH v6 04/12] dt-bindings: display/msm: Add SM6350 MDSS
` [PATCH v6 05/12] dt-bindings: display/msm: Add SM6375 MDSS
` [PATCH v6 10/12] iommu/arm-smmu-qcom: Sort the compatible list alphabetically
` [PATCH v6 11/12] iommu/arm-smmu-qcom: Add SM6375 DPU compatible
` [PATCH v6 12/12] iommu/arm-smmu-qcom: Add SM6350 "

Question about reserved_regions w/ Intel IOMMU
 2023-06-08 18:17 UTC  (10+ messages)

[PATCH RESEND] PCI: Add function 1 DMA alias quirk for Marvell 88SE9235
 2023-06-08 17:19 UTC  (3+ messages)

[PATCH v3 00/10] Add Intel VT-d nested translation
 2023-06-08  8:07 UTC  (12+ messages)
` [PATCH v3 04/10] iommu/vt-d: Add helper to setup pasid "
` [PATCH v3 07/10] iommu/vt-d: Add iotlb flush for nested domain

[PATCH 6.3 010/286] iommu: Make IPMMU_VMSA dependencies more strict
 2023-06-07 20:11 UTC 

Scatter-gather DMA
 2023-06-07 17:36 UTC  (3+ messages)

[PATCH] iommu/amd: Fix possible memory leak of 'domain'
 2023-06-07 14:26 UTC  (4+ messages)

[PATCH, RFC] swiotlb-xen: fix dma to physical address translation for cache operations
 2023-06-07 13:25 UTC 

[RESEND PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
 2023-06-07 13:07 UTC  (2+ messages)

[PATCH v1 1/1] swiotlb: use the atomic counter of total used slabs if available
 2023-06-07 13:07 UTC  (2+ messages)

[PATCH v1 1/1] swiotlb: remove unused field "used" from struct io_tlb_mem
 2023-06-07 13:07 UTC  (2+ messages)

[PATCH v2 00/10] Add devicetree support for SDX75 Modem and IDP
 2023-06-07  8:51 UTC  (10+ messages)
` [PATCH v2 06/10] arm64: dts: qcom: Add SDX75 platform and IDP board support

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-07  0:14 UTC  (15+ messages)
` [PATCH v2 01/11] iommu: Add new iommu op to create domains owned by userspace

[PATCH v12 0/7] MT8188 IOMMU SUPPORT
 2023-06-06 14:19 UTC  (11+ messages)
` [PATCH v12 2/7] iommu/mediatek: Fix two IOMMU share pagetable issue
` [PATCH v12 3/7] iommu/mediatek: Adjust mtk_iommu_config flow
` [PATCH v12 4/7] iommu/mediatek: Add enable IOMMU SMC command for INFRA masters
` [PATCH v12 5/7] iommu/mediatek: Add MT8188 IOMMU Support
` [PATCH v12 6/7] iommu/mediatek: mt8188: Add iova_region_larb_msk

[RESEND PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
 2023-06-06 13:05 UTC 

撤回: [RESEND PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
 2023-06-06 12:58 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 NNTP newsgroup(s).