summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2020-09-23KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li
2020-06-20KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson
2020-05-02KVM: VMX: Enable machine check support for 32bit targetsUros Bizjak
2020-04-02KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson
2020-02-28KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton
2020-02-28KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton
2020-02-28KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini
2020-02-28KVM: x86: emulate RDPIDPaolo Bonzini
2020-02-14KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin
2019-11-28KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak
2019-11-16KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-11-16KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings
2019-10-17KVM: nVMX: handle page fault in vmread fixJack Wang
2019-09-21KVM: nVMX: handle page fault in vmreadPaolo Bonzini
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