summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/vmenter.S
AgeCommit message (Expand)AuthorFilesLines
2022-11-22Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-51/+209
2022-11-09KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini1-3/+116
2022-11-09KVM: SVM: restore host save area from assemblyPaolo Bonzini1-0/+17
2022-11-09KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini1-11/+38
2022-11-09KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini1-10/+10
2022-11-09KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini1-19/+19
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini1-18/+19
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner1-0/+1
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra1-0/+18
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-2/+2
2021-03-15KVM/SVM: Move vmenter.S exception fixups out of lineUros Bizjak1-15/+20
2021-03-15KVM: SVM: move VMLOAD/VMSAVE to C codePaolo Bonzini1-13/+1
2020-12-15KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guestsTom Lendacky1-0/+50
2020-07-09x86/kvm/svm: Move guest enter/exit into .noinstr.textThomas Gleixner1-1/+1
2020-04-15KVM: SVM: Do not setup frame pointer in __svm_vcpu_runUros Bizjak1-1/+0
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini1-0/+9
2020-04-03KVM: SVM: Split svm_vcpu_run inline assembly to separate fileUros Bizjak1-0/+162