Show patches with: Submitter = Nicolin Chen       |    State = Action Required       |   164 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,v2,01/13] iommu: Add set_nesting_vmid/get_nesting_vmid functions iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,02/13] vfio: add VFIO_IOMMU_GET_VMID and VFIO_IOMMU_SET_VMID iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,03/13] vfio: Document VMID control for IOMMU Virtualization iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,04/13] vfio: add set_vmid and get_vmid for vfio_iommu_type1 iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,05/13] vfio/type1: Implement set_vmid and get_vmid iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,06/13] vfio/type1: Set/get VMID to/from iommu driver iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,07/13] iommu/arm-smmu-v3: Add shared VMID support for NESTING iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,08/13] iommu/arm-smmu-v3: Add VMID alloc/free helpers iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,09/13] iommu/arm-smmu-v3: Pass dev pointer to arm_smmu_detach_dev iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,10/13] iommu/arm-smmu-v3: Pass cmdq pointer in arm_smmu_cmdq_issue_cmdlist() iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,11/13] iommu/arm-smmu-v3: Add implementation infrastructure iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,12/13] iommu/arm-smmu-v3: Add support for NVIDIA CMDQ-Virtualization hw iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[RFC,v2,13/13] iommu/nvidia-smmu-v3: Add mdev interface support iommu/arm-smmu-v3: Add NVIDIA implementation - - - --- 2021-08-31 Nicolin Chen New
[1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-06 Nicolin Chen New
[2/5] iommu: Ensure device has the same iommu_ops as the domain Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-06 Nicolin Chen New
[3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-06 Nicolin Chen New
[4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group() Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-06 Nicolin Chen New
[5/5] vfio/iommu_type1: Simplify group attachment Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-06 Nicolin Chen New
[v2,1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-16 Nicolin Chen New
[v2,2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-16 Nicolin Chen New
[v2,3/5] vfio/iommu_type1: Remove the domain->ops comparison Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-16 Nicolin Chen New
[v2,4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group() Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-16 Nicolin Chen New
[v2,5/5] vfio/iommu_type1: Simplify group attachment Simplify vfio_iommu_type1 attach/detach routine - - - --- 2022-06-16 Nicolin Chen New
[RFT,v1,1/6] vfio/ap: Pass in physical address of ind to ap_aqic() Update vfio_pin/unpin_pages API - - - --- 2022-06-16 Nicolin Chen New
[RFT,v1,2/6] vfio/ccw: Only pass in contiguous pages Update vfio_pin/unpin_pages API - - - --- 2022-06-16 Nicolin Chen New
[RFT,v1,3/6] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API Update vfio_pin/unpin_pages API - - - --- 2022-06-16 Nicolin Chen New
[RFT,v1,4/6] vfio: Rename user_iova of vfio_dma_rw() Update vfio_pin/unpin_pages API - - - --- 2022-06-16 Nicolin Chen New
[RFT,v1,5/6] vfio/ccw: Add kmap_local_page() for memcpy Update vfio_pin/unpin_pages API - - - --- 2022-06-16 Nicolin Chen New
[RFT,v1,6/6] vfio: Replace phys_pfn with phys_page for vfio_pin_pages() Update vfio_pin/unpin_pages API - - - --- 2022-06-16 Nicolin Chen New
[v3,1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-23 Nicolin Chen New
[v3,2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-06-23 Nicolin Chen New
[v3,3/5] vfio/iommu_type1: Remove the domain->ops comparison Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-23 Nicolin Chen New
[v3,4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group() Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-23 Nicolin Chen New
[v3,5/5] vfio/iommu_type1: Simplify group attachment Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-23 Nicolin Chen New
[v4,1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-06-30 Nicolin Chen New
[v4,2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-06-30 Nicolin Chen New
[v4,3/5] vfio/iommu_type1: Remove the domain->ops comparison Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-30 Nicolin Chen New
[v4,4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group() Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-30 Nicolin Chen New
[v4,5/5] vfio/iommu_type1: Simplify group attachment Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-06-30 Nicolin Chen New
[v5,1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group cover-letter: Simplify vfio_iommu_type1 attach/detach routine - 3 - --- 2022-07-01 Nicolin Chen New
[v5,2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency cover-letter: Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-07-01 Nicolin Chen New
[v5,3/5] vfio/iommu_type1: Remove the domain->ops comparison cover-letter: Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-07-01 Nicolin Chen New
[v5,4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group() cover-letter: Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-07-01 Nicolin Chen New
[v5,5/5] vfio/iommu_type1: Simplify group attachment cover-letter: Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-07-01 Nicolin Chen New
[RFT,v2,1/9] vfio: Make vfio_unpin_pages() return void Update vfio_pin/unpin_pages API - 3 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,2/9] vfio/ap: Pass in physical address of ind to ap_aqic() Update vfio_pin/unpin_pages API - 2 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,3/9] vfio/ccw: Only pass in contiguous pages Update vfio_pin/unpin_pages API - 2 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,4/9] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API Update vfio_pin/unpin_pages API 1 3 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,5/9] vfio/ap: Remove redundant pfn Update vfio_pin/unpin_pages API - 1 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,6/9] vfio/ccw: Change pa_pfn list to pa_iova list Update vfio_pin/unpin_pages API - 2 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,7/9] vfio: Rename user_iova of vfio_dma_rw() Update vfio_pin/unpin_pages API - 3 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,8/9] vfio/ccw: Add kmap_local_page() for memcpy Update vfio_pin/unpin_pages API 1 1 - --- 2022-07-06 Nicolin Chen New
[RFT,v2,9/9] vfio: Replace phys_pfn with pages for vfio_pin_pages() Update vfio_pin/unpin_pages API 1 4 - --- 2022-07-06 Nicolin Chen New
[v3,01/10] vfio: Make vfio_unpin_pages() return void Update vfio_pin/unpin_pages API - 3 1 --- 2022-07-08 Nicolin Chen New
[v3,02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP Update vfio_pin/unpin_pages API - - 1 --- 2022-07-08 Nicolin Chen New
[v3,03/10] vfio/ap: Pass in physical address of ind to ap_aqic() Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-08 Nicolin Chen New
[v3,04/10] vfio/ccw: Only pass in contiguous pages Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-08 Nicolin Chen New
[v3,05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API Update vfio_pin/unpin_pages API 1 4 2 --- 2022-07-08 Nicolin Chen New
[v3,06/10] vfio/ap: Change saved_pfn to saved_iova Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-08 Nicolin Chen New
[v3,07/10] vfio/ccw: Change pa_pfn list to pa_iova list Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-08 Nicolin Chen New
[v3,08/10] vfio: Rename user_iova of vfio_dma_rw() Update vfio_pin/unpin_pages API - 3 2 --- 2022-07-08 Nicolin Chen New
[v3,09/10] vfio/ccw: Add kmap_local_page() for memcpy Update vfio_pin/unpin_pages API 1 1 1 --- 2022-07-08 Nicolin Chen New
[v4,01/10] vfio: Make vfio_unpin_pages() return void cover-letter: Update vfio_pin/unpin_pages API - 3 1 --- 2022-07-23 Nicolin Chen New
[v4,02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP cover-letter: Update vfio_pin/unpin_pages API - - 1 --- 2022-07-23 Nicolin Chen New
[v4,03/10] vfio/ap: Pass in physical address of ind to ap_aqic() cover-letter: Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-23 Nicolin Chen New
[v4,04/10] vfio/ccw: Only pass in contiguous pages cover-letter: Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-23 Nicolin Chen New
[v4,05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API cover-letter: Update vfio_pin/unpin_pages API 1 4 2 --- 2022-07-23 Nicolin Chen New
[v4,06/10] vfio/ap: Change saved_pfn to saved_iova cover-letter: Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-23 Nicolin Chen New
[v4,07/10] vfio/ccw: Change pa_pfn list to pa_iova list cover-letter: Update vfio_pin/unpin_pages API - 2 1 --- 2022-07-23 Nicolin Chen New
[v4,08/10] vfio: Rename user_iova of vfio_dma_rw() cover-letter: Update vfio_pin/unpin_pages API - 3 2 --- 2022-07-23 Nicolin Chen New
[v4,09/10] vfio/ccw: Add kmap_local_page() for memcpy cover-letter: Update vfio_pin/unpin_pages API 1 1 1 --- 2022-07-23 Nicolin Chen New
[v4,10/10] vfio: Replace phys_pfn with pages for vfio_pin_pages() cover-letter: Update vfio_pin/unpin_pages API 1 4 2 --- 2022-07-23 Nicolin Chen New
[v6,1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group Simplify vfio_iommu_type1 attach/detach routine - 3 - --- 2022-08-15 Nicolin Chen New
[v6,2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-08-15 Nicolin Chen New
[v6,3/5] vfio/iommu_type1: Remove the domain->ops comparison Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-08-15 Nicolin Chen New
[v6,4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group() Simplify vfio_iommu_type1 attach/detach routine - 2 - --- 2022-08-15 Nicolin Chen New
[v6,5/5] vfio/iommu_type1: Simplify group attachment Simplify vfio_iommu_type1 attach/detach routine - 1 - --- 2022-08-15 Nicolin Chen New
[1/4] iommu: Add a broken_unmanaged_domain flag in iommu_ops iommu: Reject drivers with broken_unmanaged_domain - - - --- 2023-01-27 Nicolin Chen New
[2/4] iommu/dma: Do not init domain if broken_unmanaged_domain iommu: Reject drivers with broken_unmanaged_domain - - - --- 2023-01-27 Nicolin Chen New
[3/4] iommufd: Do not allocate device object if broken_unmanaged_domain iommu: Reject drivers with broken_unmanaged_domain - - - --- 2023-01-27 Nicolin Chen New
[4/4] vfio: Do not allocate domain if broken_unmanaged_domain iommu: Reject drivers with broken_unmanaged_domain - - - --- 2023-01-27 Nicolin Chen New
[v1,1/8] iommu: Move dev_iommu_ops() to private header Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,2/8] iommu: Introduce a new iommu_group_replace_domain() API Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,3/8] iommufd: Create access in vfio_iommufd_emulated_bind() Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,4/8] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,5/8] iommufd: Add replace support in iommufd_access_set_ioas() Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,6/8] iommufd/selftest: Add coverage for access->ioas replacement Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,7/8] iommufd/device: Use iommu_group_replace_domain() Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v1,8/8] vfio-iommufd: Support IO page table replacement Add IO page table replacement support - - - --- 2023-02-02 Nicolin Chen New
[v2,01/10] iommu: Move dev_iommu_ops() to private header Add IO page table replacement support - 1 - --- 2023-02-07 Nicolin Chen New
[v2,02/10] iommu: Introduce a new iommu_group_replace_domain() API Add IO page table replacement support - - - --- 2023-02-07 Nicolin Chen New
[v2,03/10] iommufd: Create access in vfio_iommufd_emulated_bind() Add IO page table replacement support - 1 - --- 2023-02-07 Nicolin Chen New
[v2,04/10] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage Add IO page table replacement support - 1 - --- 2023-02-07 Nicolin Chen New
[v2,05/10] iommufd: Add replace support in iommufd_access_set_ioas() Add IO page table replacement support - - - --- 2023-02-07 Nicolin Chen New
[v2,06/10] iommufd/selftest: Add coverage for access->ioas replacement Add IO page table replacement support - - - --- 2023-02-07 Nicolin Chen New
[v2,07/10] iommufd/device: Make hwpt_list list_add/del symmetric Add IO page table replacement support - 1 - --- 2023-02-07 Nicolin Chen New
[v2,08/10] iommufd/device: Use iommu_group_replace_domain() Add IO page table replacement support - - - --- 2023-02-07 Nicolin Chen New
[v2,09/10] vfio: Support IO page table replacement Add IO page table replacement support - 1 - --- 2023-02-07 Nicolin Chen New
[v2,10/10] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages() Add IO page table replacement support - - - --- 2023-02-07 Nicolin Chen New
[v3,1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages() Add IO page table replacement support for emulated pathway - 2 - --- 2023-02-25 Nicolin Chen New
« 1 2 »