aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-09vfio: no need to pass kvm pointer during device openGravatar Matthew Rosato 1-2/+1
2023-02-09vfio: fix deadlock between group lock and kvm lockGravatar Matthew Rosato 1-0/+15
2023-02-09vfio: revert "iommu driver notify callback"Gravatar Steve Sistare 1-7/+0
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+13
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koGravatar Jason Gunthorpe 1-0/+13
2022-12-05vfio: Move vfio group specific code into group.cGravatar Yi Liu 1-0/+22
2022-12-05vfio: Refactor dma APIs for emulated devicesGravatar Yi Liu 1-16/+16
2022-12-02vfio: Make vfio_container optionally compiledGravatar Jason Gunthorpe 1-0/+65
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesGravatar Jason Gunthorpe 1-2/+8
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesGravatar Jason Gunthorpe 1-0/+15
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdGravatar Jason Gunthorpe 1-0/+2
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Gravatar Jason Gunthorpe 1-2/+0
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Gravatar Jason Gunthorpe 1-2/+2
2022-10-07vfio: Make the group FD disassociate from the iommu_groupGravatar Jason Gunthorpe 1-1/+0
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexGravatar Jason Gunthorpe 1-1/+1
2022-10-04vfio: Remove the vfio_group->users and users_compGravatar Jason Gunthorpe 1-2/+1
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupGravatar Jason Gunthorpe 1-0/+8
2022-09-22vfio: Move container code into drivers/vfio/container.cGravatar Jason Gunthorpe 1-0/+46
2022-09-22vfio: Add header guards and includes to drivers/vfio/vfio.hGravatar Jason Gunthorpe 1-0/+10
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Gravatar Nicolin Chen 1-1/+1
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APIGravatar Nicolin Chen 1-2/+2
2022-07-23vfio: Make vfio_unpin_pages() return voidGravatar Nicolin Chen 1-1/+1
2022-07-20vfio: Replace the iommu notifier with a device listGravatar Jason Gunthorpe 1-8/+4
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackGravatar Jason Gunthorpe 1-0/+3
2021-09-30vfio: clean up the check for mediated device in vfio_iommu_type1Gravatar Christoph Hellwig 1-1/+26
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Gravatar Christoph Hellwig 1-0/+47