summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/group.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()Yi Liu2023-07-251-10/+0
* vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Yi Liu2023-07-251-6/+1
* vfio-iommufd: Split bind/attach into two stepsYi Liu2023-07-251-4/+13
* vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Yi Liu2023-07-251-0/+13
* vfio: Make vfio_df_open() single open for device cdev pathYi Liu2023-07-251-0/+2
* vfio: Add cdev_device_open_cnt to vfio_groupYi Liu2023-07-251-0/+33
* vfio: Block device access via device fd until device is openedYi Liu2023-07-251-1/+10
* vfio: Pass struct vfio_device_file * to vfio_device_open/close()Yi Liu2023-07-251-6/+14
* vfio: Refine vfio file kAPIs for KVMYi Liu2023-07-251-36/+17
* vfio: Allocate per device file structureYi Liu2023-07-251-2/+11
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-251-8/+38
|\
| * vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdYan Zhao2023-02-221-1/+1
| * vfio: no need to pass kvm pointer during device openMatthew Rosato2023-02-091-1/+1
| * vfio: fix deadlock between group lock and kvm lockMatthew Rosato2023-02-091-7/+37
* | vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe2023-02-031-2/+5
|/
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
* vfio: Move vfio group specific code into group.cYi Liu2022-12-051-0/+877