| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-25 | VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment() | Sean Christopherson | 1 | -3/+0 |
| 2024-11-27 | Merge tag 'vfio-v6.13-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 1 | -1/+1 |
| 2024-11-03 | fdget(), more trivial conversions | Al Viro | 1 | -4/+2 |
| 2024-11-03 | fdget(), trivial conversions | Al Viro | 1 | -6/+2 |
| 2024-10-30 | kvm/vfio: Constify struct kvm_device_ops | Christophe JAILLET | 1 | -1/+1 |
| 2024-08-12 | introduce fd_file(), convert all accessors to it. | Al Viro | 1 | -4/+4 |
| 2024-04-25 | KVM: Treat the device list as an rculist | Oliver Upton | 1 | -0/+2 |
| 2023-08-03 | kvm/vfio: avoid bouncing the mutex when adding and deleting groups | Dmitry Torokhov | 1 | -17/+9 |
| 2023-08-03 | kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add() | Dmitry Torokhov | 1 | -1/+1 |
| 2023-07-25 | kvm/vfio: Accept vfio device file from userspace | Yi Liu | 1 | -6/+6 |
| 2023-07-25 | kvm/vfio: Prepare for accepting vfio device fd | Yi Liu | 1 | -57/+58 |
| 2023-07-25 | vfio: Refine vfio file kAPIs for KVM | Yi Liu | 1 | -5/+5 |
| 2023-01-20 | kvm/vfio: Fix potential deadlock on vfio group_lock | Yi Liu | 1 | -3/+3 |
| 2022-10-07 | vfio: Hold a reference to the iommu_group in kvm for SPAPR | Jason Gunthorpe | 1 | -11/+14 |
| 2022-10-07 | vfio: Add vfio_file_is_group() | Jason Gunthorpe | 1 | -2/+18 |
| 2022-05-17 | kvm/vfio: Fix potential deadlock problem in vfio | Wan Jiabing | 1 | -1/+1 |
| 2022-05-13 | kvm/vfio: Remove vfio_group from kvm | Jason Gunthorpe | 1 | -43/+8 |
| 2022-05-13 | vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm() | Jason Gunthorpe | 1 | -8/+8 |
| 2022-05-13 | vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent() | Jason Gunthorpe | 1 | -8/+8 |
| 2022-05-13 | vfio: Remove vfio_external_group_match_file() | Jason Gunthorpe | 1 | -18/+1 |
| 2022-05-13 | vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group() | Jason Gunthorpe | 1 | -25/+12 |
| 2022-05-13 | kvm/vfio: Store the struct file in the kvm_vfio_group | Jason Gunthorpe | 1 | -30/+29 |
| 2022-05-13 | kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions | Jason Gunthorpe | 1 | -101/+124 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-02-20 | kvm: Add memcg accounting to KVM allocations | Ben Gardon | 1 | -2/+2 |
| 2017-06-28 | vfio: New external user group/file match | Alex Williamson | 1 | -8/+19 |
| 2017-06-28 | kvm-vfio: Decouple only when we match a group | Alex Williamson | 1 | -7/+6 |
| 2017-04-20 | KVM: PPC: VFIO: Add in-kernel acceleration for VFIO | Alexey Kardashevskiy | 1 | -0/+105 |
| 2016-12-01 | kvm: set/clear kvm to/from vfio_group when group add/delete | Jike Song | 1 | -0/+18 |
| 2015-07-10 | KVM: count number of assigned devices | Paolo Bonzini | 1 | -0/+5 |
| 2014-10-24 | kvm: vfio: fix unregister kvm_device_ops of vfio | Wanpeng Li | 1 | -0/+5 |
| 2014-09-24 | kvm-vfio: do not use module_init | Paolo Bonzini | 1 | -2/+2 |
| 2014-09-17 | KVM: VFIO: register kvm_device_ops dynamically | Will Deacon | 1 | -7/+15 |
| 2014-02-26 | kvm/vfio: Support for DMA coherent IOMMUs | Alex Williamson | 1 | -7/+20 |
| 2014-01-15 | kvm: vfio: silence GCC warning | Paul Bolle | 1 | -3/+3 |
| 2013-10-30 | kvm: Create non-coherent DMA registeration | Alex Williamson | 1 | -0/+44 |
| 2013-10-30 | kvm: Add VFIO device | Alex Williamson | 1 | -0/+220 |