Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-10-16 05:48:02 to 2023-10-18 09:05:50 UTC [more...]

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-10-18  9:05 UTC  (84+ messages)
` [PATCH v3 02/19] vfio: Move iova_bitmap into iommu core
` [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  6:24 UTC  (4+ messages)
` [PATCH 06/10] dma: "

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-10-18  6:12 UTC  (42+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 05/17] iommufd: Separate kernel-managed HWPT alloc/destroy/abort functions
` [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] iommu/amd: Do not flush IRTE when only updating isRun and destination fields
 2023-10-18  6:07 UTC  (4+ 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  (10+ messages)
` [PATCH v8 1/5] iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
` [PATCH v8 2/5] iommu: Add mm_get_enqcmd_pasid() helper function
` [PATCH v8 3/5] mm: Add structure to keep sva information
` [PATCH v8 4/5] iommu: Support mm PASID 1:n with sva domains
` [PATCH v8 5/5] mm: Deprecate pasid field

[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()

[ARM IOMMU] IOMMU framework concurrency issue
 2023-10-17 16:33 UTC  (2+ messages)

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

fix the non-coherent coldfire dma_alloc_coherent v2
 2023-10-17 13:12 UTC  (37+ 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

fix the non-coherent coldfire dma_alloc_coherent
 2023-10-17  8:31 UTC  (7+ messages)
` [PATCH 5/6] net: fec: use dma_alloc_noncoherent for m532x

[RFC PATCH 00/12] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
 2023-10-17  3:20 UTC  (14+ messages)
` [RFC PATCH 01/12] iommu/vt-d: Retire the treatment for revoking PASIDs with pending pgfaults
` [RFC PATCH 02/12] iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
` [RFC PATCH 03/12] iommu/vt-d: Retire intel_svm_bind_mm()
` [RFC PATCH 04/12] iommu/vt-d: Make dev_to_intel_iommu() helper global
` [RFC PATCH 05/12] iommu/vt-d: Retire struct intel_svm_dev
` [RFC PATCH 06/12] iommu: Add mmu_notifier to sva domain
` [RFC PATCH 07/12] iommu/vt-d: Retire struct intel_svm
` [RFC PATCH 08/12] iommu/vt-d: Use RCU for dev_pasids list updates in set/remove_dev_pasid()
` [RFC PATCH 09/12] iommu/vt-d: Refactor intel_iommu_set_dev_pasid()
` [RFC PATCH 10/12] iommu/vt-d: Refactor intel_iommu_remove_dev_pasid()
` [RFC PATCH 11/12] iommu/vt-d: Use intel_iommu_set_dev_pasid() for sva domain
` [RFC PATCH 12/12] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations

[PATH v5 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-10-17  3:02 UTC  (4+ messages)
` [PATH v5 3/3] iommu/vt-d: debugfs: Support dumping a specified page table

[PATCH] iommufd/selftest: Rework TEST_LENGTH to test min_size explicitly
 2023-10-16 14:09 UTC  (3+ messages)

[PATCH v3 0/2] fix dma_addressing_limited() if dma_range_map
 2023-10-16 12:52 UTC  (3+ messages)
` [PATCH v3 1/2] dma-mapping: export dma_addressing_limited()
` [PATCH v3 2/2] dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all system RAM

[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  (2+ messages)

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

[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  (2+ 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  (2+ messages)


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