aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+4
2022-06-07KVM: Don't null dereference ops->destroyGravatar Alexey Kardashevskiy 1-1/+4
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-186/+143
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+2
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Gravatar Paolo Bonzini 3-13/+34
2022-05-20KVM: Free new dirty bitmap if creating a new memslot failsGravatar Sean Christopherson 1-1/+1
2022-05-20KVM: eventfd: Fix false positive RCU usage warningGravatar Wanpeng Li 1-1/+2
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
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Gravatar Sean Christopherson 1-1/+2
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADGravatar Paolo Bonzini 1-0/+1
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTGravatar Paolo Bonzini 1-0/+1
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesGravatar Mingwei Zhang 1-3/+24
2022-04-21KVM: SPDX style and spelling fixesGravatar Tom Rix 3-4/+4
2022-04-21KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefGravatar Sean Christopherson 1-6/+6
2022-04-08Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 1-2/+8
2022-04-07KVM: Don't create VM debugfs files outside of the VM directoryGravatar Oliver Upton 1-2/+8
2022-04-06KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushGravatar Paolo Bonzini 1-1/+1
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyGravatar David Woodhouse 1-33/+8
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostGravatar Sean Christopherson 1-7/+7
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdGravatar Sean Christopherson 2-8/+13
2022-04-02KVM: avoid double put_page with gfn-to-pfn cacheGravatar David Woodhouse 1-0/+1
2022-03-29Revert "KVM: set owner of cpu and vm file operations"Gravatar David Matlack 1-4/+2
2022-03-29KVM: Prevent module exit until all VMs are freedGravatar David Matlack 1-0/+13
2022-03-11KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGravatar Guo Ren 1-1/+1
2022-03-08KVM: use __vcalloc for very large allocationsGravatar Paolo Bonzini 1-2/+2
2022-03-04Merge branch 'kvm-bugfixes' into HEADGravatar Paolo Bonzini 1-3/+1
2022-03-01KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersGravatar Sean Christopherson 1-5/+0
2022-02-25KVM: Move VM's worker kthreads back to the original cgroup before exiting.Gravatar Vipin Sharma 1-1/+21
2022-02-17KVM: Fix lockdep false negative during host resumeGravatar Wanpeng Li 1-3/+1
2022-02-10KVM: Remove unused "kvm" of kvm_make_vcpu_request()Gravatar Jinrong Liang 1-5/+4
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-9/+7
2022-01-28KVM: eventfd: Fix false positive RCU usage warningGravatar Hou Wenlong 1-4/+4
2022-01-26Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Gravatar Sean Christopherson 1-1/+0
2022-01-24KVM: remove async parameter of hva_to_pfn_remapped()Gravatar Xianting Tian 1-4/+3
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+2
2022-01-19KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxGravatar Sean Christopherson 1-2/+0
2022-01-19KVM: Drop unused kvm_vcpu.pre_pcpu fieldGravatar Sean Christopherson 1-1/+0
2022-01-19KVM: avoid warning on s390 in mark_page_dirtyGravatar Christian Borntraeger 1-0/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-475/+1028
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+44
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportGravatar David Woodhouse 7-27/+395
2022-01-07KVM: Warn if mark_page_dirty() is called without an active vCPUGravatar David Woodhouse 2-10/+6
2021-12-09KVM: Add Makefile.kvm for common files, use it for x86Gravatar David Woodhouse 1-0/+13