aboutsummaryrefslogtreecommitdiffstats
path: root/virt
AgeCommit message (Expand)Author
2022-08-25KVM: Unconditionally get a ref to /dev/kvm module when creating a VMSean Christopherson
2022-08-17KVM: Don't set Accessed/Dirty bits for ZERO_PAGESean Christopherson
2022-08-17KVM: Do not incorporate page offset into gfn=>pfn cache user addressSean Christopherson
2022-08-17KVM: Fix multiple races in gfn=>pfn cache refreshSean Christopherson
2022-08-17KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson
2022-08-17KVM: Put the extra pfn reference when reusing a pfn in the gpc cacheSean Christopherson
2022-08-17KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helperSean Christopherson
2022-06-09KVM: x86: disable preemption around the call to kvm_arch_vcpu_{un|}blockingMaxim Levitsky
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini
2022-06-07KVM: Don't null dereference ops->destroyAlexey Kardashevskiy
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-05-20KVM: Free new dirty bitmap if creating a new memslot failsSean Christopherson
2022-05-20KVM: eventfd: Fix false positive RCU usage warningWanpeng Li
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
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-04-21KVM: SPDX style and spelling fixesTom Rix
2022-04-21KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefSean Christopherson
2022-04-08Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-04-07KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton
2022-04-06KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson
2022-04-02KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse
2022-03-29Revert "KVM: set owner of cpu and vm file operations"David Matlack
2022-03-29KVM: Prevent module exit until all VMs are freedDavid Matlack
2022-03-11KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGuo Ren
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-01KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson
2022-02-25KVM: Move VM's worker kthreads back to the original cgroup before exiting.Vipin Sharma
2022-02-17KVM: Fix lockdep false negative during host resumeWanpeng Li
2022-02-10KVM: Remove unused "kvm" of kvm_make_vcpu_request()Jinrong Liang
2022-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-28KVM: eventfd: Fix false positive RCU usage warningHou Wenlong
2022-01-26Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson
2022-01-24KVM: remove async parameter of hva_to_pfn_remapped()Xianting Tian
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds