summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.h
AgeCommit message (Expand)Author
2023-12-04vfio/migration: Add debugfs to live migration driverLongfang Liu
2023-07-25vfio: Compile vfio_group infrastructure optionallyYi Liu
2023-07-25vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu
2023-07-25vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu
2023-07-25vfio: Add cdev for vfio_deviceYi Liu
2023-07-25vfio: Record devid in vfio_device_fileYi Liu
2023-07-25vfio-iommufd: Split bind/attach into two stepsYi Liu
2023-07-25vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Yi Liu
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathYi Liu
2023-07-25vfio: Add cdev_device_open_cnt to vfio_groupYi Liu
2023-07-25vfio: Block device access via device fd until device is openedYi Liu
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Yi Liu
2023-07-25vfio: Accept vfio device file in the KVM facing kAPIYi Liu
2023-07-25vfio: Refine vfio file kAPIs for KVMYi Liu
2023-07-25vfio: Allocate per device file structureYi Liu
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2023-02-09vfio: no need to pass kvm pointer during device openMatthew Rosato
2023-02-09vfio: fix deadlock between group lock and kvm lockMatthew Rosato
2023-02-09vfio: revert "iommu driver notify callback"Steve Sistare
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe
2022-12-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-12-05vfio: Fold vfio_virqfd.ko into vfio.koJason Gunthorpe
2022-12-05vfio: Move vfio group specific code into group.cYi Liu
2022-12-05vfio: Refactor dma APIs for emulated devicesYi Liu
2022-12-02vfio: Make vfio_container optionally compiledJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe
2022-12-02vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe
2022-10-07vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe
2022-09-22vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe
2022-07-20vfio: Replace the DMA unmapping notifier with a callbackJason Gunthorpe
2021-09-30vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig