summaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)AuthorLines
2022-06-09KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blockingMaxim Levitsky-2/+6
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini-188/+146
2022-06-07KVM: Don't null dereference ops->destroyAlexey Kardashevskiy-1/+4
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-186/+143
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+2
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-13/+34
2022-05-20KVM: Free new dirty bitmap if creating a new memslot failsSean Christopherson-1/+1
2022-05-20KVM: eventfd: Fix false positive RCU usage warningWanpeng Li-1/+2
2022-05-17kvm/vfio: Fix potential deadlock problem in vfioWan Jiabing-1/+1
2022-05-13kvm/vfio: Remove vfio_group from kvmJason Gunthorpe-43/+8
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe-8/+8
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe-8/+8
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe-18/+1
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe-25/+12
2022-05-13kvm/vfio: Store the struct file in the kvm_vfio_groupJason Gunthorpe-30/+29
2022-05-13kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functionsJason Gunthorpe-101/+124
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson-1/+2
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini-0/+1
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini-0/+1
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang-3/+24
2022-04-21KVM: SPDX style and spelling fixesTom Rix-4/+4
2022-04-21KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefSean Christopherson-6/+6
2022-04-08Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-2/+8
2022-04-07KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton-2/+8
2022-04-06KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini-1/+1
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse-33/+8
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson-7/+7
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson-8/+13
2022-04-02KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse-0/+1
2022-03-29Revert "KVM: set owner of cpu and vm file operations"David Matlack-4/+2
2022-03-29KVM: Prevent module exit until all VMs are freedDavid Matlack-0/+13
2022-03-11KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGuo Ren-1/+1
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini-2/+2
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini-3/+1
2022-03-01KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson-5/+0
2022-02-25KVM: Move VM's worker kthreads back to the original cgroup before exiting.Vipin Sharma-1/+21
2022-02-17KVM: Fix lockdep false negative during host resumeWanpeng Li-3/+1
2022-02-10KVM: Remove unused "kvm" of kvm_make_vcpu_request()Jinrong Liang-5/+4
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-9/+7
2022-01-28KVM: eventfd: Fix false positive RCU usage warningHou Wenlong-4/+4
2022-01-26Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson-1/+0
2022-01-24KVM: remove async parameter of hva_to_pfn_remapped()Xianting Tian-4/+3
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+2
2022-01-19KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson-2/+0
2022-01-19KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson-1/+0
2022-01-19KVM: avoid warning on s390 in mark_page_dirtyChristian Borntraeger-0/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-475/+1028
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+44
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse-27/+395
2022-01-07KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse-10/+6