summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/group.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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