summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/dirty_log_perf_test.c
AgeCommit message (Expand)Author
2021-09-22KVM: selftests: Create a separate dirty bitmap per slotDavid Matlack
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
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: Fix missing break in dirty_log_perf_test arg parsingDavid Matlack
2021-02-04KVM: selftests: Disable dirty logging with vCPUs runningBen Gardon
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Add option to overlap vCPU memory accessBen Gardon
2021-02-04KVM: selftests: Fix population stage in dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Convert iterations to int in dirty_log_perf_testBen Gardon
2021-02-04KVM: selftests: Avoid flooding debug log while populating memoryBen Gardon
2021-02-04KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones
2020-11-15KVM: selftests: always use manual clear in dirty_log_perf_testPaolo Bonzini
2020-11-09KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon