cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

DateCommit messageAuthorFiles+-
2023-02-09 12:23Do a single prime in vmenter.. multiple passes added inside the macroLouis Burda1+1-3
2023-02-07 14:25Add counter for L1 misses in guestLouis Burda2+13-3
2023-02-07 13:38Dont treat shadow-mmu not writable but pte writable as an errorLouis Burda1+3-3
2023-02-07 01:34fixup! Save registers to xmm to lower baseline counts and avoid timing issues with apic_oneshotLouis Burda1+4-0
2023-02-06 22:07Set interrupt flag after prime / clear before probe in vmenterLouis Burda1+8-13
2023-02-06 21:42Save registers to xmm to lower baseline counts and avoid timing issues with apic_oneshotLouis Burda1+45-46
2023-02-06 21:15Only do vmmcall in aes_generic if dummy key detectedLouis Burda2+37-23
2023-02-06 17:23Use retired instructions in userspace for TRACK_STEPSLouis Burda2+47-12
2023-02-06 13:00Fix stepping inconsistency by moving oneshot after primeLouis Burda3+50-20
2023-02-03 18:08Simplify target gfn stepping by tracking a single pageLouis Burda1+3-18