aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe1-2135/+0
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-129/+63
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-4/+4
2022-07-25vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen1-3/+3
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-15/+12
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen1-14/+7
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe1-31/+10
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe1-85/+44
2022-07-16vfio: do not set FMODE_LSEEK flagJason A. Donenfeld1-1/+1
2022-07-05vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe1-7/+10
2022-06-30Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-bus_type-determination-v3', 'v5.20/vfio/check-vfio_register_iommu_driver-return-v2', 'v5.20/vfio/check-iommu_group_set_name_return-v1', 'v5.20/vfio/clear-caps-buf-v3', 'v5.20/vfio/remove-useless-judgement-v1' and 'v5.20/v...Alex Williamson1-6/+13
2022-06-30vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()Yi Liu1-1/+1
2022-06-30vfio: Clear the caps->buf to NULL after freeSchspa Shi1-0/+1
2022-06-30vfio: check iommu_group_set_name() return valueLiam Ni1-1/+3
2022-06-30vfio: Split migration ops from main device opsYishai Hadas1-6/+5
2022-06-27vfio: check vfio_register_iommu_driver() return valueBo Liu1-3/+7
2022-06-27vfio: Use device_iommu_capable()Robin Murphy1-1/+1
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-511/+270
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato1-54/+29
2022-05-23vfio: Do not manipulate iommu dma_owner for fake iommu groupsJason Gunthorpe1-5/+10
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'vfio-notifier-fix' into nextJoerg Roedel1-230/+22
2022-05-17vfio: Change struct vfio_group::container_users to a non-atomic intJason Gunthorpe1-15/+13
2022-05-17vfio: Simplify the life cycle of the group FDJason Gunthorpe1-28/+24
2022-05-17vfio: Fully lock struct vfio_group::containerJason Gunthorpe1-26/+40
2022-05-17vfio: Split up vfio_group_get_device_fd()Jason Gunthorpe1-23/+56
2022-05-17vfio: Change struct vfio_group::opened from an atomic to boolJason Gunthorpe1-19/+27
2022-05-17vfio: Add missing locking for struct vfio_group::kvmJason Gunthorpe1-4/+15
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe1-52/+18
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe1-8/+21
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe1-3/+27
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe1-9/+0
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe1-7/+14
2022-05-13vfio: Delete container_qJason Gunthorpe1-20/+0
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson1-230/+15
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe1-40/+1
2022-05-11vfio: Remove calls to vfio_group_add_container_user()Jason Gunthorpe1-63/+17
2022-05-11vfio: Remove dead codeJason Gunthorpe1-151/+0
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe1-13/+11
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe1-30/+16
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe1-19/+9
2022-05-11vfio: Stop using iommu_present()Robin Murphy1-3/+3
2022-04-28vfio: Require that devices support DMA cache coherenceJason Gunthorpe1-0/+7
2022-04-28vfio: Remove iommu group notifierLu Baolu1-147/+0
2022-04-28vfio: Delete the unbound_listJason Gunthorpe1-72/+2
2022-04-28vfio: Remove use of vfio_group_viable()Lu Baolu1-12/+6
2022-04-28vfio: Set DMA ownership for VFIO devicesLu Baolu1-1/+9
2022-03-03vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe1-18/+69
2022-03-03vfio: Define device migration protocol v2Jason Gunthorpe1-0/+199
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe1-4/+42