summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/access_tracking_perf_test.c
AgeCommit message (Expand)Author
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-01KVM: selftests: Restore assert for non-nested VMs in access tracking testSean Christopherson
2022-12-01KVM: selftests: Fix inverted "warning" in access tracking perf testSean Christopherson
2022-11-29KVM: selftests: Have perf_test_util signal when to stop vCPUsOliver Upton
2022-11-16KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack
2022-11-16KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack
2022-11-16KVM: selftests: randomize which pages are written vs readColton Lewis
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2022-09-30KVM: selftests: replace assertion with warning in access_tracking_perf_testEmanuele Giuseppe Esposito
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack
2021-11-16KVM: selftests: Start at iteration 0 instead of -1David Matlack
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack
2021-07-27KVM: selftests: Introduce access_tracking_perf_testDavid Matlack