iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
[PATCH] iommu/arm-smmu-v3: Make the kunit into a module
 2024-05-09 15:40 UTC  (10+ messages)

[PATCH] dma: fix DMA sync for drivers not calling dma_set_mask*()
 2024-05-09 15:27 UTC  (5+ messages)

[PATCH v6 0/7] dma: skip calling no-op sync ops when possible
 2024-05-09 14:43 UTC  (18+ messages)
` [PATCH v6 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH v6 2/7] dma: avoid redundant calls for sync operations
` [PATCH v6 3/7] iommu/dma: avoid expensive indirect "
` [PATCH v6 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH v6 5/7] page_pool: don't use driver-set flags field directly
` [PATCH v6 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH v6 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09 14:37 UTC  (31+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH v1 1/1] iommu/arm-smmu-v3: Use *-y instead of *-objs in Makefile
 2024-05-09 14:27 UTC  (2+ messages)

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-05-09 14:22 UTC  (13+ messages)
` [PATCH v2 12/12] iommu/vt-d: Add set_dev_pasid callback for nested domain

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-09 14:13 UTC  (15+ messages)
` [PATCH 1/5] x86/pat: Let pat_pfn_immune_to_uc_mtrr() check MTRR for untracked PAT range
` [PATCH 2/5] KVM: x86/mmu: Fine-grained check of whether a invalid & RAM PFN is MMIO
` [PATCH 3/5] x86/mm: Introduce and export interface arch_clean_nonsnoop_dma()
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "

[PATCH] dma-direct: Set SG_DMA_SWIOTLB flag for dma-direct
 2024-05-09 13:28 UTC  (17+ messages)

[PATCH AUTOSEL 4.19 7/7] iommu: mtk: fix module autoloading
 2024-05-09 12:46 UTC  (3+ messages)

[PATCH v9 0/9] Make the SMMUv3 CD logic match the new STE design (part 2a/3)
 2024-05-09 11:40 UTC  (8+ messages)
` [PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry
  ` Build error on -next: Unexpected GOT/PLT entries detected! (was Re: [PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry)

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-09  9:39 UTC  (16+ messages)
` [PATCH v7 01/14] iommu/arm-smmu-v3: Convert to domain_alloc_sva()
` [PATCH v7 02/14] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v7 03/14] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v7 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v7 05/14] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v7 06/14] iommu/arm-smmu-v3: Do not use master->sva_enable to restrict attaches
` [PATCH v7 07/14] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v7 08/14] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v7 09/14] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v7 10/14] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v7 11/14] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v7 12/14] iommu/arm-smmu-v3: Test the STE S1DSS functionality
` [PATCH v7 13/14] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v7 14/14] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[PATCH] arm64: Properly clean up iommu-dma remnants
 2024-05-09  9:04 UTC  (4+ messages)

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-09  7:14 UTC  (15+ messages)
` [PATCH v4 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v4 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v4 5/7] iommu/riscv: Device directory management
` [PATCH v4 6/7] iommu/riscv: Command and fault queue support
` [PATCH v4 7/7] iommu/riscv: Paging domain support

[PATCH v2 1/1] iommu/amd: Fix sysfs leak in iommu init
 2024-05-09  0:42 UTC 

[PATCH v3 0/7] Linux RISC-V IOMMU Support
 2024-05-08 16:23 UTC  (10+ messages)
` [PATCH v3 7/7] iommu/riscv: Paging domain support

[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-05-08 10:05 UTC  (13+ messages)
` [PATCH v5 2/9] iommu: Replace sva_iommu with iommu_attach_handle
` [PATCH v5 3/9] iommu: Add attachment handle to struct iopf_group
` [PATCH v5 5/9] iommufd: Add iommufd fault object
` [PATCH v5 6/9] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v5 7/9] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH v7 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-08  5:56 UTC  (7+ messages)
` [PATCH v7 1/6] iommu/arm-smmu-v3: Make symbols public for CONFIG_TEGRA241_CMDQV
` [PATCH v7 2/6] iommu/arm-smmu-v3: Issue a batch of commands to the same cmdq
` [PATCH v7 3/6] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v7 4/6] iommu/arm-smmu-v3: Add CS_NONE quirk for CONFIG_TEGRA241_CMDQV
` [PATCH v7 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v7 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH RFC RESEND 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 16:27 UTC  (16+ messages)
` [PATCH RFC RESEND 1/6] iommu/riscv: Add RISC-V IOMMU PMU support
` [PATCH RFC RESEND 2/6] iommu/riscv: Support HPM and interrupt handling
` [PATCH RFC RESEND 3/6] iommu/riscv: support GSCID
` [PATCH RFC RESEND 4/6] iommu/riscv: support nested iommu for getting iommu hardware information
` [PATCH RFC RESEND 5/6] iommu/riscv: support nested iommu for creating domains owned by userspace
` [PATCH RFC RESEND 6/6] iommu/riscv: support nested iommu for flushing cache

[RFC 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 14:31 UTC  (2+ messages)

[PATCH net-next v5 0/7] dma: skip calling no-op sync ops when possible
 2024-05-07 10:41 UTC  (13+ messages)
` [PATCH net-next v5 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v5 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v5 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v5 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v5 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v5 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v5 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[GIT PULL] iommu/arm-smmu: Updates for 6.10
 2024-05-07  9:35 UTC  (3+ messages)

[PATCH 1/1] iommu/amd: Fix sysfs leak in iommu init
 2024-05-07  9:12 UTC  (2+ messages)

[PATCH v2 0/4] dma-mapping: benchmark: fixes and error handling improvements
 2024-05-07  6:56 UTC  (3+ messages)
` [PATCH v2 4/4] dma-mapping: benchmark: handle NUMA_NO_NODE correctly

[PATCH 1/2] swiotlb: Remove alloc_size argument to swiotlb_tbl_map_single()
 2024-05-07  5:36 UTC  (6+ messages)
` [PATCH 2/2] iommu/dma: Fix zero'ing of bounce buffer padding used by untrusted devices

[PATCH] swiotlb: iommu/dma: Clarify swiotlb options apply only to dma-direct
 2024-05-06 20:16 UTC  (5+ messages)

[PATCH v6 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-06 13:00 UTC  (7+ messages)
` [PATCH v6 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH net-next v4 0/7] dma: skip calling no-op sync ops when possible
 2024-05-06  9:43 UTC  (9+ messages)
` [PATCH net-next v4 6/7] page_pool: check for DMA sync shortcut earlier


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