summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)Author
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen
2022-07-25vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe
2022-07-16vfio: do not set FMODE_LSEEK flagJason A. Donenfeld
2022-07-05vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe
2022-06-30Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson
2022-06-30vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()Yi Liu
2022-06-30vfio: Clear the caps->buf to NULL after freeSchspa Shi
2022-06-30vfio: check iommu_group_set_name() return valueLiam Ni
2022-06-30vfio: Split migration ops from main device opsYishai Hadas
2022-06-27vfio: check vfio_register_iommu_driver() return valueBo Liu
2022-06-27vfio: Use device_iommu_capable()Robin Murphy
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato
2022-05-23vfio: Do not manipulate iommu dma_owner for fake iommu groupsJason Gunthorpe
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-17vfio: Change struct vfio_group::container_users to a non-atomic intJason Gunthorpe
2022-05-17vfio: Simplify the life cycle of the group FDJason Gunthorpe
2022-05-17vfio: Fully lock struct vfio_group::containerJason Gunthorpe
2022-05-17vfio: Split up vfio_group_get_device_fd()Jason Gunthorpe
2022-05-17vfio: Change struct vfio_group::opened from an atomic to boolJason Gunthorpe
2022-05-17vfio: Add missing locking for struct vfio_group::kvmJason Gunthorpe
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe
2022-05-13vfio: Delete container_qJason Gunthorpe
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe
2022-05-11vfio: Remove calls to vfio_group_add_container_user()Jason Gunthorpe
2022-05-11vfio: Remove dead codeJason Gunthorpe
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe
2022-05-11vfio: Stop using iommu_present()Robin Murphy
2022-04-28vfio: Require that devices support DMA cache coherenceJason Gunthorpe
2022-04-28vfio: Remove iommu group notifierLu Baolu
2022-04-28vfio: Delete the unbound_listJason Gunthorpe
2022-04-28vfio: Remove use of vfio_group_viable()Lu Baolu
2022-04-28vfio: Set DMA ownership for VFIO devicesLu Baolu
2022-03-03vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe
2022-03-03vfio: Define device migration protocol v2Jason Gunthorpe
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe