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