summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-05-24KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini1-7/+19
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+36
2019-05-15Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson1-25/+0
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+5
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2019-04-30KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson1-7/+5
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson1-1/+1
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed1-3/+2
2019-04-30X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed1-9/+5
2019-04-30KVM: vmx: clean up some debug outputDan Carpenter1-2/+2
2019-04-30KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson1-3/+2
2019-04-30KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson1-2/+4
2019-04-30KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon1-0/+6
2019-04-27KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe1-3/+0
2019-04-18KVM: lapic: Track lapic timer advance per vCPUSean Christopherson1-1/+3
2019-04-16KVM: x86: optimize check for valid PAT valuePaolo Bonzini1-1/+1
2019-04-16KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini1-1/+0
2019-04-16KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini1-2/+10
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson1-2/+0
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson1-1/+1
2019-04-16KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon1-0/+25
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao1-0/+4
2019-04-16KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini1-1/+1
2019-04-11x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior1-1/+1
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson1-13/+0
2019-03-28KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh1-0/+6
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-153/+35
2019-03-15kvm: vmx: fix formatting of a commentPaolo Bonzini1-5/+5
2019-03-06Documentation: Move L1TF to separate directoryThomas Gleixner1-2/+2
2019-03-06x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner1-0/+3
2019-02-20kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon1-9/+18
2019-02-20KVM: x86: cleanup freeing of nested statePaolo Bonzini1-1/+0
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang1-15/+11
2019-02-20KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson1-15/+4
2019-02-20KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson1-4/+1
2019-02-20KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson1-4/+4
2019-02-20KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson1-7/+6
2019-02-20KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson1-1/+1
2019-02-20KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson1-32/+27
2019-02-20KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson1-137/+1
2019-02-20KVM: VMX: Create a stack frame in vCPU-runSean Christopherson1-1/+1
2019-02-20KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson1-52/+61
2019-02-14kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li1-1/+2
2019-02-14KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang1-15/+11
2019-02-12KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest stateSean Christopherson1-24/+29
2019-02-12KVM: VMX: Don't save guest registers after VM-FailSean Christopherson1-12/+23
2019-02-12KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-EnterSean Christopherson1-5/+7
2019-02-12KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson1-7/+6
2019-02-12KVM: VMX: Update VMCS.HOST_RSP via helper C functionSean Christopherson1-25/+26