summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2018-08-15x86/litf: Introduce vmx status variableThomas Gleixner
2018-08-15x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if requiredKonrad Rzeszutek Wilk
2018-08-15x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRsKonrad Rzeszutek Wilk
2018-08-15x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accountingKonrad Rzeszutek Wilk
2018-08-15x86/KVM/VMX: Add find_msr() helper functionKonrad Rzeszutek Wilk
2018-08-15x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbersKonrad Rzeszutek Wilk
2018-08-15x86/KVM/VMX: Add L1D flush logicPaolo Bonzini
2018-08-15x86/KVM/VMX: Add L1D MSR based flushPaolo Bonzini
2018-08-15x86/KVM/VMX: Add L1D flush algorithmPaolo Bonzini
2018-08-15x86/KVM/VMX: Add module argument for L1TF mitigationKonrad Rzeszutek Wilk
2018-08-15x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being presentKonrad Rzeszutek Wilk
2018-08-06kvm: x86: vmx: fix vpid leakRoman Kagan
2018-06-21x86: Add check for APIC access address for vmentry of L2 guestsKrish Sadhukhan
2018-06-21KVM: X86: fix incorrect reference of trace_kvm_pi_irte_updatehu huajun
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-06-16kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm
2018-05-30KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson
2018-05-30KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao
2018-05-22KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-05-22x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-05-22x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov
2018-05-22x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk
2018-05-22x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-05-22x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-05-22x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-04-26x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-03-08KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini
2018-03-08KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-02-25KVM: VMX: fix page leak in hardware_setup()Jim Mattson
2018-02-22KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmapKarimAllah Ahmed
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed
2018-02-16KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-07KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-07KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-07KVM/x86: Add IBPB supportAshok Raj
2018-02-07x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-07KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-02-07KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini
2018-02-07KVM: nVMX: Eliminate vmcs02 poolJim Mattson
2018-02-07KVM: VMX: Make indirect call speculation safePeter Zijlstra
2018-02-03KVM: x86: emulate #UD while in guest modePaolo Bonzini
2018-02-03KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li
2018-02-03KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was re...Liran Alon
2018-02-03KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failureWanpeng Li
2018-02-03KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon
2018-02-03KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon
2018-01-17x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-01-17KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig