aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/vfio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe1-11/+14
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe1-2/+18
2022-05-17kvm/vfio: Fix potential deadlock problem in vfioWan Jiabing1-1/+1
2022-05-13kvm/vfio: Remove vfio_group from kvmJason Gunthorpe1-43/+8
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe1-8/+8
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe1-8/+8
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe1-18/+1
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe1-25/+12
2022-05-13kvm/vfio: Store the struct file in the kvm_vfio_groupJason Gunthorpe1-30/+29
2022-05-13kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsJason Gunthorpe1-101/+124
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-20kvm: Add memcg accounting to KVM allocationsBen Gardon1-2/+2
2017-06-28vfio: New external user group/file matchAlex Williamson1-8/+19
2017-06-28kvm-vfio: Decouple only when we match a groupAlex Williamson1-7/+6
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy1-0/+105
2016-12-01kvm: set/clear kvm to/from vfio_group when group add/deleteJike Song1-0/+18
2015-07-10KVM: count number of assigned devicesPaolo Bonzini1-0/+5
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li1-0/+5
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini1-2/+2
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon1-7/+15
2014-02-26kvm/vfio: Support for DMA coherent IOMMUsAlex Williamson1-7/+20
2014-01-15kvm: vfio: silence GCC warningPaul Bolle1-3/+3
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-0/+44
2013-10-30kvm: Add VFIO deviceAlex Williamson1-0/+220