aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-25vfio: Compile vfio_group infrastructure optionallyGravatar Yi Liu 1-6/+83
2023-07-25vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTGravatar Yi Liu 1-0/+5
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDGravatar Yi Liu 1-0/+13
2023-07-25vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Gravatar Yi Liu 1-3/+3
2023-07-25vfio: Add cdev for vfio_deviceGravatar Yi Liu 1-0/+54
2023-07-25vfio: Record devid in vfio_device_fileGravatar Yi Liu 1-5/+5
2023-07-25vfio-iommufd: Split bind/attach into two stepsGravatar Yi Liu 1-0/+9
2023-07-25vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Gravatar Yi Liu 1-0/+9
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathGravatar Yi Liu 1-0/+1
2023-07-25vfio: Add cdev_device_open_cnt to vfio_groupGravatar Yi Liu 1-0/+3
2023-07-25vfio: Block device access via device fd until device is openedGravatar Yi Liu 1-0/+1
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Gravatar Yi Liu 1-4/+4
2023-07-25vfio: Accept vfio device file in the KVM facing kAPIGravatar Yi Liu 1-0/+3
2023-07-25vfio: Refine vfio file kAPIs for KVMGravatar Yi Liu 1-0/+3
2023-07-25vfio: Allocate per device file structureGravatar Yi Liu 1-0/+6
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-9/+16
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
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdGravatar Jason Gunthorpe 1-1/+7
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