Show patches with: Submitter = Zhenzhong Duan       |    State = Action Required       |    Archived = No       |   429 patches
« 1 2 ... 2 3 4 5 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/3] vfio/ap: Remove pointless apdev variable vfio: memory leak fix and code cleanup - - 2 - --- 2023-10-09 Zhenzhong Duan New
[1/3] vfio/pci: Fix a potential memory leak in vfio_listener_region_add vfio: memory leak fix and code cleanup - 1 - - --- 2023-10-09 Zhenzhong Duan New
[v2,12/12] vfio/common: Move legacy VFIO backend code into separate container.c Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,11/12] vfio/common: Introduce two kinds of VFIO device lists Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,10/12] vfio/common: Move VFIO reset handler registration to a group agnostic function Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,09/12] vfio/ccw: Use vfio_[attach/detach]_device Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,08/12] vfio/ap: Use vfio_[attach/detach]_device Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,07/12] vfio/platform: Use vfio_[attach/detach]_device Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,06/12] vfio/pci: Introduce vfio_[attach/detach]_device Prerequisite change for IOMMUFD support - - - - --- 2023-09-26 Zhenzhong Duan New
[v2,05/12] vfio/common: Extract out vfio_kvm_device_[add/del]_fd Prerequisite change for IOMMUFD support - - 1 - --- 2023-09-26 Zhenzhong Duan New
[v2,04/12] vfio/common: Introduce vfio_container_add|del_section_window() Prerequisite change for IOMMUFD support - - 1 - --- 2023-09-26 Zhenzhong Duan New
[v2,03/12] vfio/common: Move IOMMU agnostic helpers to a separate file Prerequisite change for IOMMUFD support - - 1 - --- 2023-09-26 Zhenzhong Duan New
[v2,02/12] linux-headers: Add iommufd.h Prerequisite change for IOMMUFD support - - 1 - --- 2023-09-26 Zhenzhong Duan New
[v2,01/12] scripts/update-linux-headers: Add iommufd.h Prerequisite change for IOMMUFD support - - 1 - --- 2023-09-26 Zhenzhong Duan New
vfio/pci: rename vfio_put_device to vfio_pci_put_device vfio/pci: rename vfio_put_device to vfio_pci_put_device - - - - --- 2023-09-22 Zhenzhong Duan New
[v1,22/22] vfio/pci: Make vfio cdev pre-openable by passing a file handle vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,21/22] vfio/pci: Allow the selection of a given iommu backend vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,20/22] vfio/pci: Adapt vfio pci hot reset support with iommufd BE vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,19/22] vfio/iommufd: Add vfio device iterator callback for iommufd vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,18/22] vfio/iommufd: Implement the iommufd backend vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,17/22] util/char_dev: Add open_cdev() vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,16/22] backends/iommufd: Introduce the iommufd object vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,15/22] Add iommufd configure option vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,14/22] vfio/common: Simplify vfio_viommu_preset() vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,13/22] vfio: Add base container vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,12/22] vfio/ccw: Use vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,11/22] vfio/ap: Use vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,10/22] vfio/platform: Use vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,09/22] vfio/container: Introduce vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,08/22] vfio/common: Move legacy VFIO backend code into separate container.c vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,07/22] vfio/common: Refactor vfio_viommu_preset() to be group agnostic vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,06/22] vfio/common: Add a vfio device iterator vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,05/22] vfio/common: Extract out vfio_kvm_device_[add/del]_fd vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,04/22] vfio/common: Introduce vfio_container_add|del_section_window() vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,03/22] vfio/common: Move IOMMU agnostic helpers to a separate file vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,02/22] Update linux-header to support iommufd cdev and hwpt alloc vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[v1,01/22] scripts/update-linux-headers: Add iommufd.h vfio: Adopt iommufd - - - - --- 2023-08-30 Zhenzhong Duan New
[RFC,v4,24/24] vfio/iommufd: Make vfio cdev pre-openable by passing a file handle vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,23/24] vfio/as: Allow the selection of a given iommu backend vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,22/24] vfio/pci: Adapt vfio pci hot reset support with iommufd BE vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,21/24] vfio/as: Add vfio device iterator callback for iommufd vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,20/24] vfio/iommufd: Implement the iommufd backend vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,19/24] util/char_dev: Add open_cdev() vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,18/24] backends/iommufd: Introduce the iommufd object vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,17/24] Add iommufd configure option vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,16/24] vfio/as: Simplify vfio_viommu_preset() vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,15/24] vfio/container-base: Introduce [attach/detach]_device container callbacks vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,14/24] vfio/ccw: Use vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,13/24] vfio/ap: Use vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,12/24] vfio/platform: Use vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,11/24] vfio/container: Introduce vfio_[attach/detach]_device vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,10/24] vfio: Add base container vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,09/24] vfio/common: Rename into as.c vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,08/24] vfio/common: Move legacy VFIO backend code into separate container.c vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,07/24] vfio/common: Refactor vfio_viommu_preset() to be group agnostic vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,06/24] vfio/common: Add a vfio device iterator vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,05/24] vfio/common: Extract out vfio_kvm_device_[add/del]_fd vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,04/24] vfio/common: Introduce vfio_container_add|del_section_window() vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,03/24] vfio/common: Move IOMMU agnostic helpers to a separate file vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,02/24] Update linux-header per VFIO device cdev v14 vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[RFC,v4,01/24] scripts/update-linux-headers: Add iommufd.h vfio: Adopt iommufd - - - - --- 2023-07-12 Zhenzhong Duan New
[v6,7/7] vfio/migration: Return bool type for vfio_migration_realize() VFIO migration related refactor and bug fix - - 2 - --- 2023-07-03 Zhenzhong Duan New
[v6,6/7] vfio/migration: Remove print of "Migration disabled" VFIO migration related refactor and bug fix - - 2 - --- 2023-07-03 Zhenzhong Duan New
[v6,5/7] vfio/migration: Free resources when vfio_migration_realize fails VFIO migration related refactor and bug fix - 1 2 - --- 2023-07-03 Zhenzhong Duan New
[v6,4/7] vfio/migration: Change vIOMMU blocker from global to per device VFIO migration related refactor and bug fix - - 2 - --- 2023-07-03 Zhenzhong Duan New
[v6,3/7] vfio/pci: Disable INTx in vfio_realize error path VFIO migration related refactor and bug fix - 1 2 - --- 2023-07-03 Zhenzhong Duan New
[v5,7/7] vfio/migration: Remove print of "Migration disabled" VFIO migration related refactor and bug fix - - 1 - --- 2023-06-30 Zhenzhong Duan New
[v5,6/7] vfio/migration: Free resources when vfio_migration_realize fails VFIO migration related refactor and bug fix - - - - --- 2023-06-30 Zhenzhong Duan New
[v5,5/7] vfio/migration: Change vIOMMU blocker from global to per device VFIO migration related refactor and bug fix - - 1 - --- 2023-06-30 Zhenzhong Duan New
[v5,4/7] vfio/migration: Return bool type for some vfio migration related functions VFIO migration related refactor and bug fix - - - - --- 2023-06-30 Zhenzhong Duan New
[v5,3/7] vfio/pci: Disable INTx in vfio_realize error path VFIO migration related refactor and bug fix - 1 2 - --- 2023-06-30 Zhenzhong Duan New
[v4,5/5] vfio/migration: Refactor and fix print of "Migration disabled" VFIO migration related refactor and bug fix - - - - --- 2023-06-29 Zhenzhong Duan New
[v4,4/5] vfio/pci: Free resources when vfio_migration_realize fails VFIO migration related refactor and bug fix - 1 - - --- 2023-06-29 Zhenzhong Duan New
[v4,3/5] vfio/pci: Disable INTx in vfio_realize error path VFIO migration related refactor and bug fix - 4 - - --- 2023-06-29 Zhenzhong Duan New
[v4,2/5] vfio/pci: Free leaked timer in vfio_realize error path VFIO migration related refactor and bug fix - 1 2 - --- 2023-06-29 Zhenzhong Duan New
[v4,1/5] vfio/pci: Fix a segfault in vfio_realize VFIO migration related refactor and bug fix - 1 2 - --- 2023-06-29 Zhenzhong Duan New
[v3,3/3] vfio/migration: vfio/migration: Refactor and fix print of "Migration disabled" VFIO migration related refactor and bug fix - - - - --- 2023-06-21 Zhenzhong Duan New
[v3,2/3] vfio/pci: Fix a segfault in vfio_realize VFIO migration related refactor and bug fix - - - - --- 2023-06-21 Zhenzhong Duan New
[v3,1/3] vfio/pci: Fix resource leak in vfio_realize VFIO migration related refactor and bug fix - - - - --- 2023-06-21 Zhenzhong Duan New
[v2] vfio/migration: Refactor and fix print of "Migration disabled" [v2] vfio/migration: Refactor and fix print of "Migration disabled" - - - - --- 2023-06-19 Zhenzhong Duan New
vfio/migration: Fix return value of vfio_migration_realize() vfio/migration: Fix return value of vfio_migration_realize() - - - - --- 2023-06-15 Zhenzhong Duan New
[v4,3/3] intel_iommu: Fix address space unmap Some fixes on intel_iommu - - 1 - --- 2023-06-15 Zhenzhong Duan New
[v4,2/3] intel_iommu: Fix flag check in replay Some fixes on intel_iommu - - 1 - --- 2023-06-15 Zhenzhong Duan New
[v4,1/3] intel_iommu: Fix a potential issue in VFIO dirty page sync Some fixes on intel_iommu - - 1 - --- 2023-06-15 Zhenzhong Duan New
[v3,5/5] intel_iommu: Optimize out some unnecessary UNMAP calls Optimize UNMAP call and bug fix - - - - --- 2023-06-08 Zhenzhong Duan New
[v3,4/5] intel_iommu: Fix address space unmap Optimize UNMAP call and bug fix - - 1 - --- 2023-06-08 Zhenzhong Duan New
[v3,3/5] intel_iommu: Fix flag check in replay Optimize UNMAP call and bug fix - - 1 - --- 2023-06-08 Zhenzhong Duan New
[v3,2/5] intel_iommu: Fix a potential issue in VFIO dirty page sync Optimize UNMAP call and bug fix - - 1 - --- 2023-06-08 Zhenzhong Duan New
[v3,1/5] util: Add iova_tree_foreach_range_data Optimize UNMAP call and bug fix - - 1 - --- 2023-06-08 Zhenzhong Duan New
[v2,4/4] intel_iommu: Optimize out some unnecessary UNMAP calls Optimize UNMAP call and bug fix - - - - --- 2023-06-01 Zhenzhong Duan New
[v2,3/4] memory: Document update on replay() Optimize UNMAP call and bug fix - - - - --- 2023-06-01 Zhenzhong Duan New
[v2,2/4] intel_iommu: Fix a potential issue in VFIO dirty page sync Optimize UNMAP call and bug fix - - - - --- 2023-06-01 Zhenzhong Duan New
[v2,1/4] util: Add iova_tree_foreach_range_data Optimize UNMAP call and bug fix - - 1 - --- 2023-06-01 Zhenzhong Duan New
intel_iommu: Optimize out some unnecessary UNMAP calls intel_iommu: Optimize out some unnecessary UNMAP calls - - - - --- 2023-05-23 Zhenzhong Duan New
[v2] vfio/pci: Fix a use-after-free issue [v2] vfio/pci: Fix a use-after-free issue 1 1 3 - --- 2023-05-17 Zhenzhong Duan New
vfio/pci: Fix a use-after-free issue vfio/pci: Fix a use-after-free issue - 1 - - --- 2023-05-16 Zhenzhong Duan New
[v5] memory: Optimize replay of guest mapping [v5] memory: Optimize replay of guest mapping - - 1 - --- 2023-04-20 Zhenzhong Duan New
[v4] memory: Optimize replay of guest mapping [v4] memory: Optimize replay of guest mapping - - 1 - --- 2023-04-19 Zhenzhong Duan New
[v3] memory: Optimize replay of guest mapping [v3] memory: Optimize replay of guest mapping - - 1 - --- 2023-04-13 Zhenzhong Duan New
intel-iommu: Set status bit after operation completed intel-iommu: Set status bit after operation completed - - - - --- 2023-03-09 Zhenzhong Duan New
« 1 2 ... 2 3 4 5 »