summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-06-011-511/+270
|\
| * vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato2022-05-241-54/+29
| * vfio: Do not manipulate iommu dma_owner for fake iommu groupsJason Gunthorpe2022-05-231-5/+10
| * vfio: Change struct vfio_group::container_users to a non-atomic intJason Gunthorpe2022-05-171-15/+13
| * vfio: Simplify the life cycle of the group FDJason Gunthorpe2022-05-171-28/+24
| * vfio: Fully lock struct vfio_group::containerJason Gunthorpe2022-05-171-26/+40
| * vfio: Split up vfio_group_get_device_fd()Jason Gunthorpe2022-05-171-23/+56
| * vfio: Change struct vfio_group::opened from an atomic to boolJason Gunthorpe2022-05-171-19/+27
| * vfio: Add missing locking for struct vfio_group::kvmJason Gunthorpe2022-05-171-4/+15
| * vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe2022-05-131-52/+18
| * vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe2022-05-131-8/+21
| * vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe2022-05-131-3/+27
| * vfio: Remove vfio_external_group_match_file()Jason Gunthorpe2022-05-131-9/+0
| * vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe2022-05-131-7/+14
| * vfio: Delete container_qJason Gunthorpe2022-05-131-20/+0
| * Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson2022-05-131-230/+15
| |\
| * | vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe2022-05-111-40/+1
| * | vfio: Remove calls to vfio_group_add_container_user()Jason Gunthorpe2022-05-111-63/+17
| * | vfio: Remove dead codeJason Gunthorpe2022-05-111-151/+0
| * | vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe2022-05-111-13/+11
| * | vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe2022-05-111-30/+16
| * | vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe2022-05-111-19/+9
| * | vfio: Stop using iommu_present()Robin Murphy2022-05-111-3/+3
| | |
| \ \
*-. \ \ Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel2022-05-201-230/+22
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * vfio: Remove iommu group notifierLu Baolu2022-04-281-147/+0
| | * vfio: Delete the unbound_listJason Gunthorpe2022-04-281-72/+2
| | * vfio: Remove use of vfio_group_viable()Lu Baolu2022-04-281-12/+6
| | * vfio: Set DMA ownership for VFIO devicesLu Baolu2022-04-281-1/+9
| |/ |/|
| * vfio: Require that devices support DMA cache coherenceJason Gunthorpe2022-04-281-0/+7
|/
* 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-031-4/+42
* 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
* vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig2021-09-301-27/+5
* vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig2021-09-301-0/+1
* vfio: remove unused method from vfio_iommu_driver_opsChristoph Hellwig2021-09-301-50/+0
* vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-26/+66
* 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-301-22/+14
* vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2021-08-111-13/+1
* vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2021-08-111-22/+127