aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/group.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-31vfio: Create vfio_fs_type with inode per deviceGravatar Alex Williamson 1-0/+7
2023-07-25vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()Gravatar Yi Liu 1-10/+0
2023-07-25vfio: Test kvm pointer in _vfio_device_get_kvm_safe()Gravatar Yi Liu 1-6/+1
2023-07-25vfio-iommufd: Split bind/attach into two stepsGravatar Yi Liu 1-4/+13
2023-07-25vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()Gravatar Yi Liu 1-0/+13
2023-07-25vfio: Make vfio_df_open() single open for device cdev pathGravatar Yi Liu 1-0/+2
2023-07-25vfio: Add cdev_device_open_cnt to vfio_groupGravatar Yi Liu 1-0/+33
2023-07-25vfio: Block device access via device fd until device is openedGravatar Yi Liu 1-1/+10
2023-07-25vfio: Pass struct vfio_device_file * to vfio_device_open/close()Gravatar Yi Liu 1-6/+14
2023-07-25vfio: Refine vfio file kAPIs for KVMGravatar Yi Liu 1-36/+17
2023-07-25vfio: Allocate per device file structureGravatar Yi Liu 1-2/+11
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-8/+38
2023-02-22vfio: Fix NULL pointer dereference caused by uninitialized group->iommufdGravatar Yan Zhao 1-1/+1
2023-02-09vfio: no need to pass kvm pointer during device openGravatar Matthew Rosato 1-1/+1
2023-02-09vfio: fix deadlock between group lock and kvm lockGravatar Matthew Rosato 1-7/+37
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdGravatar Jason Gunthorpe 1-2/+5
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-12-05vfio: Move vfio group specific code into group.cGravatar Yi Liu 1-0/+877