index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
dirty_log_perf_test.c
Age
Commit message (
Expand
)
Author
2024-12-18
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
2024-05-12
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-04-25
KVM: selftests: Standardise layout of GIC frames
Oliver Upton
2024-01-29
KVM: selftests: Remove redundant newlines
Andrew Jones
2023-06-06
KVM: selftests: Allow specify physical cpu list in demand paging test
Peter Xu
2023-06-01
KVM: selftests: Move dirty logging functions to memstress.(c|h)
Ben Gardon
2022-12-02
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
Colin Ian King
2022-11-16
KVM: selftests: Rename perf_test_util symbols to memstress
David Matlack
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-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-16
KVM: selftests: Put command line options in alphabetical order in dirty_log_p...
Vipin Sharma
2022-11-16
KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...
Vipin Sharma
2022-07-28
KVM: selftests: Add an option to run vCPUs while disabling dirty logging
Sean Christopherson
2022-06-11
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Stop conflating vCPU index and ID in perf tests
Sean Christopherson
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2022-06-09
KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2
David Matlack
2022-04-07
selftests: KVM: Don't leak GIC FD across dirty log test iterations
Oliver Upton
2022-03-18
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-02-10
KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET
David Matlack
2022-02-08
KVM: selftests: Add vgic initialization for dirty log perf test for ARM
Jing Zhang
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-09-22
KVM: selftests: Create a separate dirty bitmap per slot
David Matlack
2021-09-22
KVM: selftests: Refactor help message for -s backing_src
David Matlack
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-08-06
KVM: selftests: Move vcpu_args_set into perf_test_util
David Matlack
2021-08-06
KVM: selftests: Support multiple slots in dirty_log_perf_test
David Matlack
2021-07-27
KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing
David Matlack
2021-02-04
KVM: selftests: Disable dirty logging with vCPUs running
Ben Gardon
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-02-04
KVM: selftests: Fix population stage in dirty_log_perf_test
Ben Gardon
2021-02-04
KVM: selftests: Convert iterations to int in dirty_log_perf_test
Ben Gardon
2021-02-04
KVM: selftests: Avoid flooding debug log while populating memory
Ben Gardon
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
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
2021-01-07
KVM: selftests: Factor out guest mode code
Andrew Jones
2020-11-15
KVM: selftests: always use manual clear in dirty_log_perf_test
Paolo Bonzini
[next]