Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-10-11 23:26:27 to 2023-10-16 12:53:09 UTC [more...]

[PATCH v3 0/2] fix dma_addressing_limited() if dma_range_map
 2023-10-16 12:52 UTC  (2+ messages)
` [PATCH v3 1/2] dma-mapping: export dma_addressing_limited()

fix the non-coherent coldfire dma_alloc_coherent v2
 2023-10-16 12:49 UTC  (19+ messages)
` [PATCH 01/12] riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENT
` [PATCH 02/12] riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM
` [PATCH 03/12] soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM
` [PATCH 04/12] soc: renesas: select RISCV_DMA_NONCOHERENT from ARCH_R9A07G043
` [PATCH 05/12] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
` [PATCH 06/12] dma-direct: add a CONFIG_ARCH_DMA_ALLOC symbol
` [PATCH 07/12] dma-direct: simplify the use atomic pool logic in dma_direct_alloc
` [PATCH 08/12] dma-direct: warn when coherent allocations aren't supported
` [PATCH 09/12] m68k: use the coherent DMA code for coldfire without data cache
` [PATCH 10/12] net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
` [PATCH 11/12] m68k: don't provide arch_dma_alloc for nommu/coldfire
` [PATCH 12/12] m68k: remove unused includes from dma.c

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-10-16 12:41 UTC  (54+ messages)
` [PATCH v3 01/19] vfio/iova_bitmap: Export more API symbols
` [PATCH v3 02/19] vfio: Move iova_bitmap into iommu core
` [PATCH v3 03/19] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v3 04/19] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v3 05/19] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v3 08/19] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH v3 10/19] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v3 19/19] iommu/intel: Access/Dirty bit support for SL domains

[PATCH v2 0/6] iommufd support allocating nested parent domain
 2023-10-16 12:04 UTC  (6+ messages)
` [PATCH v2 1/6] iommu: Add new iommu op to create domains owned by userspace

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-10-16 12:02 UTC  (44+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 02/17] iommu: Add nested domain support
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [PATCH v4 07/17] iommufd: Add user-managed hw_pagetable support
` [PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
` [PATCH v4 10/17] iommufd: Support IOMMU_HWPT_ALLOC allocation with user data

[PATCH v2 9/9] iommu/dart: Remove the force_bypass variable
 2023-10-16 11:44 UTC  (2+ messages)

[PATCH v3 00/12] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-10-16 10:43 UTC  (13+ messages)
` [PATCH v3 01/12] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
` [PATCH v3 02/12] iommu/amd: Do not override PASID entry in GCR3 table
` [PATCH v3 03/12] iommu/amd: Introduce per device DTE update function
` [PATCH v3 04/12] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH v3 05/12] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH v3 06/12] iommu/amd: Add support to enable/disable PASID feature
` [PATCH v3 07/12] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH v3 08/12] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH v3 09/12] iommu/amd: Add support for page response
` [PATCH v3 10/12] iommu/amd: Add support for add/remove device for IOPF
` [PATCH v3 11/12] iommu/amd: Add IO page fault notifier handler
` [PATCH v3 12/12] iommu/amd: Introduce logic to enable/disable IOPF

[PATCH v1 00/13] Improve TLB invalidation logic
 2023-10-16 10:18 UTC  (3+ messages)

fix the non-coherent coldfire dma_alloc_coherent
 2023-10-16  9:12 UTC  (14+ messages)
` [PATCH 5/6] net: fec: use dma_alloc_noncoherent for m532x

[PATCH] iommufd/selftest: Rework TEST_LENGTH to test min_size explicitly
 2023-10-16  8:48 UTC  (2+ messages)

[PATCH v5 00/11] Add Intel VT-d nested translation
 2023-10-16  8:30 UTC  (12+ messages)
` [PATCH v5 04/11] iommu/vt-d: Add helper to setup pasid "
` [PATCH v5 09/11] iommu/vt-d: Add iotlb flush for nested domain
` [PATCH v5 10/11] iommu/vt-d: Add nested domain allocation

[GIT PULL] iommu/arm-smmu: Updates for 6.7
 2023-10-16  7:35 UTC  (2+ messages)

[PATCH trivial] iommu/amd: Remove DMA_FQ type from domain allocation path
 2023-10-16  7:40 UTC  (2+ messages)

[PATCH] iommu: change iommu_map_sgtable to return signed values
 2023-10-16  7:39 UTC  (3+ messages)

[PATCH][next] iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()
 2023-10-16  7:37 UTC  (2+ messages)

[PATCH 0/4] [PULL REQUEST] Intel IOMMU updates for Linux v6.7
 2023-10-16  7:36 UTC  (6+ messages)
` [PATCH 1/4] iommu/vt-d: Remove unused function
` [PATCH 2/4] iommu/vt-d: debugfs: Dump entry pointing to huge page
` [PATCH 3/4] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
` [PATCH 4/4] iommu/vt-d: debugfs: Support dumping a specified page table

[PATH v5 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-10-16  3:04 UTC  (5+ messages)
` [PATH v5 1/3] iommu/vt-d: debugfs: Dump entry pointing to huge page
` [PATH v5 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
` [PATH v5 3/3] iommu/vt-d: debugfs: Support dumping a specified page table

[PATCH v2] dma-mapping: fix dma_addressing_limited if dma_range_map can't cover all system RAM
 2023-10-16  2:59 UTC  (5+ messages)

[PATCH v7 4/5] iommu: Support mm PASID 1:n with sva domains
 2023-10-14  1:02 UTC  (3+ messages)

[PATCH v2 00/10] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-10-13 16:01 UTC  (9+ messages)
` [PATCH v2 06/10] iommu/amd: Refactor helper function for setting / clearing GCR3

[PATCH v2 00/11] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-10-13 15:58 UTC  (7+ messages)
` [PATCH v2 04/11] iommu/amd: Initial SVA support for AMD IOMMU

[PATCH v3 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-10-13 15:16 UTC  (14+ messages)
` [PATCH v3 01/13] iommu/amd: Pass struct iommu_dev_data to set_dte_entry()
` [PATCH v3 02/13] iommu/amd: Introduce get_amd_iommu_from_dev()
` [PATCH v3 03/13] iommu/amd: Introduce struct protection_domain.pd_mode
` [PATCH v3 04/13] iommu/amd: Introduce per-device GCR3 table
` [PATCH v3 05/13] iommu/amd: Use protection_domain.flags to check page table mode
` [PATCH v3 06/13] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v3 07/13] iommu/amd: Add support for device based flush TLB
` [PATCH v3 08/13] iommu/amd: Rearrange GCR3 table setup code
` [PATCH v3 09/13] iommu/amd: Refactor helper function for setting / clearing GCR3
` [PATCH v3 10/13] iommu/amd: Refactor helper function for attaching / detaching device
` [PATCH v3 11/13] iommu/amd: Refactor protection_domain helper functions
` [PATCH v3 12/13] iommu/amd: Refactor GCR3 table "
` [PATCH v3 13/13] iommu/amd: Remove unused GCR3 table parameters from struct protection_domain

[PATCH 00/19] Update SMMUv3 to the modern iommu API (part 1/2)
 2023-10-13 14:00 UTC  (10+ messages)
` [PATCH 01/19] iommu/arm-smmu-v3: Add a type for the STE
` [PATCH 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH 12/19] iommu/arm-smmu-v3: Put writing the context descriptor in the right order

[PATCH v6 00/12] iommu: Prepare to deliver page faults to user space
 2023-10-13  7:49 UTC  (2+ messages)

[PATH v4 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-10-13  4:23 UTC  (2+ messages)

[PATCH v8 0/9] Refactor the SMMU's CD table ownership
 2023-10-12 18:06 UTC  (4+ messages)

[PATCH v1 0/3] Clean-up arm-smmu-v3-sva.c: remove arm_smmu_bond
 2023-10-12 18:06 UTC  (2+ messages)

[PATCH] iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
 2023-10-12 18:06 UTC  (2+ messages)

[PATCH 0/2] Add SMMUv2 support for SM7150
 2023-10-12 18:06 UTC  (2+ messages)

[PATCH] hardening: x86: drop reference to removed config AMD_IOMMU_V2
 2023-10-12 16:10 UTC  (5+ messages)

[PATCH v2 0/4] AVIC bugfixes and workarounds
 2023-10-12 14:46 UTC  (2+ messages)

[joro-iommu:x86/amd 16/19] drivers/iommu/amd/iommu.c:829:21: warning: variable 'entry' set but not used
 2023-10-12 13:21 UTC  (3+ messages)

[PATCH v5 0/7] iommu: Retire bus ops
 2023-10-12 12:58 UTC  (15+ messages)
` [PATCH v5 1/7] iommu: Factor out some helpers
` [PATCH v5 2/7] iommu: Decouple iommu_present() from bus ops
` [PATCH v5 4/7] iommu: Decouple iommu_domain_alloc() "
` [PATCH v5 5/7] iommu/arm-smmu: Don't register fwnode for legacy binding
` [PATCH v5 7/7] iommu: Clean up open-coded ownership checks

[PATCH 00/27] Update SMMUv3 to the modern iommu API (part 2/2)
 2023-10-11 23:26 UTC  (5+ messages)
` [PATCH 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry_step()
` [PATCH 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox