index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
vmenter.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixup! Save registers to xmm to lower baseline counts and avoid timing issues...
Louis Burda
2023-02-06
1
-0
/
+4
*
Set interrupt flag after prime / clear before probe in vmenter
Louis Burda
2023-02-06
1
-13
/
+8
*
Save registers to xmm to lower baseline counts and avoid timing issues with a...
Louis Burda
2023-02-06
1
-46
/
+45
*
Fix stepping inconsistency by moving oneshot after prime
Louis Burda
2023-02-06
1
-12
/
+27
*
Handle instruction loads on page boundaries more cleanly
Louis Burda
2023-02-02
1
-5
/
+1
*
Consistent use of cpc shorthand instead of cachepc
Louis Burda
2023-01-27
1
-12
/
+12
*
Add signalled stepping track mode
Louis Burda
2023-01-26
1
-0
/
+11
*
Use prime returned address for probe
Louis Burda
2023-01-25
1
-4
/
+1
*
Enable single stepping non sev-es guests and long KVM_RUNs to prevent interrupts
Louis Burda
2023-01-23
1
-8
/
+3
*
Implement prime+probe without vcall, move vm pausing
Louis Burda
2023-01-21
1
-58
/
+72
*
Minimize diff to 0aaa1e5 and small restructure
Louis Burda
2023-01-11
1
-6
/
+0
*
Refactor out sevstep into cachepc repository
Louis Burda
2022-10-05
1
-0
/
+0
*
Add page tracking
Louis Burda
2022-10-04
1
-63
/
+66
*
Migrate patch
Louis Burda
2022-09-26
1
-2
/
+89
*
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
2021-12-08
1
-2
/
+2
*
KVM/SVM: Move vmenter.S exception fixups out of line
Uros Bizjak
2021-03-15
1
-15
/
+20
*
KVM: SVM: move VMLOAD/VMSAVE to C code
Paolo Bonzini
2021-03-15
1
-13
/
+1
*
KVM: SVM: Provide an updated VMRUN invocation for SEV-ES guests
Tom Lendacky
2020-12-15
1
-0
/
+50
*
x86/kvm/svm: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
1
-1
/
+1
*
KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
Uros Bizjak
2020-04-15
1
-1
/
+0
*
KVM: SVM: move more vmentry code to assembly
Paolo Bonzini
2020-04-14
1
-0
/
+9
*
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
2020-04-03
1
-0
/
+162