summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-251-9/+16
|\
| * vfio: no need to pass kvm pointer during device openMatthew Rosato2023-02-091-2/+1
| * vfio: fix deadlock between group lock and kvm lockMatthew Rosato2023-02-091-0/+15
| * vfio: revert "iommu driver notify callback"Steve Sistare2023-02-091-7/+0
* | vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe2023-02-031-1/+7
|/
* Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-151-0/+13
|\
| * vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe2022-12-051-0/+13
* | vfio: Move vfio group specific code into group.cYi Liu2022-12-051-0/+22
* | vfio: Refactor dma APIs for emulated devicesYi Liu2022-12-051-16/+16
* | vfio: Make vfio_container optionally compiledJason Gunthorpe2022-12-021-0/+65
* | vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe2022-12-021-2/+8
* | vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe2022-12-021-0/+15
* | vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe2022-12-021-0/+2
* | vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe2022-12-021-2/+0
* | vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe2022-12-021-2/+2
|/
* vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe2022-10-071-1/+0
* vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe2022-10-041-1/+1
* vfio: Remove the vfio_group->users and users_compJason Gunthorpe2022-10-041-2/+1
* vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe2022-09-271-0/+8
* vfio: Move container code into drivers/vfio/container.cJason Gunthorpe2022-09-221-0/+46
* vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe2022-09-221-0/+10
* vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-1/+1
* vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-2/+2
* vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-231-1/+1
* vfio: Replace the iommu notifier with a device listJason Gunthorpe2022-07-201-8/+4
* vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe2022-07-201-0/+3
* vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig2021-09-301-1/+26
* vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig2021-09-301-0/+47