summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/demand_paging_test.c
AgeCommit message (Expand)Author
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones
2023-06-06KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu
2023-05-31KVM: selftests: Setup vcpu_alias only for minor mode testPeter Xu
2023-03-24KVM: selftests: Fix nsec to sec conversion in demand_paging_testAnish Moorthy
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
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: 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-11-10KVM: selftests: Add a userfaultfd libraryRicardo Koller
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
2022-06-11KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errorsSean Christopherson
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid 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-11-16KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack
2021-09-22KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack
2021-09-22selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton
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-05-27KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen
2021-05-27KVM: selftests: allow using UFFD minor faults for demand pagingAxel Rasmussen
2021-05-27KVM: selftests: allow different backing source typesAxel Rasmussen
2021-05-27KVM: selftests: compute correct demand paging sizeAxel Rasmussen
2021-05-27KVM: selftests: simplify setup_demand_paging error handlingAxel Rasmussen
2021-05-27KVM: selftests: trivial comment/logging fixesAxel Rasmussen
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: 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-08KVM: selftests: Make the number of vcpus globalAndrew Jones
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon
2020-03-18KVM: selftests: Rework timespec functions and usageAndrew Jones
2020-03-16KVM: selftests: virt_map should take npages, not sizeAndrew Jones
2020-03-16KVM: selftests: Use consistent message for test skippingAndrew Jones
2020-03-16KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones
2020-03-16KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones
2020-03-16KVM: selftests: Time guest demand pagingBen Gardon
2020-03-16KVM: selftests: Support multiple vCPUs in demand paging testBen Gardon
2020-03-16KVM: selftests: Pass args to vCPU in global vCPU args structBen Gardon
2020-03-16KVM: selftests: Add memory size parameter to the demand paging testBen Gardon
2020-03-16KVM: selftests: Add configurable demand paging delayBen Gardon