summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* x86/kvm/vmx: fix old-style function declarationYi Wang2018-12-171-4/+4
* KVM: x86: fix empty-body warningsYi Wang2018-12-171-1/+1
* svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang2018-12-081-8/+11
* KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li2018-12-051-1/+2
* KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon2018-12-051-0/+1
* kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson2018-12-051-5/+15
* kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-12-051-18/+9
* x86/bugs: Add AMD's SPEC_CTRL MSR usageKonrad Rzeszutek Wilk2018-12-052-5/+13
* x86/bugs: Add AMD's variant of SSB_NOKonrad Rzeszutek Wilk2018-12-051-1/+1
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-11-131-2/+5
* kvm: x86: fix WARN due to uninitialized guest FPU statePeter Xu2018-11-041-3/+3
* KVM: x86: Update the exit_qualification access bits while walking an addressKarimAllah Ahmed2018-11-041-2/+9
* x86/kvm/lapic: always disable MMIO interface in x2APIC modeVitaly Kuznetsov2018-10-181-3/+19
* KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson2018-10-131-4/+20
* KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson2018-09-191-2/+2
* x86: kvm: avoid unused variable warningArnd Bergmann2018-09-151-3/+1
* kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid2018-09-152-7/+44
* kvm: nVMX: Fix fault vector for VMX operation at CPL > 0Jim Mattson2018-09-151-2/+2
* KVM: vmx: track host_state.loaded using a loaded_vmcs pointerSean Christopherson2018-09-151-7/+15
* KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini2018-09-091-10/+16
* x86/kvm/vmx: Remove duplicate l1d flush definitionsJosh Poimboeuf2018-09-051-3/+0
* KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabledThomas Gleixner2018-09-051-4/+4
* KVM: vmx: use local variable for current_vmptr when emulating VMPTRSTSean Christopherson2018-09-051-8/+7
* KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentryPaolo Bonzini2018-08-152-3/+26
* x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentryPaolo Bonzini2018-08-151-0/+10
* KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSRPaolo Bonzini2018-08-151-1/+3
* KVM: X86: Allow userspace to define the microcode versionWanpeng Li2018-08-153-5/+11
* KVM: X86: Introduce kvm_get_msr_feature()Wanpeng Li2018-08-151-3/+15
* KVM: SVM: Add MSR-based feature support for serializing LFENCETom Lendacky2018-08-152-1/+36
* KVM: x86: Add a framework for supporting MSR-based featuresTom Lendacky2018-08-153-5/+82
* x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()Nicolai Stange2018-08-151-1/+0
* x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1dNicolai Stange2018-08-151-4/+13
* x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()Nicolai Stange2018-08-151-4/+6
* x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'Nicolai Stange2018-08-151-5/+5
* x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()Nicolai Stange2018-08-151-7/+7
* x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' contentNicolai Stange2018-08-151-3/+14
* x86/bugs, kvm: Introduce boot-time control of L1TF mitigationsJiri Kosina2018-08-151-13/+43
* x86/kvm: Allow runtime control of L1D flushThomas Gleixner2018-08-151-5/+8
* x86/kvm: Serialize L1D flush parameter setterThomas Gleixner2018-08-151-2/+6
* x86/kvm: Add static key for flush alwaysThomas Gleixner2018-08-151-5/+11
* x86/kvm: Move l1tf setup functionThomas Gleixner2018-08-151-46/+77
* x86/l1tf: Handle EPT disabled state properThomas Gleixner2018-08-151-18/+26
* x86/kvm: Drop L1TF MSR list approachThomas Gleixner2018-08-151-36/+7
* x86/litf: Introduce vmx status variableThomas Gleixner2018-08-151-11/+11
* x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if requiredKonrad Rzeszutek Wilk2018-08-151-5/+37
* x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRsKonrad Rzeszutek Wilk2018-08-151-8/+14
* x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accountingKonrad Rzeszutek Wilk2018-08-151-10/+19
* x86/KVM/VMX: Add find_msr() helper functionKonrad Rzeszutek Wilk2018-08-151-13/+18
* x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbersKonrad Rzeszutek Wilk2018-08-151-30/+35
* x86/KVM/VMX: Add L1D flush logicPaolo Bonzini2018-08-153-1/+30