summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-0/+1
|\
| * KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-0/+1
* | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-3/+24
* | KVM: SPDX style and spelling fixesTom Rix2022-04-213-4/+4
* | KVM: Initialize debugfs_dentry when a VM is created to avoid NULL derefSean Christopherson2022-04-211-6/+6
|/
* Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-04-081-2/+8
|\
| * KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton2022-04-071-2/+8
* | KVM: avoid NULL pointer dereference in kvm_dirty_ring_pushPaolo Bonzini2022-04-061-1/+1
|/
* KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-33/+8
* KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-021-7/+7
* KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-022-8/+13
* KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse2022-04-021-0/+1
* Revert "KVM: set owner of cpu and vm file operations"David Matlack2022-03-291-4/+2
* KVM: Prevent module exit until all VMs are freedDavid Matlack2022-03-291-0/+13
* KVM: compat: riscv: Prevent KVM_COMPAT from being selectedGuo Ren2022-03-111-1/+1
* KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-03-081-2/+2
* Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-041-3/+1
|\
| * KVM: Fix lockdep false negative during host resumeWanpeng Li2022-02-171-3/+1
* | KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson2022-03-011-5/+0
* | KVM: Move VM's worker kthreads back to the original cgroup before exiting.Vipin Sharma2022-02-251-1/+21
* | KVM: Remove unused "kvm" of kvm_make_vcpu_request()Jinrong Liang2022-02-101-5/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-282-9/+7
|\
| * KVM: eventfd: Fix false positive RCU usage warningHou Wenlong2022-01-281-4/+4
| * Revert "KVM: SVM: avoid infinite loop on NPF from bad address"Sean Christopherson2022-01-261-1/+0
| * KVM: remove async parameter of hva_to_pfn_remapped()Xianting Tian2022-01-241-4/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-221-3/+2
|\|
| * KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmxSean Christopherson2022-01-191-2/+0
| * KVM: Drop unused kvm_vcpu.pre_pcpu fieldSean Christopherson2022-01-191-1/+0
| * KVM: avoid warning on s390 in mark_page_dirtyChristian Borntraeger2022-01-191-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-168-475/+1028
|\|
| * KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-077-27/+395
| * KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse2022-01-072-10/+6
| * KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse2021-12-091-0/+13
| * KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse2021-12-092-2/+5
| * KVM: Add helpers to wake/query blocking vCPUSean Christopherson2021-12-082-7/+3
| * KVM: Don't redo ktime_get() when calculating halt-polling stop/deadlineSean Christopherson2021-12-081-1/+1
| * KVM: stats: Add stat to detect if vcpu is currently blockingJing Zhang2021-12-081-0/+4
| * KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()Sean Christopherson2021-12-081-16/+36
| * KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-081-11/+9
| * KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
| * KVM: Don't block+unblock when halt-polling is successfulSean Christopherson2021-12-081-3/+4
| * KVM: Reconcile discrepancies in halt-polling statsSean Christopherson2021-12-081-19/+16
| * KVM: Refactor and document halt-polling stats update helperSean Christopherson2021-12-081-7/+13
| * KVM: Update halt-polling stats if and only if halt-polling was attemptedSean Christopherson2021-12-081-3/+5
| * KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-082-4/+7
| * KVM: s390: Ensure kvm_arch_no_poll() is read once when blocking vCPUSean Christopherson2021-12-081-2/+3
| * KVM: Avoid atomic operations when kicking the running vCPUPaolo Bonzini2021-12-081-1/+14
| * KVM: x86/mmu: Propagate memslot const qualifierBen Gardon2021-12-081-6/+6
| * KVM: Dynamically allocate "new" memslots from the get-goSean Christopherson2021-12-081-101/+77
| * KVM: Wait 'til the bitter end to initialize the "new" memslotSean Christopherson2021-12-081-17/+20