summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
* | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-1518-429/+1435
|\ \
| * | vfio/mlx5: error pointer dereference in error handlingDan Carpenter2022-12-121-1/+1
| * | vfio/mlx5: fix error code in mlx5vf_precopy_ioctl()Dan Carpenter2022-12-121-1/+4
| * | hisi_acc_vfio_pci: Enable PRE_COPY flagShameer Kolothum2022-12-061-1/+1
| * | hisi_acc_vfio_pci: Move the dev compatibility tests for early checkShameer Kolothum2022-12-062-12/+8
| * | 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-091-2/+6
| * | vfio/iova_bitmap: Explicitly include linux/slab.hJoao Martins2022-11-091-0/+1
| * | vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca2022-11-091-2/+1
| * | vfio/mlx5: Switch to use module_pci_driver() macroShang XiaoJing2022-11-091-12/+1
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1413-912/+1434
|\ \ \
| * | | vfio: Move vfio group specific code into group.cYi Liu2022-12-054-870/+907
| * | | vfio: Refactor dma APIs for emulated devicesYi Liu2022-12-053-34/+43
| * | | vfio: Wrap vfio group module init/clean code into helpersYi Liu2022-12-051-20/+36
| * | | vfio: Refactor vfio_device open and closeYi Liu2022-12-051-46/+87
| * | | vfio: Make vfio_device_open() truly device specificYi Liu2022-12-051-17/+29
| * | | vfio: Swap order of vfio_device_container_register() and open_device()Yi Liu2022-12-051-8/+9
| * | | vfio: Set device->group in helper functionYi Liu2022-12-051-15/+26
| * | | vfio: Create wrappers for group register/unregisterYi Liu2022-12-051-7/+16
| * | | vfio: Move the sanity check of the group to vfio_create_group()Jason Gunthorpe2022-12-051-37/+25
| * | | vfio: Simplify vfio_create_group()Jason Gunthorpe2022-12-051-23/+10
| * | | Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe2022-12-022-5/+18
| |\ \ \ | | | |/ | | |/|
| * | | vfio: Make vfio_container optionally compiledJason Gunthorpe2022-12-023-13/+91
| * | | vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe2022-12-022-2/+3