index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
dirty_log_perf_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: selftests: Allow specify physical cpu list in demand paging test
Peter Xu
2023-06-06
1
-11
/
+1
*
KVM: selftests: Move dirty logging functions to memstress.(c|h)
Ben Gardon
2023-06-01
1
-77
/
+7
*
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
Colin Ian King
2022-12-02
1
-1
/
+1
*
KVM: selftests: Rename perf_test_util symbols to memstress
David Matlack
2022-11-16
1
-17
/
+17
*
KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
David Matlack
2022-11-16
1
-1
/
+1
*
KVM: selftests: randomize page access order
Colton Lewis
2022-11-16
1
-2
/
+9
*
KVM: selftests: randomize which pages are written vs read
Colton Lewis
2022-11-16
1
-12
/
+25
*
KVM: selftests: create -r argument to specify random seed
Colton Lewis
2022-11-16
1
-2
/
+10
*
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
2022-11-16
1
-2
/
+23
*
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
2022-11-16
1
-7
/
+5
*
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2022-11-16
1
-4
/
+4
*
KVM: selftests: Put command line options in alphabetical order in dirty_log_p...
Vipin Sharma
2022-11-16
1
-17
/
+19
*
KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...
Vipin Sharma
2022-11-16
1
-0
/
+1
*
KVM: selftests: Add an option to run vCPUs while disabling dirty logging
Sean Christopherson
2022-07-28
1
-3
/
+27
*
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
1
-4
/
+3
*
KVM: selftests: Stop conflating vCPU index and ID in perf tests
Sean Christopherson
2022-06-11
1
-19
/
+20
*
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2022-06-11
1
-6
/
+3
*
KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2
David Matlack
2022-06-09
1
-3
/
+7
*
selftests: KVM: Don't leak GIC FD across dirty log test iterations
Oliver Upton
2022-04-07
1
-3
/
+31
*
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-03-18
1
-0
/
+10
|
\
|
*
KVM: selftests: Add vgic initialization for dirty log perf test for ARM
Jing Zhang
2022-02-08
1
-0
/
+10
*
|
KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET
David Matlack
2022-02-10
1
-2
/
+11
|
/
*
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
2021-11-16
1
-15
/
+4
*
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
2021-11-16
1
-3
/
+1
*
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
2021-11-16
1
-4
/
+2
*
KVM: selftests: Create a separate dirty bitmap per slot
David Matlack
2021-09-22
1
-15
/
+39
*
KVM: selftests: Refactor help message for -s backing_src
David Matlack
2021-09-22
1
-5
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-1
/
+1
|
\
|
*
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-09-08
1
-1
/
+1
*
|
KVM: selftests: Move vcpu_args_set into perf_test_util
David Matlack
2021-08-06
1
-1
/
+0
*
|
KVM: selftests: Support multiple slots in dirty_log_perf_test
David Matlack
2021-08-06
1
-11
/
+65
|
/
*
KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing
David Matlack
2021-07-27
1
-0
/
+1
*
KVM: selftests: Disable dirty logging with vCPUs running
Ben Gardon
2021-02-04
1
-5
/
+5
*
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2021-02-04
1
-3
/
+11
*
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
2021-02-04
1
-3
/
+11
*
KVM: selftests: Fix population stage in dirty_log_perf_test
Ben Gardon
2021-02-04
1
-3
/
+8
*
KVM: selftests: Convert iterations to int in dirty_log_perf_test
Ben Gardon
2021-02-04
1
-13
/
+13
*
KVM: selftests: Avoid flooding debug log while populating memory
Ben Gardon
2021-02-04
1
-5
/
+4
*
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
2021-02-04
1
-7
/
+7
*
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
2021-01-07
1
-10
/
+12
*
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
2021-01-07
1
-2
/
+0
*
KVM: selftests: Factor out guest mode code
Andrew Jones
2021-01-07
1
-87
/
+34
*
KVM: selftests: always use manual clear in dirty_log_perf_test
Paolo Bonzini
2020-11-15
1
-33
/
+22
*
KVM: selftests: allow two iterations of dirty_log_perf_test
Paolo Bonzini
2020-11-09
1
-1
/
+1
*
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
2020-11-08
1
-0
/
+376