index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Remove redundant newlines
Andrew Jones
2024-01-29
1
-2
/
+2
*
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