Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-10-17 12:58:45 to 2023-10-20 05:40:45 UTC [more...]

fix the non-coherent coldfire dma_alloc_coherent v4
 2023-10-20  5:40 UTC  (8+ messages)
` [PATCH 1/8] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL
` [PATCH 2/8] dma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbol
` [PATCH 3/8] dma-direct: simplify the use atomic pool logic in dma_direct_alloc
` [PATCH 4/8] dma-direct: warn when coherent allocations aren't supported
` [PATCH 5/8] m68k: use the coherent DMA code for coldfire without data cache
` [PATCH 6/8] net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
` [PATCH 7/8] m68k: don't provide arch_dma_alloc for nommu/coldfire

[PATCH RFC 0/9] Exploring biovec support in (R)DMA API
 2023-10-20  4:58 UTC  (16+ messages)
` [PATCH RFC 1/9] dma-debug: Fix a typo in a debugging eye-catcher
` [PATCH RFC 2/9] bvec: Add bio_vec fields to manage DMA mapping
` [PATCH RFC 3/9] dma-debug: Add dma_debug_ helpers for mapping bio_vec arrays
` [PATCH RFC 4/9] mm: kmsan: Add support for DMA "
` [PATCH RFC 5/9] dma-direct: Support direct "
` [PATCH RFC 6/9] DMA-API: Add dma_sync_bvecs_for_cpu() and dma_sync_bvecs_for_device()
` [PATCH RFC 7/9] DMA: Add dma_map_bvecs_attrs()
` [PATCH RFC 8/9] iommu/dma: Support DMA-mapping a bio_vec array
` [PATCH RFC 9/9] RDMA: Add helpers for DMA-mapping an array of bio_vecs

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-10-20  2:43 UTC  (40+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [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 v4 00/18] IOMMUFD Dirty Tracking
 2023-10-20  2:21 UTC  (51+ messages)
` [PATCH v4 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v4 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v4 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v4 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v4 05/18] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v4 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH v4 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v4 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v4 09/18] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v4 10/18] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v4 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v4 12/18] iommu/intel: Access/Dirty bit support for SL domains
` [PATCH v4 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v4 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH v4 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY
` [PATCH v4 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v4 17/18] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v4 18/18] iommufd/selftest: Test IOMMU_GET_DIRTY_IOVA_NO_CLEAR flag

[PATCH] swiotlb: Rewrite comment explaining why the source is preserved on DMA_FROM_DEVICE
 2023-10-19 23:25 UTC  (3+ messages)

[PATCH 00/19] Update SMMUv3 to the modern iommu API (part 1/2)
 2023-10-19 23:03 UTC  (12+ messages)
` [PATCH 04/19] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH 15/19] iommu/arm-smmu-v3: Add a global static IDENTITY domain

[ARM IOMMU] IOMMU framework concurrency issue
 2023-10-19 15:15 UTC  (7+ messages)

[PATCH] iommu/amd: Do not flush IRTE when only updating isRun and destination fields
 2023-10-19 13:32 UTC  (7+ messages)

fix the non-coherent coldfire dma_alloc_coherent v2
 2023-10-19 13:09 UTC  (10+ messages)
` [PATCH 04/12] soc: renesas: select RISCV_DMA_NONCOHERENT from ARCH_R9A07G043
` [PATCH 09/12] m68k: use the coherent DMA code for coldfire without data cache

[PATCH 0/6] Add support for Translation Buffer Units
 2023-10-19 11:13 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: iommu: Add Translation Buffer Unit bindings
` [PATCH 2/6] iommu/arm-smmu-qcom: Add support for TBUs
` [PATCH 3/6] iommu/arm-smmu-qcom: Add Qualcomm TBU driver
` [PATCH 4/6] iommu/arm-smmu: Allow using a threaded handler for context interrupts
` [PATCH 5/6] iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845
` [PATCH 6/6] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs

[PATCH v5 0/7] iommu: Retire bus ops
 2023-10-18 23:40 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 3/7] iommu: Validate that devices match domains
` [PATCH v5 4/7] iommu: Decouple iommu_domain_alloc() from bus ops
` [PATCH v5 5/7] iommu/arm-smmu: Don't register fwnode for legacy binding
` [PATCH v5 6/7] iommu: Retire bus ops
` [PATCH v5 7/7] iommu: Clean up open-coded ownership checks

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-10-18 20:40 UTC  (63+ messages)
` [PATCH v3 07/19] iommufd: Dirty tracking data support
` [PATCH v3 16/19] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v3 17/19] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v3 18/19] iommu/amd: Print access/dirty bits if supported
` [PATCH v3 19/19] iommu/intel: Access/Dirty bit support for SL domains

[PATCH 04/10] swiotlb: Use free_decrypted_pages()
 2023-10-18 17:42 UTC  (7+ messages)
` [PATCH 06/10] dma: "

[PATCH v3 02/19] vfio: Move iova_bitmap into iommu core
 2023-10-18 15:43 UTC  (25+ messages)

[PATCH v9 0/5] Share sva domains with all devices bound to a mm
 2023-10-18  5:06 UTC  (6+ messages)
` [PATCH v9 1/5] iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
` [PATCH v9 2/5] iommu: Add mm_get_enqcmd_pasid() helper function
` [PATCH v9 3/5] mm: Add structure to keep sva information
` [PATCH v9 4/5] iommu: Support mm PASID 1:n with sva domains
` [PATCH v9 5/5] mm: Deprecate pasid field

[PATCH v8 0/5] Share sva domains with all devices bound to a mm
 2023-10-18  4:43 UTC  (4+ messages)

[PATCH] iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT description
 2023-10-17 18:15 UTC 

[PATCH v2 0/5] Convert SMMU to domain_alloc_paging()
 2023-10-17 18:11 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/arm-smmu: Reorganize arm_smmu_domain_add_master()
` [PATCH v2 2/5] iommu/arm-smmu: Convert to a global static identity domain
` [PATCH v2 3/5] iommu/arm-smmu: Implement IOMMU_DOMAIN_BLOCKED
` [PATCH v2 4/5] iommu/arm-smmu: Pass arm_smmu_domain to internal functions
` [PATCH v2 5/5] iommu/arm-smmu: Convert to domain_alloc_paging()

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


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