summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-01-189-152/+837
|\
| * vfio/virtio: fix virtio-pci dependencyArnd Bergmann2024-01-101-1/+1
| * hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resumeShameer Kolothum2024-01-051-2/+5
| * vfio/virtio: Declare virtiovf_pci_aer_reset_done() staticYishai Hadas2023-12-201-1/+1
| * Merge branch 'v6.8/vfio/virtio' into v6.8/vfio/nextAlex Williamson2023-12-196-27/+628
| |\
| | * vfio/virtio: Introduce a vfio driver over virtio devicesYishai Hadas2023-12-195-0/+598
| | * vfio/pci: Expose vfio_pci_core_iowrite/read##size()Yishai Hadas2023-12-191-24/+26
| | * vfio/pci: Expose vfio_pci_core_setup_barmap()Yishai Hadas2023-12-191-3/+4
| * | 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
| |/
* | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-082-9/+9
|\ \ | |/ |/|
| * eventfd: simplify eventfd_signal()Christian Brauner2023-11-282-9/+9
* | 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-014-0/+4
|\
| * iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins2023-10-242-0/+2
| * vfio: Move iova_bitmap into iommufdJoao Martins2023-10-242-0/+2
* | vfio/mlx5: Activate the chunk mode functionalityYishai Hadas2023-09-281-0/+3
* | vfio/mlx5: Add support for READING in chunk modeYishai Hadas2023-09-281-6/+37
* | vfio/mlx5: Add support for SAVING in chunk modeYishai Hadas2023-09-283-17/+122
* | vfio/mlx5: Pre-allocate chunks for the STOP_COPY phaseYishai Hadas2023-09-283-65/+116
* | vfio/mlx5: Rename some stuff to match chunk modeYishai Hadas2023-09-282-9/+10
* | vfio/mlx5: Enable querying state size which is > 4GBYishai Hadas2023-09-283-8/+18
* | vfio/mlx5: Refactor the SAVE callback to activate a work only upon an errorYishai Hadas2023-09-281-7/+13
* | vfio/mlx5: Wake up the reader post of disabling the SAVING migration fileYishai Hadas2023-09-281-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
|/
* Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-3019-153/+2291
|\
| * 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: align capability structuresStefan Hajnoczi2023-08-171-9/+2
| * vfio/pds: Add Kconfig and documentationBrett Creeley2023-08-162-0/+21
| * 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-165-0/+172
| * vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley2023-08-161-47/+1
| * vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2023-07-253-0/+4
| * vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESETYi Liu2023-07-251-11/+50
| * vfio/pci: Copy hot-reset device info to userspace in the devices loopYi Liu2023-07-251-60/+33
| * vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevYi Liu2023-07-251-7/+47
| * vfio: Add helper to search vfio_device in a dev_setYi Liu2023-07-251-5/+1
| * vfio/pci: Move the existing hot reset logic to be a helperYi Liu2023-07-251-23/+32
| * vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()Yi Liu2023-07-251-3/+2
* | net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla2023-08-071-1/+1