summaryrefslogtreecommitdiff
path: root/virt/kvm/vfio.c
AgeCommit message (Expand)Author
2024-04-25KVM: Treat the device list as an rculistOliver Upton
2023-08-03kvm/vfio: avoid bouncing the mutex when adding and deleting groupsDmitry Torokhov
2023-08-03kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()Dmitry Torokhov
2023-07-25kvm/vfio: Accept vfio device file from userspaceYi Liu
2023-07-25kvm/vfio: Prepare for accepting vfio device fdYi Liu
2023-07-25vfio: Refine vfio file kAPIs for KVMYi Liu
2023-01-20kvm/vfio: Fix potential deadlock on vfio group_lockYi Liu
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe
2022-05-17kvm/vfio: Fix potential deadlock problem in vfioWan Jiabing
2022-05-13kvm/vfio: Remove vfio_group from kvmJason Gunthorpe
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe
2022-05-13kvm/vfio: Store the struct file in the kvm_vfio_groupJason Gunthorpe
2022-05-13kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsJason Gunthorpe
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-20kvm: Add memcg accounting to KVM allocationsBen Gardon
2017-06-28vfio: New external user group/file matchAlex Williamson
2017-06-28kvm-vfio: Decouple only when we match a groupAlex Williamson
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy
2016-12-01kvm: set/clear kvm to/from vfio_group when group add/deleteJike Song
2015-07-10KVM: count number of assigned devicesPaolo Bonzini
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-02-26kvm/vfio: Support for DMA coherent IOMMUsAlex Williamson
2014-01-15kvm: vfio: silence GCC warningPaul Bolle
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson
2013-10-30kvm: Add VFIO deviceAlex Williamson