Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-09-22 10:39:29 to 2023-09-27 01:08:07 UTC [more...]

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-09-27  1:08 UTC  (26+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op
` [PATCH v4 03/17] iommufd: Unite all kernel-managed members into a struct
` [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 v3] swiotlb: fix the check whether a device has used software IO TLB
 2023-09-26 20:23 UTC  (2+ messages)

[PATCH 0/8] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-09-26 19:41 UTC  (20+ messages)
` [PATCH 1/8] iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
` [PATCH 2/8] iommu/vt-d: Update the definition of the blocking domain
` [PATCH 3/8] iommu/vt-d: Use ops->blocked_domain
` [PATCH 4/8] iommufd: Convert to alloc_domain_paging()
` [PATCH 5/8] iommu/dart: Use static global identity domains
` [PATCH 6/8] iommu/dart: Move the blocked domain support to a global static
` [PATCH 7/8] iommu/dart: Convert to domain_alloc_paging()
` [PATCH 8/8] iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()

[PATCH v2] swiotlb: fix the check whether a device has used software IO TLB
 2023-09-26 18:54 UTC  (3+ messages)

[PATCH] iommufd/selftest: Iterate idev_ids in mock_domain's alloc_hwpt test
 2023-09-26 16:13 UTC  (3+ messages)

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-26 16:08 UTC  (4+ messages)

dma_map_resource() has a bad performance in pcie peer to peer transactions when iommu enabled in Linux
 2023-09-26 15:30 UTC 

[PATCH v3] iommu: map reserved memory as cacheable if device is coherent
 2023-09-26 15:26 UTC 

[PATCH 0/8] iommu: Clean up map/unmap ops
 2023-09-26 14:57 UTC  (14+ messages)
` [PATCH 8/8] iommu: Improve map/unmap sanity checks

[PATCH] iommu/arm-smmu-qcom: Add SDM670 MDSS compatible
 2023-09-26 10:15 UTC  (2+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-09-26  9:54 UTC  (10+ messages)
` [RFC PATCH 20/45] KVM: arm64: iommu: Add map() and unmap() operations
` [RFC PATCH 40/45] iommu/arm-smmu-v3-kvm: Add IOMMU ops

[RFC 0/3] vfio-pci support pasid attach/detach
 2023-09-26  9:31 UTC  (4+ messages)
` [RFC 1/3] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [RFC 2/3] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [RFC 3/3] vfio/pci: Expose PCIe PASID capability to userspace

[RFC 0/8] iommufd support pasid attach/replace
 2023-09-26  9:26 UTC  (9+ messages)
` [RFC 1/8] iommu: Introduce a replace API for device pasid
` [RFC 2/8] iommufd: replace attach_fn with a structure
` [RFC 3/8] iommufd: Support attach/replace hwpt per pasid
` [RFC 4/8] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [RFC 5/8] iommufd/selftest: Add a helper to get test device
` [RFC 6/8] iommufd/selftest: Add test ops to test pasid attach/detach
` [RFC 7/8] iommufd/selftest: Add coverage for iommufd "
` [RFC 8/8] iommu/vt-d: Add set_dev_pasid callback for nested domain

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-09-26  8:58 UTC  (24+ 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 06/19] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH v3 07/19] iommufd: Dirty tracking data support
` [PATCH v3 08/19] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH v3 09/19] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY
` [PATCH v3 10/19] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v3 11/19] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v3 12/19] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v3 13/19] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v3 14/19] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v3 15/19] iommufd/selftest: Test IOMMU_GET_DIRTY_IOVA_NO_CLEAR flag
` [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] iommu/vt-d: Introduce a rb_tree for looking up device
 2023-09-26  8:25 UTC  (3+ messages)

[PATCH 0/6] iommufd support allocating nested parent domain
 2023-09-26  5:52 UTC  (22+ messages)
` [PATCH 1/6] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 3/6] iommufd/hw_pagetable: Accepts user flags for domain allocation
` [PATCH 4/6] iommufd/hw_pagetable: Support allocating nested parent domain
` [PATCH 5/6] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH 6/6] iommu/vt-d: Add domain_alloc_user op

dma_map_resource() has a bad performance in pcie peer to peer transactions when iommu enabled in Linux
 2023-09-26  5:32 UTC  (4+ messages)
  ` 答复: "

iommu/mediatek: Add SVP support for mt8188
 2023-09-26  2:45 UTC  (6+ messages)
` [PATCH 1/4] iommu/mediatek: Initialise the secure bank

[PATCH v5 00/12] iommu: Prepare to deliver page faults to user space
 2023-09-26  2:00 UTC  (18+ messages)
` [PATCH v5 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v5 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v5 10/12] iommu: Separate SVA and IOPF
` [PATCH v5 11/12] iommu: Consolidate per-device fault data management
` [PATCH v5 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH v4 0/2] iommu/arm-smmu-v3: Allow default substream bypass with a pasid support
 2023-09-26  1:52 UTC  (9+ messages)
` [PATCH v4 1/2] iommu/arm-smmu-v3: Add boolean bypass_ste and skip_cdtab flags
` [PATCH v4 2/2] iommu/arm-smmu-v3: Refactor arm_smmu_write_strtab_ent()

[PATCH v2 0/2] iommu/virtio: Enable IOMMU_CAP_DERRED_FLUSH
 2023-09-25 17:23 UTC  (16+ messages)
` [PATCH v2 1/2] iommu/virtio: Make use of ops->iotlb_sync_map

[PATCH v3 0/5] iommu/amd: SVA Support (part 2) - deprecate iommu_v2 module
 2023-09-25 16:37 UTC  (25+ messages)
` [PATCH v3 1/5] iommu/amd: Remove "

[PATCH] iommu/sun50i: Convert to map_pages/unmap_pages
 2023-09-25 16:19 UTC  (2+ messages)

[PATCH 0/1] [PULL REQUEST] iommu/vt-d: Fixes for v6.6-rc4
 2023-09-25 14:31 UTC  (3+ messages)
` [PATCH 1/1] iommu/vt-d: Avoid memory allocation in iommu_suspend()

[PATCH v2 0/3] iommu/vt-d: debugfs: Enhancements to IOMMU debugfs
 2023-09-25 12:03 UTC  (6+ messages)
` [PATCH v2 1/3] iommu/vt-d: debugfs: Dump entry pointing to huge page
` [PATCH v2 2/3] iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}
` [PATCH v2 3/3] iommu/vt-d: debugfs: Support dumping a specified page table

[PATCH] swiotlb: fix the check whether a device has used software IO TLB
 2023-09-25 11:43 UTC  (12+ messages)

[PATCH 0/7] Introduce generic_single_device_group()
 2023-09-25 11:42 UTC  (3+ messages)

dma_map_resource() has a bad performance in pcie peer to peer transactions when iommu enabled in Linux
 2023-09-25 11:15 UTC  (2+ messages)

[PATCH v6 00/14] iommu/amd: SVA Support (Part 1) - cleanup/refactoring
 2023-09-25 11:02 UTC  (5+ messages)

[PATCH v2] iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()
 2023-09-25 10:42 UTC  (2+ messages)

[PATCH] iommu: Remove duplicate include
 2023-09-25 10:41 UTC  (2+ messages)

[PATCH v3 0/2] iommu/iova: Make the rcache depot properly flexible
 2023-09-25 10:08 UTC  (2+ messages)

[PATCH v8 00/24] iommu: Make default_domain's mandatory
 2023-09-25  9:41 UTC  (2+ messages)

[PATCH REGRESSION v2] iommu/apple-dart: Handle DMA_FQ domains in attach_dev()
 2023-09-25  9:37 UTC  (4+ messages)

[GIT PULL] iommu/arm-smmu: Fixes for 6.6-rc
 2023-09-25  9:35 UTC  (2+ messages)

[PATCH] iommu/mediatek: Fix share pgtable for iova over 4GB
 2023-09-25  9:34 UTC  (2+ messages)

[PATCH v5 00/11] Add Intel VT-d nested translation
 2023-09-25  6:56 UTC  (4+ messages)
` [PATCH v5 07/11] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

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

[PATCH REGRESSION] iommu: Only allocate FQ domains for IOMMUs that support them
 2023-09-24  7:49 UTC  (5+ messages)

[PATCH v2] iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
 2023-09-22 10:39 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