summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmenter.S
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Move IRQ invocation to assembly subroutineSean Christopherson2020-09-281-0/+34
* x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-091-1/+4
* KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instructionUros Bizjak2020-05-151-7/+7
* KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson2020-05-061-0/+3
* KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenterUros Bizjak2020-04-071-6/+2
* KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2020-03-311-0/+58
* KVM: VMX: access regs array in vmenter.S in its natural orderUros Bizjak2020-03-171-7/+7
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-6/+6
* 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