summaryrefslogtreecommitdiffstats
path: root/cachepc
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for exec based tracking (unstable)Louis Burda2022-12-117-160/+216
|
* Implement VMSA change based single stepping and guest vmmcall intercept ↵Louis Burda2022-11-257-52/+80
| | | | among other things
* Add program to verify SVME bit is set during VMRUNLouis Burda2022-11-224-3/+27
|
* Improved single stepping and added initial cpuid eventsLouis Burda2022-11-227-30/+86
|
* APIC single stepping workingLouis Burda2022-11-162-4/+8
|
* Various fixes and improvementsLouis Burda2022-11-154-24/+80
| | | | 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
|
* 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-124-48/+68
|
* Try decrypting guest vmsa for rip debug info in sevstep testLouis Burda2022-11-124-4/+28
|
* Add fault error codes to event + sevstep debuggingLouis Burda2022-11-107-30/+58
|
* Enable tracking data fault after instruction fetchLouis Burda2022-11-045-54/+67
|
* Fixed page tracking and somewhat working single step probeLouis Burda2022-11-045-19/+29
|
* Stash progressLouis Burda2022-11-038-39/+128
|
* Build crypto module and no ACCESS_PATTERN in aes-detect_guestLouis Burda2022-11-031-2/+1
|
* Outline aes-detection guest host setupLouis Burda2022-11-027-43/+41
|
* Add online baseline measurement and pmc resetLouis Burda2022-10-274-19/+85
|
* Add baseline measurement modeLouis Burda2022-10-274-0/+49
|
* Further prune and refactor sevstepLouis Burda2022-10-257-1104/+127
|
* Validate cache topology at module initLouis Burda2022-10-213-29/+123
|
* Fix sevstep page tracking exampleLouis Burda2022-10-2011-55/+43
|
* Update with debugging update for ack eventVincent Ulitzsch2022-10-141-0/+1
|
* Fix the TRACK_ALL handler by using the vcpu->kvm->nr_memslot_pages counterVincent Ulitzsch2022-10-1411-39/+20
|
* Replace smp_processor_id with get_cpuLouis Burda2022-10-144-17/+46
|
* Renaming, refactoring and pruningLouis Burda2022-10-064-353/+408
|
* Move cachepc ioctl into kvm device and remove old procfs endpointLouis Burda2022-10-065-91/+629
|
* Merge sevstep with cachepc dir and merge cachepc headersLouis Burda2022-10-0611-121/+1163
|
* More minor refactorsLouis Burda2022-10-052-4/+4
|
* Migrate sevstep to cachepc pmc apiLouis Burda2022-10-053-14/+19
|
* Sevstep and cachepc refactoringLouis Burda2022-10-055-81/+80
|
* Fix uapi types and expose KVM_TRACK enumLouis Burda2022-10-051-3/+4
|
* Refactor sevstep kernel patch into repositoryLouis Burda2022-10-0510-0/+1246