summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2019-01-31KVM: x86: Fix a 4.14 backport regression related to userspace/guest FPUSean Christopherson1-5/+1
2019-01-31KVM: x86: Fix single-step debuggingAlexander Popov1-2/+1
2019-01-17x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel1-21/+13
2019-01-09KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson1-2/+5
2018-12-29KVM: Fix UAF in nested posted interrupt processingCfir Cohen1-0/+2
2018-12-29kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost1-0/+2
2018-12-17x86/kvm/vmx: fix old-style function declarationYi Wang1-4/+4
2018-12-17KVM: x86: fix empty-body warningsYi Wang1-1/+1
2018-12-08svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang1-8/+11
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li1-1/+2
2018-12-05KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon1-0/+1
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson1-5/+15
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-12-05x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2-5/+13
2018-12-05x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk1-1/+1
2018-11-13KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson1-2/+5
2018-11-04kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu1-3/+3
2018-11-04KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed1-2/+9
2018-10-18x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov1-3/+19
2018-10-13KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson1-4/+20
2018-09-19KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson1-2/+2
2018-09-15x86: kvm: avoid unused variable warningArnd Bergmann1-3/+1
2018-09-15kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid2-7/+44
2018-09-15kvm: nVMX: Fix fault vector for VMX operation at CPL > 0Jim Mattson1-2/+2
2018-09-15KVM: vmx: track host_state.loaded using a loaded_vmcs pointerSean Christopherson1-7/+15
2018-09-09KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini1-10/+16
2018-09-05x86/kvm/vmx: Remove duplicate l1d flush definitionsJosh Poimboeuf1-3/+0
2018-09-05KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner1-4/+4
2018-09-05KVM: vmx: use local variable for current_vmptr when emulating VMPTRSTSean Christopherson1-8/+7
2018-08-15KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2-3/+26
2018-08-15x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini1-0/+10
2018-08-15KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini1-1/+3
2018-08-15KVM: X86: Allow userspace to define the microcode versionWanpeng Li3-5/+11
2018-08-15KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li1-3/+15
2018-08-15KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2-1/+36
2018-08-15KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky3-5/+82
2018-08-15x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()Nicolai Stange1-1/+0
2018-08-15x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange1-4/+13
2018-08-15x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()Nicolai Stange1-4/+6
2018-08-15x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'Nicolai Stange1-5/+5
2018-08-15x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()Nicolai Stange1-7/+7
2018-08-15x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' contentNicolai Stange1-3/+14
2018-08-15x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina1-13/+43
2018-08-15x86/kvm: Allow runtime control of L1D flushThomas Gleixner1-5/+8
2018-08-15x86/kvm: Serialize L1D flush parameter setterThomas Gleixner1-2/+6
2018-08-15x86/kvm: Add static key for flush alwaysThomas Gleixner1-5/+11
2018-08-15x86/kvm: Move l1tf setup functionThomas Gleixner1-46/+77
2018-08-15x86/l1tf: Handle EPT disabled state properThomas Gleixner1-18/+26
2018-08-15x86/kvm: Drop L1TF MSR list approachThomas Gleixner1-36/+7
2018-08-15x86/litf: Introduce vmx status variableThomas Gleixner1-11/+11