aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vfio.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-31vfio: Create vfio_fs_type with inode per deviceGravatar Alex Williamson 1-0/+1
2024-03-11vfio: Introduce interface to flush virqfd inject workqueueGravatar Alex Williamson 1-0/+2
2023-12-04vfio/migration: Add debugfs to live migration driverGravatar Longfang Liu 1-0/+7
2023-11-30vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wartGravatar Sean Christopherson 1-6/+2
2023-08-16vfio: Commonize combine_ranges for use in other VFIO driversGravatar Brett Creeley 1-0/+3
2023-07-25vfio: Compile vfio_group infrastructure optionallyGravatar Yi Liu 1-3/+22
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDGravatar Yi Liu 1-2/+3
2023-07-25vfio: Add cdev for vfio_deviceGravatar Yi Liu 1-0/+4
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesGravatar Yi Liu 1-0/+3
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesGravatar Yi Liu 1-1/+7
2023-07-25vfio: Refine vfio file kAPIs for KVMGravatar Yi Liu 1-0/+1
2023-07-25vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevGravatar Yi Liu 1-0/+14
2023-07-25vfio: Add helper to search vfio_device in a dev_setGravatar Yi Liu 1-0/+3
2023-07-25vfio: Mark cdev usage in vfio_deviceGravatar Yi Liu 1-0/+5
2023-05-02Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+5
2023-04-14vfio: correct kdoc for ops structuresGravatar Simon Horman 1-0/+5
2023-03-31vfio-iommufd: No need to record iommufd_ctx in vfio_deviceGravatar Yi Liu 1-1/+0
2023-02-09vfio: Update the kdoc for vfio_device_opsGravatar Yi Liu 1-0/+4
2023-02-09vfio: fix deadlock between group lock and kvm lockGravatar Matthew Rosato 1-1/+1
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-26/+5
2022-12-05vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.cGravatar Jason Gunthorpe 1-12/+0
2022-12-05vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.koGravatar Jason Gunthorpe 1-11/+0
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextGravatar Jason Gunthorpe 1-0/+1
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesGravatar Jason Gunthorpe 1-0/+14
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesGravatar Jason Gunthorpe 1-0/+25
2022-11-14vfio: Add an option to get migration data sizeGravatar Yishai Hadas 1-0/+5
2022-11-10vfio: Export the device set open countGravatar Anthony DeRossi 1-0/+1
2022-11-10vfio: Remove vfio_free_deviceGravatar Eric Farman 1-1/+0
2022-11-10vfio/ccw: replace vfio_init_device with _alloc_Gravatar Eric Farman 1-2/+0
2022-10-07vfio: Add vfio_file_is_group()Gravatar Jason Gunthorpe 1-0/+1
2022-09-21vfio: Add struct device to vfio_deviceGravatar Yi Liu 1-3/+3
2022-09-21vfio/ccw: Use the new device life cycle helpersGravatar Kevin Tian 1-3/+0
2022-09-21vfio: Add helpers for unifying vfio_device life cycleGravatar Kevin Tian 1-1/+24
2022-09-08vfio: Introduce the DMA logging feature supportGravatar Yishai Hadas 1-2/+26
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Gravatar Nicolin Chen 1-1/+1
2022-07-25vfio: Rename user_iova of vfio_dma_rw()Gravatar Nicolin Chen 1-1/+1
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APIGravatar Nicolin Chen 1-3/+2
2022-07-23vfio: Make vfio_unpin_pages() return voidGravatar Nicolin Chen 1-2/+2
2022-07-20vfio: Replace the iommu notifier with a device listGravatar Jason Gunthorpe 1-1/+1
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackGravatar Jason Gunthorpe 1-17/+4
2022-06-30vfio: Split migration ops from main device opsGravatar Yishai Hadas 1-10/+20
2022-06-27vfio: de-extern-ify function prototypesGravatar Alex Williamson 1-36/+34
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMGravatar Matthew Rosato 1-4/+2
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupGravatar Jason Gunthorpe 1-2/+1
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Gravatar Jason Gunthorpe 1-2/+3
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Gravatar Jason Gunthorpe 1-2/+1
2022-05-13vfio: Remove vfio_external_group_match_file()Gravatar Jason Gunthorpe 1-2/+0
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Gravatar Jason Gunthorpe 1-1/+1
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Gravatar Jason Gunthorpe 1-2/+0
2022-05-11vfio: Remove dead codeGravatar Jason Gunthorpe 1-11/+0