summaryrefslogtreecommitdiffstats
path: root/virt/kvm/vfio.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Treat the device list as an rculistOliver Upton2024-04-251-0/+2
* kvm/vfio: avoid bouncing the mutex when adding and deleting groupsDmitry Torokhov2023-08-031-17/+9
* kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()Dmitry Torokhov2023-08-031-1/+1
* kvm/vfio: Accept vfio device file from userspaceYi Liu2023-07-251-6/+6
* kvm/vfio: Prepare for accepting vfio device fdYi Liu2023-07-251-57/+58
* vfio: Refine vfio file kAPIs for KVMYi Liu2023-07-251-5/+5
* kvm/vfio: Fix potential deadlock on vfio group_lockYi Liu2023-01-201-3/+3
* vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe2022-10-071-11/+14
* vfio: Add vfio_file_is_group()Jason Gunthorpe2022-10-071-2/+18
* kvm/vfio: Fix potential deadlock problem in vfioWan Jiabing2022-05-171-1/+1
* kvm/vfio: Remove vfio_group from kvmJason Gunthorpe2022-05-131-43/+8
* vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe2022-05-131-8/+8
* vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe2022-05-131-8/+8
* vfio: Remove vfio_external_group_match_file()Jason Gunthorpe2022-05-131-18/+1
* vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe2022-05-131-25/+12
* kvm/vfio: Store the struct file in the kvm_vfio_groupJason Gunthorpe2022-05-131-30/+29
* kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsJason Gunthorpe2022-05-131-101/+124
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* kvm: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-2/+2
* vfio: New external user group/file matchAlex Williamson2017-06-281-8/+19
* kvm-vfio: Decouple only when we match a groupAlex Williamson2017-06-281-7/+6
* KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-201-0/+105
* kvm: set/clear kvm to/from vfio_group when group add/deleteJike Song2016-12-011-0/+18
* KVM: count number of assigned devicesPaolo Bonzini2015-07-101-0/+5
* kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li2014-10-241-0/+5
* kvm-vfio: do not use module_initPaolo Bonzini2014-09-241-2/+2
* KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon2014-09-171-7/+15
* kvm/vfio: Support for DMA coherent IOMMUsAlex Williamson2014-02-261-7/+20
* kvm: vfio: silence GCC warningPaul Bolle2014-01-151-3/+3
* kvm: Create non-coherent DMA registerationAlex Williamson2013-10-301-0/+44
* kvm: Add VFIO deviceAlex Williamson2013-10-301-0/+220