summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/vmenter.S
Commit message (Expand)AuthorAgeFilesLines
* fixup! Save registers to xmm to lower baseline counts and avoid timing issues...Louis Burda2023-02-061-0/+4
* Set interrupt flag after prime / clear before probe in vmenterLouis Burda2023-02-061-13/+8
* Save registers to xmm to lower baseline counts and avoid timing issues with a...Louis Burda2023-02-061-46/+45
* Fix stepping inconsistency by moving oneshot after primeLouis Burda2023-02-061-12/+27
* Handle instruction loads on page boundaries more cleanlyLouis Burda2023-02-021-5/+1
* Consistent use of cpc shorthand instead of cachepcLouis Burda2023-01-271-12/+12
* Add signalled stepping track modeLouis Burda2023-01-261-0/+11
* Use prime returned address for probeLouis Burda2023-01-251-4/+1
* Enable single stepping non sev-es guests and long KVM_RUNs to prevent interruptsLouis Burda2023-01-231-8/+3
* Implement prime+probe without vcall, move vm pausingLouis Burda2023-01-211-58/+72
* Minimize diff to 0aaa1e5 and small restructureLouis Burda2023-01-111-6/+0
* Refactor out sevstep into cachepc repositoryLouis Burda2022-10-051-0/+0
* Add page trackingLouis Burda2022-10-041-63/+66
* Migrate patchLouis Burda2022-09-261-2/+89
* 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