index
:
sinitax/cachepc
master
Prime+Probe cache-based side-channel attack on AMD SEV-SNP protected virtual machines
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cachepc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify target gfn stepping by tracking a single page
Louis Burda
2023-02-03
2
-11
/
+2
*
Properly implement target gfn stepping
Louis Burda
2023-02-03
8
-45
/
+57
*
qemu-pagestep is quasi-realtime when suppresing slow kernel logging
Louis Burda
2023-02-02
4
-14
/
+49
*
Debug single-stepping on page-boundaries in page_step
Louis Burda
2023-02-02
5
-10
/
+16
*
Set default frequency to 1.5GHz and adjust apic timer divide accordingly
Louis Burda
2023-02-02
3
-4
/
+6
*
Add event batching and handling of instructions loads on page boundaries for ...
Louis Burda
2023-02-02
7
-24
/
+48
*
Add guest provisioning scripts and instructions
Louis Burda
2023-02-01
1
-0
/
+2
*
fixup! Event batching
Louis Burda
2023-02-01
2
-21
/
+17
*
Properly initialize locks
Louis Burda
2023-02-01
2
-0
/
+3
*
Fix build, add more build instructions to README
Louis Burda
2023-02-01
1
-1
/
+1
*
Add track config to TRACK_MODE ioctl and combine TRACK_STEPS_* modes
Louis Burda
2023-01-30
4
-33
/
+42
*
Event batching
Louis Burda
2023-01-30
4
-83
/
+154
*
Make CPC_TRACK_PAGES_RESOLVE the default since no extra overhead
Louis Burda
2023-01-27
5
-21
/
+17
*
Consistent use of cpc shorthand instead of cachepc
Louis Burda
2023-01-27
10
-447
/
+428
*
Add CPC_TRACK_STEPS and make apic reset more robust
Louis Burda
2023-01-27
5
-5
/
+17
*
Added initial qemu-eviction and qemu-pagestep
Louis Burda
2023-01-27
5
-28
/
+40
*
Basic qemu eviction test with signalled stepping and added rip syscall
Louis Burda
2023-01-26
6
-84
/
+97
*
Use mfence instead of lfence for memory barrier
Louis Burda
2023-01-25
3
-3
/
+6
*
Debug copy_to_user occasionally failing in kvm-step
Louis Burda
2023-01-25
3
-31
/
+24
*
Remove cachepc objects from kvm-amd module
Louis Burda
2023-01-25
5
-35
/
+37
*
Replace bloated cache_ds alloc method
Louis Burda
2023-01-25
6
-470
/
+83
*
Create flat binaries to support more complex guests
Louis Burda
2023-01-24
1
-1
/
+0
*
Page track support (without speculation)
Louis Burda
2023-01-24
2
-19
/
+19
*
Remove unused ioctls
Louis Burda
2023-01-23
1
-43
/
+0
*
Use 16-bit realmode assembly for guests (!)
Louis Burda
2023-01-23
5
-11
/
+99
*
Reimplement test and prime+probe in asm, make self-tests harder and improve n...
Louis Burda
2023-01-21
7
-426
/
+290
*
Stash asm version of hwpf test
Louis Burda
2023-01-19
4
-21
/
+85
*
Many fixes, more precise single-stepping and more robust self-tests
Louis Burda
2023-01-19
5
-342
/
+256
*
Fixup kvm-eviction and refactor kvm-step
Louis Burda
2023-01-17
6
-108
/
+211
*
Fix kvm-eviction kvm & sev support
Louis Burda
2023-01-11
3
-22
/
+27
*
Restructuring of kernel changes
Louis Burda
2023-01-11
2
-12
/
+4
*
Stash fixups
Louis Burda
2023-01-10
3
-173
/
+3
*
Begin ioctl and test-case overhaul
Louis Burda
2023-01-10
4
-364
/
+139
*
Stash minor fixes
Louis Burda
2023-01-09
2
-13
/
+22
*
Stash previous changes
Louis Burda
2023-01-05
2
-2
/
+4
*
Fix page fault handling and investigate exec stepping with minimal vm
Louis Burda
2022-12-19
5
-65
/
+127
*
Adding support for exec based tracking (unstable)
Louis Burda
2022-12-11
7
-160
/
+216
*
Implement VMSA change based single stepping and guest vmmcall intercept among...
Louis Burda
2022-11-25
7
-52
/
+80
*
Add program to verify SVME bit is set during VMRUN
Louis Burda
2022-11-22
4
-3
/
+27
*
Improved single stepping and added initial cpuid events
Louis Burda
2022-11-22
7
-30
/
+86
*
APIC single stepping working
Louis Burda
2022-11-16
2
-4
/
+8
*
Various fixes and improvements
Louis Burda
2022-11-15
4
-24
/
+80
*
Rename files
Louis Burda
2022-11-15
5
-2
/
+2
*
Rename sevstep to cachepc tracking
Louis Burda
2022-11-12
5
-40
/
+40
*
Rename uspt to cachepc events
Louis Burda
2022-11-12
6
-189
/
+177
*
Implement track mode instead of just cachepc_track_single_step
Louis Burda
2022-11-12
4
-48
/
+68
*
Try decrypting guest vmsa for rip debug info in sevstep test
Louis Burda
2022-11-12
4
-4
/
+28
*
Add fault error codes to event + sevstep debugging
Louis Burda
2022-11-10
7
-30
/
+58
*
Enable tracking data fault after instruction fetch
Louis Burda
2022-11-04
5
-54
/
+67
*
Fixed page tracking and somewhat working single step probe
Louis Burda
2022-11-04
5
-19
/
+29
[next]