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