index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
include
/
test_util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2024-04-29
1
-0
/
+11
*
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-04-29
1
-0
/
+8
*
KVM: arm64: selftests: Split arch_timer test code
Haibo Xu
2024-02-26
1
-0
/
+2
*
KVM: selftests: Generalize check_clocksource() from kvm_clock_test
Vitaly Kuznetsov
2024-02-01
1
-0
/
+2
*
KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()
Sean Christopherson
2023-12-01
1
-1
/
+1
*
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
1
-0
/
+5
|
\
|
*
KVM: selftests: Add support for creating private memslots
Sean Christopherson
2023-11-14
1
-0
/
+5
*
|
selftests/kvm: Replace attribute with macro
Maciej Wieczor-Retman
2023-10-13
1
-4
/
+4
|
/
*
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-08-31
1
-0
/
+2
|
\
|
*
KVM: arm64: selftests: Replace str_with_index with strdup_printf
Andrew Jones
2023-08-08
1
-0
/
+2
*
|
KVM: selftests: Add guest_snprintf() to KVM selftests
Aaron Lewis
2023-08-02
1
-0
/
+3
*
|
KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
Sean Christopherson
2023-08-02
1
-8
/
+7
*
|
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
2023-08-02
1
-2
/
+2
|
/
*
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
2023-03-14
1
-1
/
+2
*
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2023-03-14
1
-0
/
+8
*
KVM: selftests: implement random number generator for guest code
Colton Lewis
2022-11-16
1
-0
/
+7
*
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
2022-11-16
1
-0
/
+16
*
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2022-11-16
1
-0
/
+2
*
KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
David Matlack
2022-09-30
1
-2
/
+4
*
KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRE
Sean Christopherson
2022-06-11
1
-6
/
+4
*
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
1
-0
/
+9
*
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
2021-11-16
1
-0
/
+1
*
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
2021-11-16
1
-0
/
+25
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-09-27
1
-1
/
+3
|
\
|
*
KVM: selftests: Refactor help message for -s backing_src
David Matlack
2021-09-22
1
-1
/
+3
*
|
selftests: kvm: fix get_run_delay() ignoring fscanf() return warn
Shuah Khan
2021-09-16
1
-0
/
+2
*
|
selftests: kvm: move get_run_delay() into lib/test_util
Shuah Khan
2021-09-16
1
-0
/
+1
|
/
*
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
2021-05-27
1
-0
/
+11
*
KVM: selftests: add shmem backing source type
Axel Rasmussen
2021-05-27
1
-0
/
+1
*
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
2021-04-20
1
-1
/
+17
*
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
2021-04-20
1
-0
/
+1
*
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
2021-04-20
1
-0
/
+2
*
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2021-02-04
1
-0
/
+14
*
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
2021-02-04
1
-1
/
+1
*
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
2020-11-08
1
-0
/
+1
*
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
2020-11-08
1
-0
/
+1
*
KVM: selftests: Rework timespec functions and usage
Andrew Jones
2020-03-18
1
-1
/
+2
*
selftests: kvm: Introduce the TEST_FAIL macro
Wainer dos Santos Moschetta
2020-03-16
1
-0
/
+3
*
KVM: selftests: Introduce steal-time test
Andrew Jones
2020-03-16
1
-0
/
+1
*
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2020-03-16
1
-0
/
+2
*
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
2020-03-16
1
-1
/
+2
*
KVM: selftests: Rework debug message printing
Andrew Jones
2020-03-16
1
-0
/
+13
*
KVM: selftests: Time guest demand paging
Ben Gardon
2020-03-16
1
-0
/
+3
*
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
2020-03-16
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
1
-3
/
+1
*
kvm: selftests: move arch-specific files to arch-specific locations
Andrew Jones
2018-10-17
1
-3
/
+3
*
kvm: selftest: include the tools headers
Peter Xu
2018-08-22
1
-2
/
+0
*
KVM: selftests: exit with 0 status code when tests cannot be run
Paolo Bonzini
2018-05-11
1
-0
/
+1
*
kvm: selftests: add API testing infrastructure
Paolo Bonzini
2018-04-04
1
-0
/
+45