iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/9] iommu/amd: Add AMD IOMMU emulation support for SEV-SNP guest kernel
 2024-05-13 18:59 UTC  (7+ messages)
` [PATCH 1/9] iommu/amd: Introduce helper functions for managing IOMMU memory
` [PATCH 9/9] iommu/amd: Set default domain to IDENTITY_DOMAIN when running in SEV guest

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-13  8:34 UTC  (31+ 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 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-13  7:43 UTC  (16+ messages)
` [PATCH 1/5] x86/pat: Let pat_pfn_immune_to_uc_mtrr() check MTRR for untracked PAT range
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "

[PATCH v2 1/1] iommu/amd: Fix sysfs leak in iommu init
 2024-05-13  6:45 UTC  (2+ messages)

[PATCH RFCv1 00/14] Add Tegra241 (Grace) CMDQV Support (part 2/2)
 2024-05-13  5:24 UTC  (30+ messages)
` [PATCH RFCv1 01/14] iommufd: Move iommufd_object to public iommufd header
` [PATCH RFCv1 02/14] iommufd: Swap _iommufd_object_alloc and __iommufd_object_alloc
` [PATCH RFCv1 03/14] iommufd: Prepare for viommu structures and functions
` [PATCH RFCv1 04/14] iommufd: Add struct iommufd_viommu and iommufd_viommu_ops
` [PATCH RFCv1 05/14] iommufd: Add IOMMUFD_OBJ_VIOMMU and IOMMUFD_CMD_VIOMMU_ALLOC
` [PATCH RFCv1 07/14] iommufd: Add viommu set/unset_dev_id ops
` [PATCH RFCv1 08/14] iommufd: Add IOMMU_VIOMMU_SET_DEV_ID ioctl
` [PATCH RFCv1 12/14] iommufd: Add IOMMUFD_OBJ_VQUEUE and IOMMUFD_CMD_VQUEUE_ALLOC
` [PATCH RFCv1 13/14] iommufd: Add mmap infrastructure

[PATCH v7 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-12 22:09 UTC  (14+ 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 v3 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-05-12 12:58 UTC  (8+ messages)
` [PATCH v3 2/4] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
` [PATCH v3 3/4] iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
` [PATCH v3 4/4] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-05-10 19:48 UTC  (6+ messages)
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH v2 0/4] dma-mapping: benchmark: fixes and error handling improvements
 2024-05-10 17:52 UTC  (7+ messages)
` [PATCH v2 1/4] dma-mapping: benchmark: fix up kthread-related error handling
` [PATCH v2 2/4] dma-mapping: benchmark: avoid needless copy_to_user if benchmark fails
` [PATCH v2 3/4] dma-mapping: benchmark: fix node id validation

[git pull] IOMMU Fixes for Linux v6.9-rc5
 2024-05-10 17:29 UTC  (2+ messages)

[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-05-10 16:28 UTC  (21+ 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] iommu/arm-smmu-v3: Make the kunit into a module
 2024-05-10 12:27 UTC  (12+ messages)

[PATCH rc] iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()
 2024-05-10 11:07 UTC  (6+ messages)

[PATCH] dma: fix DMA sync for drivers not calling dma_set_mask*()
 2024-05-10  7:12 UTC  (6+ messages)

[PATCH] arm64: Properly clean up iommu-dma remnants
 2024-05-10  7:04 UTC  (3+ messages)

[PATCH v4 22/66] selftests/iommu: Drop duplicate -D_GNU_SOURCE
 2024-05-10  0:06 UTC 

[PATCH v3 24/68] selftests/iommu: Drop duplicate -D_GNU_SOURCE
 2024-05-09 19:58 UTC 

[PATCH] dma-direct: Set SG_DMA_SWIOTLB flag for dma-direct
 2024-05-09 18:32 UTC  (19+ messages)

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09 18:20 UTC  (33+ 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

Oops on nvidia orin system booting the eln 6.9-rc7 kernel
 2024-05-09 17:24 UTC  (3+ messages)

[PATCH v9 0/9] Make the SMMUv3 CD logic match the new STE design (part 2a/3)
 2024-05-09 16:59 UTC  (6+ messages)
` [PATCH v9 9/9] iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entry

[PATCH v6 0/7] dma: skip calling no-op sync ops when possible
 2024-05-09 14:43 UTC  (11+ messages)
  ` [PATCH v6 2/7] dma: avoid redundant calls for sync operations

[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 AUTOSEL 4.19 7/7] iommu: mtk: fix module autoloading
 2024-05-09 12:46 UTC  (3+ messages)

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-09  7:14 UTC  (13+ messages)
` [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 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


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