summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2019-03-23KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li
2019-03-23KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson
2019-03-23KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson
2019-02-23KVM: VMX: Fix x2apic check in vmx_msr_bitmap_mode()Joerg Roedel
2019-02-20KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier
2019-01-13x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov
2018-12-17KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky
2018-12-17x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner
2018-12-17x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk
2018-12-17x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk
2018-12-17KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-12-17KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-12-17KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-12-17KVM/x86: Add IBPB supportAshok Raj
2018-12-17KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-12-17KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini
2018-12-17KVM: nVMX: Eliminate vmcs02 poolJim Mattson
2018-12-17KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack
2018-12-17KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář
2018-08-06kvm: x86: vmx: fix vpid leakRoman Kagan
2018-07-25x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini
2018-05-30KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson
2018-04-13KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-02-25KVM: nVMX: invvpid handling improvementsJan Dakinevich
2018-02-25kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson
2018-02-25KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand
2018-02-25KVM: nVMX: kmap() can't failDavid Hildenbrand
2018-02-25x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-25KVM: VMX: Make indirect call speculation safePeter Zijlstra
2018-02-16KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-03KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li
2018-02-03KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon
2018-01-23x86/retpoline: Fill return stack buffer on vmexitDavid Woodhouse
2018-01-17KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig
2018-01-17kvm: vmx: Scrub hardware GPRs at VM-exitJim Mattson
2017-12-25KVM: VMX: Fix enable VPID conditionsWanpeng Li
2017-12-16KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li
2017-12-16kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson
2017-12-16KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig
2017-12-05KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon
2017-11-30KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek
2017-10-18KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang
2017-10-05KVM: VMX: use cmpxchg64Paolo Bonzini
2017-10-05KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang
2017-10-05KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang
2017-10-05kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson
2017-10-05KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr
2017-07-21kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang