summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/pds
AgeCommit message (Expand)AuthorFilesLines
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-03-11vfio/pds: Refactor/simplify reset logicBrett Creeley4-67/+19
2024-03-11vfio/pds: Make sure migration file isn't accessed after resetBrett Creeley2-0/+14
2024-03-02vfio/pds: Always clear the save/restore FDs on resetBrett Creeley1-2/+2
2023-12-05vfio/pds: Add multi-region supportBrett Creeley2-68/+156
2023-12-05vfio/pds: Move seq/ack bitmaps into region structBrett Creeley2-20/+25
2023-12-05vfio/pds: Pass region info to relevant functionsBrett Creeley1-35/+36
2023-12-05vfio/pds: Move and rename region specific infoBrett Creeley2-45/+50
2023-12-05vfio/pds: Only use a single SGL for both seq and ackBrett Creeley2-46/+28
2023-12-05vfio/pds: Fix calculations in pds_vfio_dirty_syncBrett Creeley1-3/+3
2023-11-27vfio/pds: Fix possible sleep while in atomic contextBrett Creeley3-9/+11
2023-11-27vfio/pds: Fix mutex lock->magic != lock warningBrett Creeley1-3/+13
2023-11-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+2
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins1-0/+1
2023-10-24vfio: Move iova_bitmap into iommufdJoao Martins1-0/+1
2023-09-18vfio/pds: Use proper PF device access helperShixiong Ou1-1/+1
2023-09-18vfio/pds: Add missing PCI_IOV dependsShixiong Ou1-1/+1
2023-08-22vfio/pds: Send type for SUSPEND_STATUS commandBrett Creeley1-2/+3
2023-08-21vfio/pds: fix return value in pds_vfio_get_lm_file()Yang Yingliang1-1/+1
2023-08-16vfio/pds: Add Kconfig and documentationBrett Creeley1-0/+19
2023-08-16vfio/pds: Add support for firmware recoveryBrett Creeley3-2/+131
2023-08-16vfio/pds: Add support for dirty page trackingBrett Creeley8-2/+754
2023-08-16vfio/pds: Add VFIO live migration supportBrett Creeley8-2/+956
2023-08-16vfio/pds: register with the pds_core PFBrett Creeley7-1/+103
2023-08-16vfio/pds: Initial support for pds VFIO driverBrett Creeley4-0/+170