summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2018-04-13KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson
2018-04-13KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr
2018-03-28kvm/x86: fix icebp instruction handlingLinus Torvalds
2018-03-11KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path...Paolo Bonzini
2018-03-11KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini
2018-02-25KVM: nVMX: invvpid handling improvementsJan Dakinevich
2018-02-22X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRsKarimAllah Ahmed
2018-02-17KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2Liran Alon
2018-02-13KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-13KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-13KVM/x86: Add IBPB supportAshok Raj
2018-02-13KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-02-13KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini
2018-02-13KVM: nVMX: Eliminate vmcs02 poolJim Mattson
2018-02-13KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack
2018-02-13KVM: nVMX: vmx_complete_nested_posted_interrupt() can't failDavid Hildenbrand
2018-02-13KVM: nVMX: kmap() can't failDavid Hildenbrand
2018-02-13x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-13KVM: VMX: Make indirect call speculation safePeter Zijlstra
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-17x86/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-25kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson
2017-12-20KVM: nVMX: do not warn when MSR bitmap address is not backedRadim Krčmář
2017-12-14KVM: nVMX: reset nested_run_pending if the vCPU is going to be resetWanpeng Li
2017-12-14kvm: nVMX: VMCLEAR should not cause the vCPU to shut downJim Mattson
2017-12-14KVM: 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-10-05KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini
2017-10-05KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini
2017-10-05KVM: VMX: extract __pi_post_blockPaolo Bonzini
2017-07-21kvm: vmx: allow host to access guest MSR_IA32_BNDCFGSHaozhong Zhang
2017-07-21kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson
2017-07-21kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson
2017-07-21kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson
2017-07-05KVM: nVMX: Fix exception injectionWanpeng Li
2017-05-14KVM: nVMX: do not leak PML full vmexit to L1Ladi Prosek
2017-05-14KVM: nVMX: initialize PML fields in vmcs02Ladi Prosek
2017-05-14Revert "KVM: nested VMX: disable perf cpuid reporting"Jim Mattson
2017-04-21kvm: fix page struct leak in handle_vmonPaolo Bonzini