iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 06:06:24 to 2023-06-10 20:50:36 UTC [more...]

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

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

[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 v3 00/11] Linux RISC-V AIA Support
 2023-06-09 21:17 UTC  (6+ messages)
` [PATCH v3 02/11] of/irq: Set FWNODE_FLAG_BEST_EFFORT for the interrupt controller DT nodes

[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

unexport swiotlb_active
 2023-06-09 15:38 UTC  (11+ 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-09 14:39 UTC  (18+ 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 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 1/2] iommu/amd: Use BIT/BIT_ULL macro to define bit fields
 2023-06-09  9:06 UTC  (2+ messages)
` [PATCH 2/2] iommu/amd: Remove extern from function prototypes

[PATCH] iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro
 2023-06-09  9:03 UTC 

[PATCH 1/1] iommu/vt-d: Remove commented-out code
 2023-06-09  6:05 UTC 

[PATCH v2 00/18] Add PASID support to SMMUv3 unmanaged domains
 2023-06-09  1:44 UTC  (25+ messages)
` [PATCH v2 01/18] iommu/arm-smmu-v3: Move ctx_desc out of s1_cfg
` [PATCH v2 02/18] iommu/arm-smmu-v3: Add smmu_s1_cfg to smmu_master
` [PATCH v2 03/18] iommu/arm-smmu-v3: Refactor write_strtab_ent
` [PATCH v2 04/18] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v2 05/18] iommu/arm-smmu-v3: Use the master-owned s1_cfg
` [PATCH v2 06/18] iommu/arm-smmu-v3: Simplify arm_smmu_enable_ats
` [PATCH v2 07/18] iommu/arm-smmu-v3: Keep track of attached ssids
` [PATCH v2 08/18] iommu/arm-smmu-v3: Add helper for atc invalidation
` [PATCH v2 09/18] iommu/arm-smmu-v3: Implement set_dev_pasid
` [PATCH v2 10/18] iommu/arm-smmu-v3-sva: Remove bond refcount
` [PATCH v2 11/18] iommu/arm-smmu-v3-sva: Clean unused iommu_sva
` [PATCH v2 12/18] iommu/arm-smmu-v3-sva: Remove arm_smmu_bond
` [PATCH v2 13/18] iommu/arm-smmu-v3-sva: Add check when enabling sva
` [PATCH v2 14/18] iommu/arm-smmu-v3: Support domains with shared CDs
` [PATCH v2 15/18] iommu/arm-smmu-v3: Allow more re-use for SVA
` [PATCH v2 16/18] iommu/arm-smmu-v3-sva: Attach S1_SHARED_CD domain
` [PATCH v2 17/18] iommu/arm-smmu-v3-sva: Alloc notifier for {smmu,mn}
` [PATCH v2 18/18] iommu/arm-smmu-v3-sva: Remove atc_inv_domain_ssid

[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  (20+ messages)
` [PATCH v6 01/12] dt-bindings: display/msm: dsi-controller-main: Add SM6350
` [PATCH v6 02/12] dt-bindings: display/msm: dsi-controller-main: Add SM6375
` [PATCH v6 03/12] dt-bindings: display/msm: sc7180-dpu: Describe SM6350 and SM6375
` [PATCH v6 04/12] dt-bindings: display/msm: Add SM6350 MDSS
` [PATCH v6 05/12] dt-bindings: display/msm: Add SM6375 MDSS
` [PATCH v6 06/12] drm/msm/dpu: Add SM6350 support
` [PATCH v6 07/12] drm/msm: mdss: "
` [PATCH v6 08/12] drm/msm/dpu: Add SM6375 support
` [PATCH v6 09/12] drm/msm: 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 v2] iommu/amd: Fix possible memory leak of 'domain'
 2023-06-08  4:17 UTC  (2+ messages)

[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  (23+ messages)
` [PATCH v2 06/10] arm64: dts: qcom: Add SDX75 platform and IDP board support
` [PATCH v2 07/10] arm64: dts: qcom: Add support for GCC and RPMHCC for SDX75
` [PATCH v2 08/10] arm64: dts: qcom: Add QUPv3 UART console node "
` [PATCH v2 09/10] arm64: dts: qcom: Enable the QUPv3 UART console "
` [PATCH v2 10/10] arm64: dts: qcom: Add the support of cpufreq on SDX75

[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-06-07  3:51 UTC  (3+ 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 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 

[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
 2023-06-06 10:26 UTC  (12+ messages)

[RESEND PATCH] dt-bindings: iommu: arm,smmu: enable clocks for sa8775p Adreno SMMU
 2023-06-06  7:20 UTC  (3+ messages)


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).