aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini39-183/+338
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky2-10/+4
2020-01-30x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky1-21/+30
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky5-22/+103
2020-01-30x86/kvm: Introduce kvm_(un)map_gfn()Boris Ostrovsky2-5/+26
2020-01-30x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-01-30Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini12-24/+121
2020-01-30Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini23-242/+421
2020-01-29KVM: PPC: Book3S PR: Fix -Werror=return-type build failureDavid Michael1-0/+1
2020-01-29KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao1-1/+1
2020-01-28KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integerAlexandru Elisei1-1/+2
2020-01-28KVM: arm64: pmu: Only handle supported event countersEric Auger1-5/+5
2020-01-28KVM: arm64: pmu: Fix chained SW_INCR countersEric Auger1-13/+30
2020-01-28KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabledEric Auger1-29/+33
2020-01-28KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unsetEric Auger1-0/+3
2020-01-27KVM: x86: Use a typedef for fastop functionsSean Christopherson1-7/+7
2020-01-27KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin1-4/+2
2020-01-27KVM: x86: inline memslot_valid_for_gptePaolo Bonzini1-13/+4
2020-01-27KVM: x86/mmu: Use huge pages for DAX-backed filesSean Christopherson1-5/+4
2020-01-27KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()Sean Christopherson1-36/+3
2020-01-27KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()Sean Christopherson2-37/+30
2020-01-27KVM: x86/mmu: Zap any compound page when collapsing sptesSean Christopherson1-1/+1
2020-01-27KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)Sean Christopherson1-10/+3
2020-01-27KVM: x86/mmu: Rely on host page tables to find HugeTLB mappingsSean Christopherson2-70/+29
2020-01-27KVM: x86/mmu: Drop level optimization from fast_page_fault()Sean Christopherson1-4/+3
2020-01-27KVM: x86/mmu: Walk host page tables to find THP mappingsSean Christopherson1-2/+31
2020-01-27KVM: x86/mmu: Refactor THP adjust to prep for changing querySean Christopherson2-24/+23
2020-01-27x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2-0/+15
2020-01-27KVM: Play nice with read-only memslots when querying host page sizeSean Christopherson1-1/+1
2020-01-27KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson4-7/+7
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson6-9/+31
2020-01-27KVM: x86/mmu: Enforce max_level on HugeTLB mappingsSean Christopherson1-2/+3
2020-01-27KVM: Return immediately if __kvm_gfn_to_hva_cache_init() failsSean Christopherson1-4/+8
2020-01-27KVM: Clean up __kvm_gfn_to_hva_cache_init() and its callersSean Christopherson1-9/+12
2020-01-27KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson1-6/+6
2020-01-27kvm/x86: export kvm_vector_hashing_enabled() is unnecessaryPeng Hao1-1/+0
2020-01-27KVM: VMX: remove duplicated segment cache clearMiaohe Lin1-2/+0
2020-01-27Adding 'else' to reduce checking.Haiwei Li1-2/+2
2020-01-27KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan3-1/+11
2020-01-27KVM: remove unused guest_enterAlex Shi1-9/+0
2020-01-27KVM: Move running VCPU from ARM to common codePaolo Bonzini8-50/+34
2020-01-27KVM: X86: Drop x86_set_memory_region()Peter Xu3-18/+12
2020-01-27KVM: X86: Don't take srcu lock in init_rmode_identity_map()Peter Xu1-7/+3
2020-01-27KVM: Add build-time error check on kvm_run sizePeter Xu1-0/+1
2020-01-27KVM: Remove kvm_read_guest_atomic()Peter Xu2-13/+0
2020-01-27x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_evmcs()Vitaly Kuznetsov1-5/+0
2020-01-27KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson2-10/+0
2020-01-27KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRLOliver Upton1-14/+4
2020-01-27KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson1-15/+13
2020-01-27KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson1-6/+3