summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci/pds (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/pds: Refactor/simplify reset logicBrett Creeley2024-03-114-67/+19
* vfio/pds: Make sure migration file isn't accessed after resetBrett Creeley2024-03-112-0/+14
* vfio/pds: Always clear the save/restore FDs on resetBrett Creeley2024-03-011-2/+2
* vfio/pds: Add multi-region supportBrett Creeley2023-12-042-68/+156
* vfio/pds: Move seq/ack bitmaps into region structBrett Creeley2023-12-042-20/+25
* vfio/pds: Pass region info to relevant functionsBrett Creeley2023-12-041-35/+36
* vfio/pds: Move and rename region specific infoBrett Creeley2023-12-042-45/+50
* vfio/pds: Only use a single SGL for both seq and ackBrett Creeley2023-12-042-46/+28
* vfio/pds: Fix calculations in pds_vfio_dirty_syncBrett Creeley2023-12-041-3/+3
* vfio/pds: Fix possible sleep while in atomic contextBrett Creeley2023-11-273-9/+11
* vfio/pds: Fix mutex lock->magic != lock warningBrett Creeley2023-11-271-3/+13
* Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-022-0/+2
|\
| * iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins2023-10-241-0/+1
| * vfio: Move iova_bitmap into iommufdJoao Martins2023-10-241-0/+1
* | vfio/pds: Use proper PF device access helperShixiong Ou2023-09-181-1/+1
* | vfio/pds: Add missing PCI_IOV dependsShixiong Ou2023-09-181-1/+1
|/
* vfio/pds: Send type for SUSPEND_STATUS commandBrett Creeley2023-08-221-2/+3
* vfio/pds: fix return value in pds_vfio_get_lm_file()Yang Yingliang2023-08-211-1/+1
* vfio/pds: Add Kconfig and documentationBrett Creeley2023-08-161-0/+19
* vfio/pds: Add support for firmware recoveryBrett Creeley2023-08-163-2/+131
* vfio/pds: Add support for dirty page trackingBrett Creeley2023-08-168-2/+754
* vfio/pds: Add VFIO live migration supportBrett Creeley2023-08-168-2/+956
* vfio/pds: register with the pds_core PFBrett Creeley2023-08-167-1/+103
* vfio/pds: Initial support for pds VFIO driverBrett Creeley2023-08-164-0/+170