summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: Move vfio.c to vfio_main.cJason Gunthorpe2022-08-081-2135/+0
* Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-061-129/+63
|\
| * vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-4/+4
| * vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen2022-07-251-3/+3
| * vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-15/+12
| * vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-231-14/+7
| * vfio: Replace the iommu notifier with a device listJason Gunthorpe2022-07-201-31/+10
| * vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-201-85/+44
| *---------. Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson2022-06-301-6/+13
| |\ \ \ \ \ \
| | | | | | | * vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()Yi Liu2022-06-301-1/+1
| | | | | | |/
| | | | | * / vfio: Clear the caps->buf to NULL after freeSchspa Shi2022-06-301-0/+1
| | | | | |/
| | | | * / vfio: check iommu_group_set_name() return valueLiam Ni2022-06-301-1/+3
| | | | |/
| | | * / vfio: check vfio_register_iommu_driver() return valueBo Liu2022-06-271-3/+7
| | | |/
| | * / vfio: Use device_iommu_capable()Robin Murphy2022-06-271-1/+1
| | |/
| * / vfio: Split migration ops from main device opsYishai Hadas2022-06-301-6/+5
| |/
* | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-1/+1
|\ \
| * | vfio: do not set FMODE_LSEEK flagJason A. Donenfeld2022-07-161-1/+1
| |/
* / vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe2022-07-051-7/+10
|/
* 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