summaryrefslogtreecommitdiffstats
path: root/patch.diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated kernel patchLouis Burda2023-01-121-1185/+0
|
* Adding support for exec based tracking (unstable)Louis Burda2022-12-111-144/+200
|
* Debug printf for detecting changes in shared SEV resourcesLouis Burda2022-11-291-20/+92
|
* Attempt to temporarily map vmsa page as sharedLouis Burda2022-11-281-15/+31
|
* Implement VMSA change based single stepping and guest vmmcall intercept ↵Louis Burda2022-11-251-69/+227
| | | | among other things
* Update kernel source patchLouis Burda2022-11-151-49/+144
|
* Add fault error codes to event + sevstep debuggingLouis Burda2022-11-101-28/+32
|
* Fixed page tracking and somewhat working single step probeLouis Burda2022-11-041-15/+164
|
* Stash progressLouis Burda2022-11-031-13/+138
|
* Add online baseline measurement and pmc resetLouis Burda2022-10-271-5/+19
|
* Move cachepc ioctl into kvm device and remove old procfs endpointLouis Burda2022-10-061-600/+19
|
* Merge sevstep with cachepc dir and merge cachepc headersLouis Burda2022-10-061-41/+44
|
* Add ioctl handling for sevstepLouis Burda2022-10-051-3/+616
|
* Sevstep and cachepc refactoringLouis Burda2022-10-051-6/+6
|
* Fix uapi types and expose KVM_TRACK enumLouis Burda2022-10-051-19/+16
|
* Refactor sevstep kernel patch into repositoryLouis Burda2022-10-051-1765/+99
|
* Small fixesLouis Burda2022-10-041-228823/+1372
|
* Kernel seems to compile with page trackingVincent Ulitzsch2022-09-291-32/+228828
|
* Add the page tracking to patchLouis Burda2022-09-291-214/+712
|
* Improve register saving and restoring for prime & probe around vmrunLouis Burda2022-09-061-97/+83
|
* Fix kvm-amd moduleLouis Burda2022-09-061-1/+1
|
* Refactor code out of kernel tree kvm.c into kmod dir to reduce patch sizeLouis Burda2022-09-061-431/+17
|
* sev-es: Fixed OOM symptom, prime & probe working (but not directly around ↵Louis Burda2022-09-011-98/+143
| | | | vmrun yet)
* Add debugLouis Burda2022-08-291-0/+12
|
* Move measurement even closer and ensure preemption is disabledLouis Burda2022-08-191-30/+28
|
* Inline prime and probe into vmenter.S for better accuracyLouis Burda2022-08-191-6/+188
|
* Minor tweaksLouis Burda2022-08-151-111/+127
|
* Stash version with no consistent noise in eviction testLouis Burda2022-08-151-32/+44
|
* Fixed counts read, added test for hwpf and disable attemptsLouis Burda2022-08-131-18/+67
|
* Add cache line ordering that prevents hardware prefetching, fix cachepc ↵Louis Burda2022-08-131-45/+31
| | | | counts read
* Fixup test/kvm, add target_set to ioctl tests as argumentLouis Burda2022-08-131-34/+76
|
* Add ioctl for eviction testLouis Burda2022-08-131-4/+10
|
* Added ioctl interface and debuged single access evictionsLouis Burda2022-08-081-16/+125
|
* Vincent' working single eviction testLouis Burda2022-08-041-10/+13
|
* Single eviction test with sleepLouis Burda2022-07-261-13/+67
|
* Added proc device for reading countsLouis Burda2022-07-251-47/+77
|
* Working prime and probe - but inaccuarateLouis Burda2022-07-251-33/+44
|
* Read program counters directly, add print and remove procfs approach for testingLouis Burda2022-07-251-11/+21
|
* Add proc device for communicating counts with userspaceLouis Burda2022-07-061-5/+96
|
* Initial out-of-tree setupLouis Burda2022-07-041-0/+59