summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/demand_paging_test.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-121-3/+1
|\
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-291-0/+1
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-3/+0
* | KVM: selftests: Use EPOLL in userfaultfd_util reader threadsAnish Moorthy2024-04-091-1/+0
* | KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...Anish Moorthy2024-04-091-13/+63
* | KVM: selftests: Report per-vcpu demand paging rate from demand paging testAnish Moorthy2024-04-091-4/+9
|/
* KVM: selftests: Remove redundant newlinesAndrew Jones2024-01-291-2/+2
* KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu2023-06-061-2/+13
* KVM: selftests: Setup vcpu_alias only for minor mode testPeter Xu2023-05-311-8/+9
* KVM: selftests: Fix nsec to sec conversion in demand_paging_testAnish Moorthy2023-03-241-1/+1
* Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-198/+30
|\
| * KVM: selftests: Add a userfaultfd libraryRicardo Koller2022-11-101-198/+30
* | KVM: selftests: Rename perf_test_util symbols to memstressDavid Matlack2022-11-161-9/+9
* | KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]David Matlack2022-11-161-1/+1
* | KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma2022-11-161-2/+2
* | KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma2022-11-161-1/+1
|/
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-3/+2
* KVM: selftests: Stop conflating vCPU index and ID in perf testsSean Christopherson2022-06-111-19/+17
* KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errorsSean Christopherson2022-06-111-6/+6
* KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack2021-11-161-22/+3
* KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson2021-11-161-5/+0
* KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson2021-11-161-4/+1
* KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging testSean Christopherson2021-11-161-16/+5
* KVM: selftests: Refactor help message for -s backing_srcDavid Matlack2021-09-221-3/+2
* KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack2021-09-221-5/+5
* selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton2021-09-221-1/+1
* KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack2021-08-061-1/+0
* KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack2021-08-061-1/+1
* KVM: selftests: add shared hugetlbfs backing source typeAxel Rasmussen2021-05-271-2/+4
* KVM: selftests: allow using UFFD minor faults for demand pagingAxel Rasmussen2021-05-271-33/+79
* KVM: selftests: allow different backing source typesAxel Rasmussen2021-05-271-4/+11
* KVM: selftests: compute correct demand paging sizeAxel Rasmussen2021-05-271-4/+7
* KVM: selftests: simplify setup_demand_paging error handlingAxel Rasmussen2021-05-271-32/+18
* KVM: selftests: trivial comment/logging fixesAxel Rasmussen2021-05-271-1/+1
* KVM: selftests: Add backing src parameter to dirty_log_perf_testBen Gardon2021-02-041-1/+2
* KVM: selftests: Add option to overlap vCPU memory accessBen Gardon2021-02-041-7/+25
* KVM: selftests: Rename timespec_diff_now to timespec_elapsedBen Gardon2021-02-041-4/+4
* KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones2021-01-071-5/+6
* KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones2021-01-071-1/+1
* KVM: selftests: Factor out guest mode codeAndrew Jones2021-01-071-81/+26
* KVM: selftests: Make the number of vcpus globalAndrew Jones2020-11-081-20/+17
* KVM: selftests: Make the per vcpu memory size globalAndrew Jones2020-11-081-12/+8
* KVM: selftests: Add wrfract to common guest codeBen Gardon2020-11-081-0/+2
* KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon2020-11-081-13/+13
* KVM: selftests: Factor code out of demand_paging_testBen Gardon2020-11-081-181/+23
* KVM: selftests: Rework timespec functions and usageAndrew Jones2020-03-181-21/+16
* KVM: selftests: virt_map should take npages, not sizeAndrew Jones2020-03-161-2/+1
* KVM: selftests: Use consistent message for test skippingAndrew Jones2020-03-161-2/+2
* KVM: selftests: Enable printf format warnings for TEST_ASSERTAndrew Jones2020-03-161-1/+1
* KVM: selftests: s390x: Provide additional num-guest-pages adjustmentAndrew Jones2020-03-161-4/+0