summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-161-0/+6
* KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-281-0/+2
* KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-281-1/+7
* Documentation: Move L1TF to separate directoryThomas Gleixner2019-05-141-2/+2
* x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2019-05-141-0/+3
* KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson2019-05-051-2/+2
* KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson2019-04-201-20/+153
* KVM: x86: nVMX: fix x2APIC VTPR read interceptMarc Orr2019-04-171-1/+1
* KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887)Marc Orr2019-04-171-28/+44
* kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson2019-04-171-3/+7
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-031-14/+0Star
* KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-03-231-3/+9
* KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-03-231-2/+23
* KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-03-231-0/+4
* kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li2019-02-201-1/+2
* x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov2019-02-201-3/+5
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-1/+2
* KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier2019-02-121-0/+1
* KVM/nVMX: Do not validate that posted_intr_desc_addr is page alignedKarimAllah Ahmed2019-01-311-1/+1
* kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder2019-01-311-4/+8
* KVM: nVMX: Free the VMREAD/VMWRITE bitmaps if alloc_kvm_area() failsSean Christopherson2019-01-091-2/+5
* KVM: Fix UAF in nested posted interrupt processingCfir Cohen2018-12-291-0/+2
* x86/kvm/vmx: fix old-style function declarationYi Wang2018-12-171-4/+4
* KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changesLiran Alon2018-12-171-5/+16
* KVM: VMX: re-add ple_gap module parameterLuiz Capitulino2018-12-051-0/+1
* KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz2018-12-051-12/+9Star
* KVM: nVMX: Clear reserved bits of #DB exit qualificationJim Mattson2018-11-131-2/+5
* x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov2018-11-131-7/+8
* KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_t...Vitaly Kuznetsov2018-10-131-1/+5
* kvm: nVMX: fix entry with pending interrupt if APICv is enabledPaolo Bonzini2018-10-041-12/+26
* KVM: VMX: hide flexpriority from guest when disabled at the module levelPaolo Bonzini2018-10-041-1/+5
* KVM: VMX: check for existence of secondary exec controls before accessingSean Christopherson2018-10-041-3/+4
* KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGSLiran Alon2018-10-011-2/+11
* KVM: x86: Do not use kvm_x86_ops->mpx_supported() directlyLiran Alon2018-10-011-1/+1
* KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabledLiran Alon2018-10-011-6/+20
* KVM: x86: never trap MSR_KERNEL_GS_BASEPaolo Bonzini2018-09-241-37/+10Star
* nVMX x86: Check VPID value on vmentry of L2 guestsKrish Sadhukhan2018-09-201-0/+3
* nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2Krish Sadhukhan2018-09-201-1/+5
* KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICvLiran Alon2018-09-201-0/+22
* KVM: VMX: check nested state and CR4.VMXE against SMMPaolo Bonzini2018-09-201-2/+11
* KVM: VMX: use preemption timer to force immediate VMExitSean Christopherson2018-09-201-1/+20
* KVM: VMX: modify preemption timer bit only when arming timerSean Christopherson2018-09-201-29/+32
* KVM: VMX: immediately mark preemption timer expired only for zero valueSean Christopherson2018-09-201-6/+8
* KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2Liran Alon2018-09-071-0/+22
* KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson2018-08-301-8/+8
* KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson2018-08-301-2/+2
* KVM: nVMX: avoid redundant double assignment of nested_run_pendingVitaly Kuznetsov2018-08-301-3/+0Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-261-3/+0Star
|\
| * x86/kvm/vmx: Remove duplicate l1d flush definitionsJosh Poimboeuf2018-08-201-3/+0Star
* | KVM: VMX: fixes for vmentry_l1d_flush module parameterPaolo Bonzini2018-08-221-10/+16