summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-081-3/+11
* KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-4/+14
* KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
* KVM: Drop largepages_enabled and its accessor/mutatorSean Christopherson2020-03-161-13/+0
* KVM: Drop gfn_to_pfn_atomic()Peter Xu2020-03-161-6/+0
* KVM: x86: enable dirty log gradually in small chunksJay Zhou2020-03-161-7/+17
* KVM: Dynamically size memslot array based on number of used slotsSean Christopherson2020-03-161-3/+28
* KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-161-52/+158
* KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-8/+19
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-20/+71
* KVM: Clean up local variable usage in __kvm_set_memory_region()Sean Christopherson2020-03-161-24/+26
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-11/+7
* KVM: Move memslot deletion to helper functionSean Christopherson2020-03-161-29/+46
* KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
* KVM: Move setting of memslot into helper routineSean Christopherson2020-03-161-43/+63
* KVM: Refactor error handling for setting memory regionSean Christopherson2020-03-161-22/+18
* KVM: Explicitly free allocated-but-unused dirty bitmapSean Christopherson2020-03-161-3/+4
* KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-14/+7
* KVM: Don't free new memslot if allocation of said memslot failsSean Christopherson2020-03-161-1/+1
* KVM: Reinstall old memslots if arch preparation failsSean Christopherson2020-03-161-11/+12
* KVM: Disable preemption in kvm_get_running_vcpu()Marc Zyngier2020-02-121-3/+13
* KVM: fix overflow of zero page refcount with ksm runningZhuang Yanying2020-02-051-0/+1
* Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-17/+96
|\
| * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-19/+79
| * x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2020-01-301-5/+24
* | KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson2020-01-271-1/+1
* | KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson2020-01-271-2/+2
* | mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson2020-01-271-0/+10
* | KVM: Return immediately if __kvm_gfn_to_hva_cache_init() failsSean Christopherson2020-01-271-4/+8
* | KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callersSean Christopherson2020-01-271-9/+12
* | KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson2020-01-271-6/+6
* | KVM: Move running VCPU from ARM to common codePaolo Bonzini2020-01-271-1/+24
* | KVM: Add build-time error check on kvm_run sizePeter Xu2020-01-271-0/+1
* | KVM: Remove kvm_read_guest_atomic()Peter Xu2020-01-271-11/+0
* | KVM: Move vcpu->run page allocation out of kvm_vcpu_init()Sean Christopherson2020-01-271-21/+13
* | KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()Sean Christopherson2020-01-271-6/+7
* | KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-14/+2
* | KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* | KVM: Move initialization of preempt notifier to kvm_vcpu_init()Sean Christopherson2020-01-271-2/+1
* | KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()Sean Christopherson2020-01-271-6/+3
* | KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-3/+18
* | KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-0/+6
* | KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+4
* | kvm: Refactor handling of VM debugfs filesMilan Pandurov2020-01-211-71/+71
* | KVM: Fix some writing mistakesMiaohe Lin2020-01-211-1/+1
* | KVM: Fix some grammar mistakesMiaohe Lin2020-01-211-1/+1
* | KVM: Fix some wrong function names in commentMiaohe Lin2020-01-211-1/+1
* | KVM: get rid of var page in kvm_set_pfn_dirty()Miaohe Lin2020-01-081-5/+2
|/
* KVM: Fix jump label out_free_* in kvm_init()Miaohe Lin2019-11-231-4/+3
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-30/+179
|\