1. 150f17b KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw by Uros Bizjak · 4 years ago
  2. 6c44221 KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S by Uros Bizjak · 4 years, 2 months ago
  3. 535f7ef KVM: VMX: Move IRQ invocation to assembly subroutine by Sean Christopherson · 4 years, 3 months ago
  4. 3ebccdf x86/kvm/vmx: Move guest enter/exit into .noinstr.text by Thomas Gleixner · 4 years, 6 months ago
  5. c16312f KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction by Uros Bizjak · 4 years, 8 months ago
  6. c7cb2d6 KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path by Sean Christopherson · 4 years, 8 months ago
  7. da7e423 KVM: VMX: Remove unnecessary exception trampoline in vmx_vmenter by Uros Bizjak · 4 years, 9 months ago
  8. 842f4be KVM: VMX: Add a trampoline to fix VMREAD error handling by Sean Christopherson · 4 years, 9 months ago
  9. bb03911 KVM: VMX: access regs array in vmenter.S in its natural order by Uros Bizjak · 4 years, 10 months ago
  10. 6dcc562 x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* by Jiri Slaby · 5 years ago
  11. b6852ae KVM: VMX: Fix and tweak the comments for VM-Enter by Sean Christopherson · 5 years ago
  12. 19f2d8f x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2 by Josh Poimboeuf · 5 years ago
  13. f2fde6a KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit by Rick Edgecombe · 6 years ago
  14. 4f44c4e KVM: VMX: Reorder clearing of registers in the vCPU-run assembly flow by Sean Christopherson · 6 years ago
  15. 3b895ef KVM: VMX: Preserve callee-save registers in vCPU-run asm sub-routine by Sean Christopherson · 6 years ago
  16. e75c3c3 KVM: VMX: Return VM-Fail from vCPU-run assembly via standard ABI reg by Sean Christopherson · 6 years ago
  17. 77df549 KVM: VMX: Pass @launched to the vCPU-run asm via standard ABI regs by Sean Christopherson · 6 years ago
  18. a62fd5a KVM: VMX: Use RAX as the scratch register during vCPU-run by Sean Christopherson · 6 years ago
  19. ee2fc63 KVM: VMX: Rename ____vmx_vcpu_run() to __vmx_vcpu_run() by Sean Christopherson · 6 years ago
  20. 5e0781d KVM: VMX: Move vCPU-run code to a proper assembly routine by Sean Christopherson · 6 years ago
  21. 453eafb KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines by Sean Christopherson · 6 years ago