summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* hisi_acc_vfio_pci: Use its own PCI reset_done error handlerShameer Kolothum2022-03-152-4/+57
* hisi_acc_vfio_pci: Add support for VFIO live migrationLongfang Liu2022-03-153-18/+1186
* hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration regionShameer Kolothum2022-03-151-0/+126
* hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devicesShameer Kolothum2022-03-155-0/+118
* vfio/mlx5: Fix to not use 0 as NULL pointerYishai Hadas2022-03-091-2/+2
*-. Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...Alex Williamson2022-03-032-0/+63
|\ \
| | * vfio/pci: Stub vfio_pci_vga_rw when !CONFIG_VFIO_PCI_VGAAlex Williamson2022-02-221-0/+2
| * | vfio/pci: wake-up devices around reset functionsAbhishek Sahu2022-02-221-0/+48
| * | vfio/pci: fix memory leak during D3hot to D0 transitionAbhishek Sahu2022-02-221-0/+13
| |/
* | vfio/mlx5: Use its own PCI reset_done error handlerYishai Hadas2022-03-031-2/+55
* | vfio/pci: Expose vfio_pci_core_aer_err_detected()Yishai Hadas2022-03-031-3/+4
* | vfio/mlx5: Implement vfio_pci driver for mlx5 devicesYishai Hadas2022-03-036-0/+643
* | vfio/mlx5: Expose migration commands over mlx5 deviceYishai Hadas2022-03-032-0/+294
* | vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe2022-03-031-18/+69
* | vfio: Define device migration protocol v2Jason Gunthorpe2022-03-031-0/+199
* | vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe2022-03-033-61/+80
|/
* Merge tag 'vfio-v5.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2022-01-202-7/+10
|\
| * vfio/iommu_type1: replace kfree with kvfreeJiacheng Shi2021-12-211-1/+1
| * vfio/pci: Resolve sparse endian warnings in IGD supportAlex Williamson2021-12-211-6/+9
* | bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-161-2/+2
|/
* vfio/pci: Fix OpRegion readZhenyu Wang2021-11-301-2/+3
* vfio: remove all kernel-doc notationRandy Dunlap2021-11-301-14/+14
* vfio: Use cdev_device_add() instead of device_create()Jason Gunthorpe2021-10-151-101/+92
* vfio: Use a refcount_t instead of a kref in the vfio_groupJason Gunthorpe2021-10-151-12/+9
* vfio: Don't leak a group reference if the group already existsJason Gunthorpe2021-10-151-14/+8
* vfio: Do not open code the group list search in vfio_create_group()Jason Gunthorpe2021-10-151-25/+30
* vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()Jason Gunthorpe2021-10-151-85/+15
* Merge branch 'v5.16/vfio/colin_xu_igd_opregion_2.0_v8' into v5.16/vfio/nextAlex Williamson2021-10-121-59/+175
|\
| * vfio/pci: Add OpRegion 2.0+ Extended VBT support.Colin Xu2021-10-121-59/+175
* | Merge branch 'v5.16/vfio/diana-fsl-reset-v2' into v5.16/vfio/nextAlex Williamson2021-10-111-15/+30
|\ \
| * | vfio/fsl-mc: Add per device reset supportDiana Craciun2021-09-281-15/+30
| |/
* | Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...Alex Williamson2021-09-309-432/+299
|\ \
| * | vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINERChristoph Hellwig2021-09-301-8/+5
| * | vfio/iommu_type1: remove the "external" domainChristoph Hellwig2021-09-301-66/+54
| * | vfio/iommu_type1: initialize pgsize_bitmap in ->openChristoph Hellwig2021-09-301-1/+1
| * | vfio/spapr_tce: reject mediated devicesChristoph Hellwig2021-09-301-0/+3
| * | vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig2021-09-304-46/+34
| * | vfio: remove the unused mdev iommu hookChristoph Hellwig2021-09-301-107/+26
| * | vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig2021-09-304-0/+50
| * | vfio: remove unused method from vfio_iommu_driver_opsChristoph Hellwig2021-09-301-50/+0
| * | vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-303-68/+71
| * | vfio: remove the iommudata hack for noiommu groupsChristoph Hellwig2021-09-301-13/+8
| * | vfio: refactor noiommu group creationChristoph Hellwig2021-09-301-52/+52
| * | vfio: factor out a vfio_group_find_or_alloc helperChristoph Hellwig2021-09-301-25/+35
| * | vfio: remove the iommudata check in vfio_noiommu_attach_groupChristoph Hellwig2021-09-301-1/+1
| * | vfio: factor out a vfio_iommu_driver_allowed helperChristoph Hellwig2021-09-301-14/+19
| * | vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe2021-09-304-60/+19
| |/
* / vfio/pci: add missing identifier name in argument of function prototypeColin Ian King2021-09-231-1/+1
|/
* Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-0225-2812/+2547
|\
| *---. Merge branches 'v5.15/vfio/spdx-license-cleanups', 'v5.15/vfio/dma-valid-wait...Alex Williamson2021-08-2616-2425/+2335
| |\ \ \