summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-241-7/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-54/+36
|\
| * Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson2019-05-151-25/+0
| * KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson2019-04-301-7/+5
| * KVM: x86: Omit caching logic for always-available GPRsSean Christopherson2019-04-301-1/+1
| * KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed2019-04-301-3/+2
| * X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed2019-04-301-9/+5
| * KVM: vmx: clean up some debug outputDan Carpenter2019-04-301-2/+2
| * KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson2019-04-301-3/+2
| * KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-301-2/+4
| * KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon2019-04-301-0/+6
| * KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-04-161-1/+1
| * KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini2019-04-161-1/+0
| * KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini2019-04-161-2/+10
* | Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-2/+5
|\ \
| * | Documentation: Move L1TF to separate directoryThomas Gleixner2019-03-061-2/+2
| * | x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2019-03-061-0/+3
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-1/+1
|\ \ \
| * | | x86/pkeys: Provide *pkru() helpersSebastian Andrzej Siewior2019-04-111-1/+1
* | | | KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2019-04-271-3/+0
* | | | KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-181-1/+3
| |_|/ |/| |
* | | KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-161-2/+0
* | | KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-161-1/+1
* | | KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon2019-04-161-0/+25
* | | x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-161-0/+4
* | | KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-161-1/+1
|/ /
* | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-281-13/+0
* | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)Singh, Brijesh2019-03-281-0/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-151-153/+35
|\ \ | |/ |/|
| * kvm: vmx: fix formatting of a commentPaolo Bonzini2019-03-151-5/+5
| * kvm: vmx: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-9/+18
| * KVM: x86: cleanup freeing of nested statePaolo Bonzini2019-02-201-1/+0
| * KVM: x86: Sync the pending Posted-InterruptsLuwei Kang2019-02-201-15/+11
| * KVM: VMX: Call vCPU-run asm sub-routine from C and remove clobberingSean Christopherson2019-02-201-15/+4
| * KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson2019-02-201-4/+1
| * KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2019-02-201-4/+4
| * KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2019-02-201-7/+6
| * KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2019-02-201-1/+1
| * KVM: VMX: Fold __vmx_vcpu_run() back into vmx_vcpu_run()Sean Christopherson2019-02-201-32/+27
| * KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson2019-02-201-137/+1
| * KVM: VMX: Create a stack frame in vCPU-runSean Christopherson2019-02-201-1/+1
| * KVM: VMX: Use #defines in place of immediates in VM-Enter inline asmSean Christopherson2019-02-201-52/+61
| * KVM: VMX: Use vcpu->arch.regs directly when saving/loading guest stateSean Christopherson2019-02-121-24/+29
| * KVM: VMX: Don't save guest registers after VM-FailSean Christopherson2019-02-121-12/+23
| * KVM: VMX: Invert the ordering of saving guest/host scratch reg at VM-EnterSean Christopherson2019-02-121-5/+7
| * KVM: VMX: Pass "launched" directly to the vCPU-run asm blobSean Christopherson2019-02-121-7/+6
| * KVM: VMX: Update VMCS.HOST_RSP via helper C functionSean Christopherson2019-02-121-25/+26
| * KVM: VMX: Load/save guest CR2 via C code in __vmx_vcpu_run()Sean Christopherson2019-02-121-11/+5
| * KVM: nVMX: Cache host_rsp on a per-VMCS basisSean Christopherson2019-02-121-7/+6
| * KVM: VMX: Let the compiler save/load RDX during vCPU-runSean Christopherson2019-02-121-4/+4