index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
KVM: selftests: Fix spelling mistake "begining" -> "beginning"
Colin Ian King
1
-1
/
+1
2022-11-17
KVM: selftests: Add ucall pool based implementation
Peter Gonda
6
-17
/
+77
2022-11-17
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
9
-34
/
+2
2022-11-17
KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
Sean Christopherson
2
-5
/
+29
2022-11-17
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
20
-76
/
+20
2022-11-17
KVM: selftests: Consolidate boilerplate code in get_ucall()
Sean Christopherson
6
-59
/
+33
2022-11-17
KVM: selftests: Consolidate common code for populating ucall struct
Sean Christopherson
7
-74
/
+61
2022-11-17
KVM: arm64: selftests: Disable single-step without relying on ucall()
Sean Christopherson
1
-13
/
+15
2022-11-17
KVM: arm64: selftests: Disable single-step with correct KVM define
Sean Christopherson
1
-1
/
+1
2022-11-17
selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace
Kyle Huey
2
-2
/
+141
2022-11-16
KVM: selftests: Rename perf_test_util symbols to memstress
David Matlack
7
-106
/
+106
2022-11-16
KVM: selftests: Rename pta (short for perf_test_args) to args
David Matlack
1
-30
/
+30
2022-11-16
KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
David Matlack
8
-14
/
+14
2022-11-16
KVM: selftests: randomize page access order
Colton Lewis
3
-3
/
+26
2022-11-16
KVM: selftests: randomize which pages are written vs read
Colton Lewis
4
-20
/
+36
2022-11-16
KVM: selftests: create -r argument to specify random seed
Colton Lewis
3
-2
/
+18
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
2
-0
/
+24
2022-11-16
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
5
-3
/
+92
2022-11-16
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
13
-66
/
+47
2022-11-16
KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
Vipin Sharma
1
-10
/
+8
2022-11-16
KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.c
Vipin Sharma
1
-8
/
+8
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
14
-29
/
+50
2022-11-16
KVM: selftests: Put command line options in alphabetical order in dirty_log_p...
Vipin Sharma
1
-17
/
+19
2022-11-16
KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...
Vipin Sharma
1
-0
/
+1
2022-11-16
selftests: alsa - add PCM test
Jaroslav Kysela
5
-1
/
+1003
2022-11-16
selftests/bpf: allow unpriv bpf for selftests by default
Eduard Zingerman
1
-0
/
+1
2022-11-16
selftests/bpf: check nullness propagation for reg to reg comparisons
Eduard Zingerman
1
-0
/
+174
2022-11-15
selftests: rtc: skip when RTC is not present
Alexandre Belloni
1
-1
/
+32
2022-11-15
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
3
-3
/
+3
2022-11-15
kselftest/cgroup: Fix gathering number of CPUs
Breno Leitao
1
-1
/
+1
2022-11-14
tools/testing/cxl: Add bridge mocking support
Dan Williams
1
-2
/
+8
2022-11-14
cxl: Unify debug messages when calling devm_cxl_add_dport()
Robert Richter
1
-8
/
+1
2022-11-14
selftests/ftrace: event_triggers: wait longer for test_event_enable
Yipeng Zou
1
-4
/
+11
2022-11-14
kselftest/arm64: fix array_size.cocci warning
wangkailong@jari.cn
1
-5
/
+4
2022-11-12
selftests: mptcp: use max_time instead of time
Geliang Tang
1
-2
/
+2
2022-11-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
16
-300
/
+1251
2022-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
4
-2
/
+14
2022-11-12
Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-4
/
+35792
2022-11-12
selftests/bpf: fix veristat's singular file-or-prog filter
Andrii Nakryiko
1
-1
/
+7
2022-11-12
Merge tag 'io_uring-6.1-2022-11-11' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2022-11-12
selftests/bpf: Test skops->skb_hwtstamp
Martin KaFai Lau
3
-2
/
+8
2022-11-12
selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
Martin KaFai Lau
1
-2
/
+2
2022-11-11
selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
Yang Jihong
1
-2
/
+3
2022-11-11
selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULT
Alban Crequy
2
-0
/
+12
2022-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-37
/
+347
2022-11-11
Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-10
/
+48
2022-11-10
KVM: selftests: aarch64: Add mix of tests into page_fault_test
Ricardo Koller
1
-0
/
+155
2022-11-10
KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test
Ricardo Koller
1
-1
/
+101
2022-11-10
KVM: selftests: aarch64: Add dirty logging tests into page_fault_test
Ricardo Koller
1
-0
/
+76
2022-11-10
KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
Ricardo Koller
1
-0
/
+187
[prev]
[next]