aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-1094/+1208
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini1-26/+43
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky1-8/+3
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 Ostrovsky1-0/+10
2020-01-30x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-57/+28
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-27KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson1-3/+3
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson1-2/+2
2020-01-27KVM: x86/mmu: Enforce max_level on HugeTLB mappingsSean Christopherson1-2/+3
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: X86: Drop x86_set_memory_region()Peter Xu2-17/+12
2020-01-27KVM: X86: Don't take srcu lock in init_rmode_identity_map()Peter Xu1-7/+3
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
2020-01-27KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson1-0/+39
2020-01-27KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()Sean Christopherson1-2/+17
2020-01-27Revert "KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu()"Paolo Bonzini1-7/+0
2020-01-27KVM: apic: short-circuit kvm_apic_accept_pic_intr() when pic intr is acceptedMiaohe Lin1-4/+3
2020-01-27KVM: x86: avoid clearing pending exception event twiceMiaohe Lin1-1/+0
2020-01-27KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacksMarios Pomonis1-8/+16
2020-01-27KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis1-2/+6
2020-01-27KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF attacksMarios Pomonis1-25/+32
2020-01-27KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacksMarios Pomonis1-2/+14
2020-01-27KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.cMarios Pomonis1-2/+8
2020-01-27KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF attacksMarios Pomonis1-4/+14
2020-01-27KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() from Spectre-v1/L1TF attacksMarios Pomonis1-2/+6
2020-01-27KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+9
2020-01-27KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-0/+1
2020-01-27KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis1-6/+8
2020-01-27KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis1-1/+5
2020-01-27KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacksMarios Pomonis1-4/+6