summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * KVM: Add a comment describing the /dev/kvm no_compat handlingMarc Zyngier2019-11-151-0/+7
| * KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=nMarc Zyngier2019-11-131-1/+7
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-121-14/+34
| |\
| | * KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-121-3/+23
| | * KVM: fix placement of refcount initializationPaolo Bonzini2019-11-111-2/+2
| | * KVM: Fix NULL-ptr deref after kvm_create_vm failsPaolo Bonzini2019-11-111-9/+9
| * | kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-041-0/+28
| * | kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-041-0/+84
| |/
| * kvm: call kvm_arch_destroy_vm if vm creation failsJim Mattson2019-10-311-5/+7
| * kvm: Allocate memslots and buses before calling kvm_arch_init_vmJim Mattson2019-10-251-19/+21
* | Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2019-11-211-3/+3
|\ \
| * | KVM: Allow kvm_device_ops to be constSteven Price2019-10-211-3/+3
* | | KVM: remember position in kvm->vcpus arrayRadim Krčmář2019-11-151-2/+3
* | | KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-221-2/+14
| |/ |/|
* | KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabledWanpeng Li2019-10-221-13/+16
|/
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-3/+7
* KVM: Call kvm_arch_vcpu_blocking early into the blocking sequenceMarc Zyngier2019-08-181-4/+3
* kvm: remove unnecessary PageReserved checkPaolo Bonzini2019-08-091-2/+1
* KVM: no need to check return value of debugfs_create functionsGreg KH2019-08-051-16/+5
* KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-3/+2