index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
memslot_perf_test.c
Age
Commit message (
Expand
)
Author
2024-10-01
KVM: selftests: Fix build on architectures other than x86_64
Mark Brown
2024-08-14
KVM: selftests: Test memslot move in memslot_perf_test with quirk disabled
Yan Zhao
2024-01-29
KVM: selftests: Remove redundant newlines
Andrew Jones
2023-10-05
KVM: selftests: Zero-initialize entire test_result in memslot perf test
Sean Christopherson
2023-08-02
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
KVM: selftests: Convert the memslot performance test to printf guest asserts
Sean Christopherson
2023-02-07
KVM: selftests: Assign guest page size in sync area early in memslot_perf_test
Gavin Shan
2023-02-07
KVM: selftests: Remove duplicate VM creation in memslot_perf_test
Gavin Shan
2022-12-27
KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
Sean Christopherson
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-11-16
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
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-11-10
KVM: selftests: memslot_perf_test: Report optimal memory slots
Gavin Shan
2022-11-10
KVM: selftests: memslot_perf_test: Consolidate memory
Gavin Shan
2022-11-10
KVM: selftests: memslot_perf_test: Support variable guest page size
Gavin Shan
2022-11-10
KVM: selftests: memslot_perf_test: Probe memory slots for once
Gavin Shan
2022-11-10
KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm()
Gavin Shan
2022-11-10
KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
Gavin Shan
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert memslot_perf_test away from VCPU_ID
Sean Christopherson
2021-10-21
KVM: selftests: Make memslot_perf_test arch independent
Ricardo Koller
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
2021-06-08
selftests: kvm: Add support for customized slot0 memory size
Zhenzhong Duan
2021-05-29
selftests: kvm: fix overlapping addresses in memslot_perf_test
Paolo Bonzini
2021-05-27
selftests: kvm: do only 1 memslot_perf_test run by default
Paolo Bonzini
2021-05-27
KVM: selftests: add a memslot-related performance benchmark
Maciej S. Szmigiero