aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm/memslot_modification_stress_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones1-1/+1
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-5/+1
2022-11-29KVM: selftests: Have perf_test_util signal when to stop vCPUsOliver Upton1-5/+1
2022-11-16KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack1-6/+6
2022-11-16KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack1-2/+2
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma1-6/+4
2022-11-16KVM: selftests: Shorten the test args in memslot_modification_stress_test.cVipin Sharma1-10/+8
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma1-3/+3
2022-10-13KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_testGavin Shan1-1/+1
2022-06-11KVM: selftests: Open code and drop 'struct kvm_vm' accessorsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-3/+2
2022-06-11KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson1-5/+5
2021-11-16KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_testDavid Matlack1-2/+1
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack1-19/+3
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson1-5/+0
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson1-4/+2
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson1-1/+1
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack1-1/+0
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack1-1/+1
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack1-7/+11
2021-02-04KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon1-1/+2
2021-02-04KVM: selftests: Add memslot modification stress testBen Gardon1-0/+211