summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/vmenter.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-51/+209
|\
| * KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-091-3/+116
| * KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-091-0/+17
| * KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini2022-11-091-11/+38
| * KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini2022-11-091-10/+10
| * KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini2022-11-091-19/+19
| * KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini2022-11-091-18/+19
* | x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-171-0/+1
|/
* x86: Add magic AMD return-thunkPeter Zijlstra2022-06-271-0/+18
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-2/+2
* KVM/SVM: Move vmenter.S exception fixups out of lineUros Bizjak2021-03-151-15/+20
* KVM: SVM: move VMLOAD/VMSAVE to C codePaolo Bonzini2021-03-151-13/+1
* KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky2020-12-151-0/+50
* x86/kvm/svm: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-091-1/+1
* KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak2020-04-151-1/+0
* KVM: SVM: move more vmentry code to assemblyPaolo Bonzini2020-04-141-0/+9
* KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak2020-04-031-0/+162