Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-10-25 08:20:49 to 2024-10-28 15:26:07 UTC [more...]

[PATCH v4 00/12] iommu/amd: Improve domain allocator and device attach code path
 2024-10-28 15:26 UTC  (14+ messages)
` [PATCH v4 01/12] iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLB
` [PATCH v4 02/12] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v4 03/12] iommu/amd: Remove protection_domain.dev_cnt variable
` [PATCH v4 04/12] iommu/amd: xarray to track protection_domain->iommu list
` [PATCH v4 05/12] iommu/amd: Remove unused amd_iommus variable
` [PATCH v4 06/12] iommu/amd: Do not detach devices in domain free path
` [PATCH v4 07/12] iommu/amd: Reduce domain lock scope in attach device path
` [PATCH v4 08/12] iommu/amd: Rearrange attach device code
` [PATCH v4 09/12] iommu/amd: Convert dev_data lock from spinlock to mutex
` [PATCH v4 10/12] iommu/amd: Reorder attach device code
` [PATCH v4 11/12] iommu/amd: Add opa->release_domain
` [PATCH v4 12/12] iommu/amd: Improve amd_iommu_release_device()

[PATCH v5 00/12] iommu: Domain allocation enhancements
 2024-10-28 15:19 UTC  (14+ messages)
` [PATCH v5 01/12] iommu: Refactor __iommu_domain_alloc()
` [PATCH v5 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v5 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v5 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v5 05/12] iommu/amd: Add helper function to check GIOSUP/GTSUP
` [PATCH v5 06/12] iommu/amd: Move V2 page table support check to early_amd_iommu_init()
` [PATCH v5 07/12] iommu/amd: Separate page table setup from domain allocation
` [PATCH v5 08/12] iommu/amd: Pass page table type as param to pdom_setup_pgtable()
` [PATCH v5 09/12] iommu/amd: Enhance amd_iommu_domain_alloc_user()
` [PATCH v5 10/12] iommu/amd: Implement global identity domain
` [PATCH v5 11/12] iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()
` [PATCH v5 12/12] iommu: Create __iommu_alloc_identity_domain()

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28 15:01 UTC  (28+ messages)
` [PATCH v5 01/13] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v5 02/13] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v5 03/13] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v5 04/13] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v5 05/13] iommufd: Add alloc_domain_nested op to iommufd_viommu_ops
` [PATCH v5 06/13] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v5 07/13] iommufd/selftest: Add container_of helpers
` [PATCH v5 08/13] iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()
` [PATCH v5 09/13] iommufd/selftest: Add refcount to mock_iommu_device
` [PATCH v5 10/13] iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTEST
` [PATCH v5 11/13] iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
` [PATCH v5 12/13] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v5 13/13] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH v4 0/3] iommu/arm-smmu-v3: Parse out event records
 2024-10-28 14:46 UTC  (8+ messages)
` [PATCH v4 1/3] iommu/arm-smmu-v3: Introduce struct arm_smmu_event

[PATCH v5 00/13] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-28 14:17 UTC  (19+ messages)
` [PATCH v5 01/13] iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctl
` [PATCH v5 02/13] iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
` [PATCH v5 03/13] iommu/viommu: Add cache_invalidate to iommufd_viommu_ops
` [PATCH v5 04/13] iommufd/hw_pagetable: Enforce invalidation op on vIOMMU-based hwpt_nested
` [PATCH v5 05/13] iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
` [PATCH v5 06/13] iommu: Add iommu_copy_struct_from_full_user_array helper
` [PATCH v5 07/13] iommufd/viommu: Add iommufd_viommu_find_dev helper
` [PATCH v5 08/13] iommufd/selftest: Add mock_viommu_cache_invalidate
` [PATCH v5 09/13] iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
` [PATCH v5 10/13] iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v5 11/13] Documentation: userspace-api: iommufd: Update vDEVICE
` [PATCH v5 12/13] iommu/arm-smmu-v3: Add arm_vsmmu_cache_invalidate
` [PATCH v5 13/13] iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTED

[PATCH v1 00/10] iommufd: Add VIOMMU infrastructure (Part-2 VIRQ)
 2024-10-28 12:58 UTC  (7+ messages)
` [PATCH v1 04/10] iommufd/viommu: Allow drivers to control vdev_id lifecycle

[PATCH v9 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
 2024-10-28 11:53 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Add judgment on the size and granule parameters passed in
 2024-10-28 11:41 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] iommufd: modify iommufd_fault_iopf_enable limitation
 2024-10-28 11:32 UTC 

[PATCH v8 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-10-28 11:17 UTC  (16+ messages)
` [PATCH v8 07/10] iommufd: Fault-capable hwpt attach/detach/replace

[PATCH v4 0/5] iommu: Enable user space IOPFs in non-PASID and non-svm cases
 2024-10-28 10:24 UTC  (5+ messages)
` [PATCH v4 2/5] iommu/vt-d: Remove the pasid present check in prq_event_thread
    `  "

Suspicious RCU usage in enable_drhd_fault_handling()
 2024-10-28  8:43 UTC 

[PATCH v3 0/2] iommu/iova: Make the rcache depot properly flexible
 2024-10-28  8:04 UTC  (11+ messages)

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-28  6:46 UTC  (25+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-28  6:41 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-28  2:35 UTC  (32+ messages)
` [PATCH v4 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 03/11] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 05/11] iommufd: Add domain_alloc_nested op to iommufd_viommu_ops
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCH] iommu/vt-d: Drop s1_pgtbl from dmar_domain
 2024-10-28  2:27 UTC  (2+ messages)

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-28  2:25 UTC  (6+ messages)
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[PATCH] iommu/omap: Don't register ops by fwnode
 2024-10-27 17:15 UTC  (9+ messages)

[PATCH v2] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-27 15:36 UTC  (4+ messages)

[PATCH V7 0/9] iommu_ioas_map_file
 2024-10-27 14:38 UTC  (20+ messages)
` [PATCH V7 1/9] mm/gup: folio_add_pins
` [PATCH V7 2/9] iommufd: rename uptr in iopt_alloc_iova
` [PATCH V7 3/9] iommufd: generalize iopt_pages address
` [PATCH V7 4/9] iommufd: pfn reader local variables
` [PATCH V7 5/9] iommufd: folio subroutines
` [PATCH V7 6/9] iommufd: pfn reader for file mappings
` [PATCH V7 7/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V7 8/9] iommufd: file mappings for mdev
` [PATCH V7 9/9] iommufd: map file selftest

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-27 14:22 UTC  (8+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map

[PATCH v3 0/4] Add support for APPS SMMU on QCS615
 2024-10-26 18:18 UTC  (8+ messages)
` [PATCH v3 2/4] dt-bindings: arm-smmu: document QCS615 APPS SMMU
` [PATCH v3 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH net-next v3 0/3] fix two bugs related to page_pool
 2024-10-26  7:33 UTC  (10+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound

[PATCH v2 0/4] Add support for APPS SMMU on QCS615
 2024-10-25 17:26 UTC  (6+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH v4 00/14] iommufd: Add vIOMMU infrastructure (Part-2: vDEVICE)
 2024-10-25 16:39 UTC  (12+ messages)
` [PATCH v4 01/14] iommufd/viommu: Introduce IOMMUFD_OBJ_VDEVICE and its related struct

[PATCH v16 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-10-25 14:21 UTC  (4+ messages)
` [PATCH v16 1/5] iommu/arm-smmu: re-enable context caching in smmu reset operation

[PATCH v3 00/10] iommu/amd: Improve domain allocator and device attach code path
 2024-10-25 12:16 UTC  (7+ messages)
` [PATCH v3 01/10] iommu/amd: Use ida interface to manage protection domain ID
` [PATCH v3 03/10] iommu/amd: xarray to track protection_domain->iommu list

[PATCH] dma/debug.c: fix possible deadlock scenario
 2024-10-25 10:06 UTC 

[PATCH v4 00/12] iommu: Domain allocation enhancements
 2024-10-25  8:25 UTC  (16+ messages)
` [PATCH v4 02/12] iommu: Introduce iommu_paging_domain_alloc_flags()
` [PATCH v4 03/12] iommu: Add new flag to explictly request PASID capable domain
` [PATCH v4 04/12] iommu/arm-smmu-v3: Enhance domain_alloc_user() to allocate "
` [PATCH v4 09/12] iommu/amd: Enhance amd_iommu_domain_alloc_user()
` [PATCH v4 10/12] iommu/amd: Implement global identity domain
` [PATCH v4 11/12] iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()
` [PATCH v4 12/12] iommu: Create __iommu_alloc_identity_domain()

[PATCH V6 0/9] iommu_ioas_map_file
 2024-10-25  8:21 UTC  (5+ messages)
` [PATCH V6 7/9] iommufd: IOMMU_IOAS_MAP_FILE
` [PATCH V6 8/9] iommufd: file mappings for mdev


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