aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/vfio.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-03kvm/vfio: avoid bouncing the mutex when adding and deleting groupsGravatar Dmitry Torokhov 1-17/+9
2023-08-03kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()Gravatar Dmitry Torokhov 1-1/+1
2023-07-25kvm/vfio: Accept vfio device file from userspaceGravatar Yi Liu 1-6/+6
2023-07-25kvm/vfio: Prepare for accepting vfio device fdGravatar Yi Liu 1-57/+58
2023-07-25vfio: Refine vfio file kAPIs for KVMGravatar Yi Liu 1-5/+5
2023-01-20kvm/vfio: Fix potential deadlock on vfio group_lockGravatar Yi Liu 1-3/+3
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRGravatar Jason Gunthorpe 1-11/+14
2022-10-07vfio: Add vfio_file_is_group()Gravatar Jason Gunthorpe 1-2/+18
2022-05-17kvm/vfio: Fix potential deadlock problem in vfioGravatar Wan Jiabing 1-1/+1
2022-05-13kvm/vfio: Remove vfio_group from kvmGravatar Jason Gunthorpe 1-43/+8
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Gravatar Jason Gunthorpe 1-8/+8
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Gravatar Jason Gunthorpe 1-8/+8
2022-05-13vfio: Remove vfio_external_group_match_file()Gravatar Jason Gunthorpe 1-18/+1
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Gravatar Jason Gunthorpe 1-25/+12
2022-05-13kvm/vfio: Store the struct file in the kvm_vfio_groupGravatar Jason Gunthorpe 1-30/+29
2022-05-13kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsGravatar Jason Gunthorpe 1-101/+124
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-02-20kvm: Add memcg accounting to KVM allocationsGravatar Ben Gardon 1-2/+2
2017-06-28vfio: New external user group/file matchGravatar Alex Williamson 1-8/+19
2017-06-28kvm-vfio: Decouple only when we match a groupGravatar Alex Williamson 1-7/+6
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOGravatar Alexey Kardashevskiy 1-0/+105
2016-12-01kvm: set/clear kvm to/from vfio_group when group add/deleteGravatar Jike Song 1-0/+18
2015-07-10KVM: count number of assigned devicesGravatar Paolo Bonzini 1-0/+5
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioGravatar Wanpeng Li 1-0/+5
2014-09-24kvm-vfio: do not use module_initGravatar Paolo Bonzini 1-2/+2
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyGravatar Will Deacon 1-7/+15
2014-02-26kvm/vfio: Support for DMA coherent IOMMUsGravatar Alex Williamson 1-7/+20
2014-01-15kvm: vfio: silence GCC warningGravatar Paul Bolle 1-3/+3
2013-10-30kvm: Create non-coherent DMA registerationGravatar Alex Williamson 1-0/+44
2013-10-30kvm: Add VFIO deviceGravatar Alex Williamson 1-0/+220