开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2025-01-08
KVM: selftests: Add printf attribute to _no_printf()
Isaku Yamahata
2024-04-29
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-02-26
KVM: arm64: selftests: Split arch_timer test code
Haibo Xu
2024-02-01
KVM: selftests: Generalize check_clocksource() from kvm_clock_test
Vitaly Kuznetsov
2023-12-01
KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()
Sean Christopherson
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
KVM: selftests: Add support for creating private memslots
Sean Christopherson
2023-10-13
selftests/kvm: Replace attribute with macro
Maciej Wieczor-Retman
2023-08-31
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-08-08
KVM: arm64: selftests: Replace str_with_index with strdup_printf
Andrew Jones
2023-08-02
KVM: selftests: Add guest_snprintf() to KVM selftests
Aaron Lewis
2023-08-02
KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
Sean Christopherson
2023-08-02
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
2023-03-14
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
2022-11-16
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2022-09-30
KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
David Matlack
2022-06-11
KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRE
Sean Christopherson
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
2021-11-16
KVM: selftests: Expose align() helpers to tests
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-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-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
selftests: kvm: Introduce the TEST_FAIL macro
Wainer dos Santos Moschetta
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: Enable printf format warnings for TEST_ASSERT
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: Add memory size parameter to the demand paging test
Ben Gardon
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2018-10-17
kvm: selftests: move arch-specific files to arch-specific locations
Andrew Jones
2018-08-22
kvm: selftest: include the tools headers
Peter Xu
2018-05-11
KVM: selftests: exit with 0 status code when tests cannot be run
Paolo Bonzini
2018-04-04
kvm: selftests: add API testing infrastructure
Paolo Bonzini