summaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
Commit message (Expand)AuthorAgeFilesLines
* hisi_acc_vfio_pci: Introduce support for PRE_COPY state transitionsShameer Kolothum2022-12-061-3/+71
* hisi_acc_vfio_pci: Add support for precopy IOCTLShameer Kolothum2022-12-062-0/+53
* vfio/mlx5: Enable MIGRATION_PRE_COPY flagShay Drory2022-12-061-0/+5
* vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY errorShay Drory2022-12-063-3/+32
* vfio/mlx5: Introduce multiple loadsYishai Hadas2022-12-063-45/+257
* vfio/mlx5: Consider temporary end of stream as part of PRE_COPYYishai Hadas2022-12-063-2/+14
* vfio/mlx5: Introduce vfio precopy ioctl implementationYishai Hadas2022-12-062-0/+127
* vfio/mlx5: Introduce SW headers for migration statesYishai Hadas2022-12-063-4/+67
* vfio/mlx5: Introduce device transitions of PRE_COPYYishai Hadas2022-12-063-18/+184
* vfio/mlx5: Refactor to use queue based data chunksYishai Hadas2022-12-063-38/+136
* vfio/mlx5: Refactor migration file stateYishai Hadas2022-12-063-8/+12
* vfio/mlx5: Refactor MKEY usageYishai Hadas2022-12-063-113/+178
* vfio/mlx5: Refactor PD usageYishai Hadas2022-12-063-31/+71
* vfio/mlx5: Enforce a single SAVE command at a timeYishai Hadas2022-12-063-0/+14
* vfio: Extend the device migration protocol with PRE_COPYJason Gunthorpe2022-12-061-2/+72
* vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe2022-12-055-18/+25
* vfio: Remove CONFIG_VFIO_SPAPR_EEHJason Gunthorpe2022-12-052-8/+3
* vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.cJason Gunthorpe2022-12-053-91/+53
* vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()Jason Gunthorpe2022-12-052-12/+4
* vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.koJason Gunthorpe2022-12-052-15/+9
* vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundariesJoao Martins2022-12-021-17/+13
* vfio/mlx5: Fix a typo in mlx5vf_cmd_load_vhca_state()Yishai Hadas2022-11-141-2/+2
* vfio: Add an option to get migration data sizeYishai Hadas2022-11-144-1/+61
* vfio: Remove vfio_free_deviceEric Farman2022-11-105-22/+4
* vfio/ccw: replace vfio_init_device with _alloc_Eric Farman2022-11-101-5/+5
* vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmapsJoao Martins2022-11-101-2/+6
* vfio/iova_bitmap: Explicitly include linux/slab.hJoao Martins2022-11-101-0/+1
* vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca2022-11-101-2/+1
* vfio/mlx5: Switch to use module_pci_driver() macroShang XiaoJing2022-11-101-12/+1
* Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-1228-1757/+4088
|\
| * vfio: More vfio_file_is_group() use casesAlex Williamson2022-10-071-3/+3
| * vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe2022-10-072-24/+44
| * vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe2022-10-071-2/+4
| * vfio: Add vfio_file_is_group()Jason Gunthorpe2022-10-072-2/+16
| * vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe2022-10-043-29/+30
| * vfio: Remove the vfio_group->users and users_compJason Gunthorpe2022-10-042-28/+20
| * vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-042-4/+23
| * vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-042-9/+33
| * vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-0/+11
| * vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-0/+10
| * vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-042-11/+28
| * vfio/mdev: remove mtype_get_parent_devChristoph Hellwig2022-10-041-10/+0
| * vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-6/+0
| * vfio/mdev: unexport mdev_bus_typeChristoph Hellwig2022-10-042-1/+1
| * vfio/mdev: remove mdev_from_devChristoph Hellwig2022-10-041-4/+2
| * vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-044-105/+30
| * vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-043-123/+24
| * vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-043-5/+0
| * hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu2022-09-272-12/+12
| * hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu2022-09-271-1/+0