index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
include
/
perf_test_util.h
Age
Commit message (
Expand
)
Author
2022-11-16
KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
David Matlack
2022-11-16
KVM: selftests: randomize page access order
Colton Lewis
2022-11-16
KVM: selftests: randomize which pages are written vs read
Colton Lewis
2022-11-16
KVM: selftests: create -r argument to specify random seed
Colton Lewis
2022-11-16
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
2022-06-11
KVM: selftests: Stop conflating vCPU index and ID in perf tests
Sean Christopherson
2022-06-09
KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2
David Matlack
2021-11-16
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
2021-11-16
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
2021-11-16
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
2021-11-16
KVM: selftests: Remove perf_test_args.host_page_size
Sean Christopherson
2021-11-16
KVM: selftests: Move per-VM GPA into perf_test_args
Sean Christopherson
2021-11-16
KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
Sean Christopherson
2021-08-06
KVM: selftests: Support multiple slots in dirty_log_perf_test
David Matlack
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
2021-01-07
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
2021-01-07
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
2020-11-08
KVM: selftests: Make the number of vcpus global
Andrew Jones
2020-11-08
KVM: selftests: Make the per vcpu memory size global
Andrew Jones
2020-11-08
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
2020-11-08
KVM: selftests: Add wrfract to common guest code
Ben Gardon
2020-11-08
KVM: selftests: Remove address rounding in guest code
Ben Gardon
2020-11-08
KVM: selftests: Factor code out of demand_paging_test
Ben Gardon