summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
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-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
2022-01-19KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson
2022-01-19KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson
2022-01-19KVM: avoid warning on s390 in mark_page_dirtyChristian Borntraeger
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse
2022-01-07KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse
2021-12-09KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse
2021-12-09KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse
2021-12-08KVM: Add helpers to wake/query blocking vCPUSean Christopherson
2021-12-08KVM: Don't redo ktime_get() when calculating halt-polling stop/deadlineSean Christopherson
2021-12-08KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang
2021-12-08KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson
2021-12-08KVM: Don't block+unblock when halt-polling is successfulSean Christopherson
2021-12-08KVM: Reconcile discrepancies in halt-polling statsSean Christopherson
2021-12-08KVM: Refactor and document halt-polling stats update helperSean Christopherson
2021-12-08KVM: Update halt-polling stats if and only if halt-polling was attemptedSean Christopherson
2021-12-08KVM: Force PPC to define its own rcuwait objectSean Christopherson
2021-12-08KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson
2021-12-08KVM: Avoid atomic operations when kicking the running vCPUPaolo Bonzini