index
:
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
/
lib
/
test_util.c
Age
Commit message (
Expand
)
Author
2025-05-16
KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
Maxim Levitsky
2025-05-16
KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
Sean Christopherson
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-02-01
KVM: selftests: Generalize check_clocksource() from kvm_clock_test
Vitaly Kuznetsov
2023-09-20
KVM: selftests: Assert that vasprintf() is successful
Sean Christopherson
2023-08-08
KVM: arm64: selftests: Replace str_with_index with strdup_printf
Andrew Jones
2023-03-14
selftests: KVM: skip hugetlb tests if huge pages are not available
Paolo Bonzini
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
2021-09-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-09-22
KVM: selftests: Refactor help message for -s backing_src
David Matlack
2021-09-16
selftests: kvm: fix get_run_delay() ignoring fscanf() return warn
Shuah Khan
2021-09-16
selftests: kvm: move get_run_delay() into lib/test_util
Shuah Khan
2021-09-16
selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warn
Shuah Khan
2021-06-10
KVM: selftests: Fix compiling errors when initializing the static structure
Yanan Wang
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
2021-05-27
KVM: selftests: refactor vm_mem_backing_src_type flags
Axel Rasmussen
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
2020-11-08
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
2020-03-18
KVM: selftests: Rework timespec functions and usage
Andrew Jones
2020-03-16
KVM: selftests: Introduce steal-time test
Andrew Jones
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2020-03-16
KVM: selftests: Time guest demand paging
Ben Gardon
2020-03-16
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon