summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio.h
Commit message (Expand)AuthorAgeFilesLines
* vfio: Compile vfio_group infrastructure optionallyYi Liu2023-07-251-6/+83
* vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu2023-07-251-0/+5
* vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu2023-07-251-0/+13
* vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu2023-07-251-3/+3
* vfio: Add cdev for vfio_deviceYi Liu2023-07-251-0/+54
* vfio: Record devid in vfio_device_fileYi Liu2023-07-251-5/+5
* vfio-iommufd: Split bind/attach into two stepsYi Liu2023-07-251-0/+9
* vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Yi Liu2023-07-251-0/+9
* vfio: Make vfio_df_open() single open for device cdev pathYi Liu2023-07-251-0/+1
* vfio: Add cdev_device_open_cnt to vfio_groupYi Liu2023-07-251-0/+3
* vfio: Block device access via device fd until device is openedYi Liu2023-07-251-0/+1
* vfio: Pass struct vfio_device_file * to vfio_device_open/close()Yi Liu2023-07-251-4/+4
* vfio: Accept vfio device file in the KVM facing kAPIYi Liu2023-07-251-0/+3
* vfio: Refine vfio file kAPIs for KVMYi Liu2023-07-251-0/+3
* vfio: Allocate per device file structureYi Liu2023-07-251-0/+6
* 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