summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use mfence instead of lfence for memory barrierLouis Burda2023-01-255-4/+7
|
* Debug copy_to_user occasionally failing in kvm-stepLouis Burda2023-01-256-33/+29
|
* Remove cachepc objects from kvm-amd moduleLouis Burda2023-01-257-36/+38
|
* Replace bloated cache_ds alloc methodLouis Burda2023-01-258-471/+87
|
* Create flat binaries to support more complex guestsLouis Burda2023-01-2420-124/+178
|
* Test page tracking with potential branch prediction in guestLouis Burda2023-01-241-0/+10
|
* Page track support (without speculation)Louis Burda2023-01-245-97/+62
|
* Move kvm to guest process and add ipc for synchronizationLouis Burda2023-01-239-639/+317
|
* Remove unused ioctlsLouis Burda2023-01-233-69/+1
|
* Specify which revisions are out-of-sync with kernel changesLouis Burda2023-01-231-3/+2
|
* Use 16-bit realmode assembly for guests (!)Louis Burda2023-01-2313-47/+200
|
* Reimplement test and prime+probe in asm, make self-tests harder and improve ↵Louis Burda2023-01-2115-611/+369
| | | | noise
* Stash asm version of hwpf testLouis Burda2023-01-194-21/+85
|
* Many fixes, more precise single-stepping and more robust self-testsLouis Burda2023-01-1910-367/+323
|
* Fixup kvm-eviction and refactor kvm-stepLouis Burda2023-01-1719-1535/+1096
|
* Remove outdated kernel patchLouis Burda2023-01-121-1185/+0
|
* Fix kvm-eviction kvm & sev supportLouis Burda2023-01-1110-148/+283
|
* Restructuring of kernel changesLouis Burda2023-01-113-12/+4
|
* Stash fixupsLouis Burda2023-01-108-192/+19
|
* Begin ioctl and test-case overhaulLouis Burda2023-01-1025-572/+901
|
* Use compilation load average target instead of jobsLouis Burda2023-01-091-6/+6
|
* Update cachepc-linux remoteLouis Burda2023-01-092-1/+1
|
* Stash minor fixesLouis Burda2023-01-095-20/+27
|
* Stash previous changesLouis Burda2023-01-055-10/+6
|
* Fix page fault handling and investigate exec stepping with minimal vmLouis Burda2022-12-1917-179/+11230
|
* Adding support for exec based tracking (unstable)Louis Burda2022-12-1118-382/+583
|
* Debug printf for detecting changes in shared SEV resourcesLouis Burda2022-11-291-20/+92
|
* Attempt to temporarily map vmsa page as sharedLouis Burda2022-11-282-123/+106
|
* Implement VMSA change based single stepping and guest vmmcall intercept ↵Louis Burda2022-11-2517-143/+372
| | | | among other things
* Add program to verify SVME bit is set during VMRUNLouis Burda2022-11-227-3/+55
|
* Improved single stepping and added initial cpuid eventsLouis Burda2022-11-2215-70/+444
|
* APIC single stepping workingLouis Burda2022-11-164-21/+26
|
* Various fixes and improvementsLouis Burda2022-11-158-190/+108
| | | | Fixed vmsa decode for getting rip in debug mode. Added state machine to data access tracking. Handle mutliple unexpected data access page faults
* Rename filesLouis Burda2022-11-155-2/+2
|
* Update kernel source patchLouis Burda2022-11-151-49/+144
|
* Rename sevstep to cachepc trackingLouis Burda2022-11-125-40/+40
|
* Rename uspt to cachepc eventsLouis Burda2022-11-126-189/+177
|
* Implement track mode instead of just cachepc_track_single_stepLouis Burda2022-11-125-52/+72
|
* Try decrypting guest vmsa for rip debug info in sevstep testLouis Burda2022-11-125-31/+206
|
* Add fault error codes to event + sevstep debuggingLouis Burda2022-11-1010-97/+187
|
* Enable tracking data fault after instruction fetchLouis Burda2022-11-046-58/+69
|
* Fixed page tracking and somewhat working single step probeLouis Burda2022-11-049-54/+241
|
* Stash progressLouis Burda2022-11-0311-82/+345
|
* Build crypto module and no ACCESS_PATTERN in aes-detect_guestLouis Burda2022-11-034-9/+10
|
* Outline aes-detection guest host setupLouis Burda2022-11-0222-48/+733
|
* Add online baseline measurement and pmc resetLouis Burda2022-10-278-88/+179
|
* Add baseline measurement modeLouis Burda2022-10-274-0/+49
|
* Further prune and refactor sevstepLouis Burda2022-10-2510-1114/+135
|
* Validate cache topology at module initLouis Burda2022-10-214-29/+124
|
* Fix sevstep page tracking exampleLouis Burda2022-10-2012-84/+83
|