summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmenter.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson2019-08-221-2/+2
* x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2Josh Poimboeuf2019-07-181-3/+3
* KVM: VMX: Move RSB stuffing to before the first RET after VM-ExitRick Edgecombe2019-04-271-0/+12
* KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flowSean Christopherson2019-02-201-7/+6
* KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routineSean Christopherson2019-02-201-0/+21
* KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI regSean Christopherson2019-02-201-8/+8
* KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regsSean Christopherson2019-02-201-1/+4
* KVM: VMX: Use RAX as the scratch register during vCPU-runSean Christopherson2019-02-201-38/+38
* KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run()Sean Christopherson2019-02-201-3/+3
* KVM: VMX: Move vCPU-run code to a proper assembly routineSean Christopherson2019-02-201-0/+144
* KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-211-0/+57