index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
demand_paging_test.c
Age
Commit message (
Expand
)
Author
2021-11-16
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
2021-11-16
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
2021-11-16
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
2021-11-16
KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test
Sean Christopherson
2021-09-22
KVM: selftests: Refactor help message for -s backing_src
David Matlack
2021-09-22
KVM: selftests: Change backing_src flag to -s in demand_paging_test
David Matlack
2021-09-22
selftests: KVM: Fix check for !POLLIN in demand_paging_test
Oliver Upton
2021-08-06
KVM: selftests: Move vcpu_args_set into perf_test_util
David Matlack
2021-08-06
KVM: selftests: Support multiple slots in dirty_log_perf_test
David Matlack
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
2021-05-27
KVM: selftests: allow using UFFD minor faults for demand paging
Axel Rasmussen
2021-05-27
KVM: selftests: allow different backing source types
Axel Rasmussen
2021-05-27
KVM: selftests: compute correct demand paging size
Axel Rasmussen
2021-05-27
KVM: selftests: simplify setup_demand_paging error handling
Axel Rasmussen
2021-05-27
KVM: selftests: trivial comment/logging fixes
Axel Rasmussen
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
2021-01-07
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
2021-01-07
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
2021-01-07
KVM: selftests: Factor out guest mode code
Andrew Jones
2020-11-08
KVM: selftests: Make the number of vcpus global
Andrew Jones
2020-11-08
KVM: selftests: Make the per vcpu memory size global
Andrew Jones
2020-11-08
KVM: selftests: Add wrfract to common guest code
Ben Gardon
2020-11-08
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
2020-11-08
KVM: selftests: Factor code out of demand_paging_test
Ben Gardon
2020-03-18
KVM: selftests: Rework timespec functions and usage
Andrew Jones
2020-03-16
KVM: selftests: virt_map should take npages, not size
Andrew Jones
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2020-03-16
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
2020-03-16
KVM: selftests: s390x: Provide additional num-guest-pages adjustment
Andrew Jones
2020-03-16
KVM: selftests: Rework debug message printing
Andrew Jones
2020-03-16
KVM: selftests: Time guest demand paging
Ben Gardon
2020-03-16
KVM: selftests: Support multiple vCPUs in demand paging test
Ben Gardon
2020-03-16
KVM: selftests: Pass args to vCPU in global vCPU args struct
Ben Gardon
2020-03-16
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
2020-03-16
KVM: selftests: Add configurable demand paging delay
Ben Gardon
2020-03-16
KVM: selftests: Add demand paging content to the demand paging test
Ben Gardon
2020-02-24
KVM: selftests: Create a demand paging test
Ben Gardon