index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 180
Thomas Gleixner
-2
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
Thomas Gleixner
-11
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
-300
/
+59
2019-05-30
selftests: vm: install test_vmalloc.sh for run_vmtests
Naresh Kamboju
-0
/
+2
2019-05-30
userfaultfd: selftest: fix compiler warning
Alakesh Haloi
-1
/
+1
2019-05-30
kselftest/cgroup: fix incorrect test_core skip
Alex Shi
-1
/
+1
2019-05-30
kselftest/cgroup: fix unexpected testing failure on test_core
Alex Shi
-0
/
+5
2019-05-30
kselftest/cgroup: fix unexpected testing failure on test_memcontrol
Alex Shi
-0
/
+4
2019-05-29
net: sched: Introduce act_ctinfo action
Kevin 'ldir' Darbyshire-Bryant
-0
/
+1
2019-05-29
Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-9
/
+38
2019-05-29
selftests: bpf: fix compiler warning in flow_dissector test
Alakesh Haloi
-0
/
+1
2019-05-29
selftests: bpf: complete sub-register zero extension checks
Jiong Wang
-11
/
+505
2019-05-29
selftests: bpf: move sub-register zero extension checks into subreg.c
Jiong Wang
-39
/
+39
2019-05-28
selftests/net: ipv6 flowlabel
Willem de Bruijn
-2
/
+453
2019-05-28
selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtu
Stefano Brivio
-7
/
+7
2019-05-28
selftests/bpf: add auto-detach test
Roman Gushchin
-1
/
+97
2019-05-28
selftests/bpf: enable all available cgroup v2 controllers
Roman Gushchin
-0
/
+57
2019-05-28
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
Roman Gushchin
-1
/
+478
2019-05-28
torture: Suppress propagating trace_printk() warning
Paul E. McKenney
-0
/
+1
2019-05-28
torture: Add --trust-make to suppress "make clean"
Paul E. McKenney
-2
/
+11
2019-05-28
torture: Make --cpus override idleness calculations
Paul E. McKenney
-0
/
+8
2019-05-28
torture: Run kernel build in source directory
Paul E. McKenney
-47
/
+22
2019-05-28
torture: Add function graph-tracing cheat sheet
Paul E. McKenney
-0
/
+2
2019-05-28
torture: Capture qemu output
Paul E. McKenney
-2
/
+10
2019-05-28
rcutorture: Tweak kvm options
Sebastian Andrzej Siewior
-1
/
+15
2019-05-28
rcutorture: Add trivial RCU implementation
Paul E. McKenney
-0
/
+17
2019-05-28
rcutorture: Exempt TREE01 from forward-progress testing
Paul E. McKenney
-0
/
+1
2019-05-28
rcutorture: Provide rudimentary Makefile
Paul E. McKenney
-0
/
+3
2019-05-28
torture: Make kvm-find-errors.sh and kvm-recheck.sh provide exit status
Paul E. McKenney
-0
/
+6
2019-05-28
rcutorture: Add cpu0 to the set of CPUs to add jitter
Joel Fernandes (Google)
-2
/
+6
2019-05-28
rcutorture: Select from only online CPUs
Joel Fernandes (Google)
-2
/
+3
2019-05-28
selftests/bpf: fail test_tunnel.sh if subtests fail
Stanislav Fomichev
-0
/
+32
2019-05-28
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
-3
/
+1
2019-05-26
selftest: Fixes for icmp_redirect test
David Ahern
-8
/
+38
2019-05-26
selftests/tls: add test for sleeping even though there is data
Jakub Kicinski
-0
/
+15
2019-05-26
selftests/tls: test for lowat overshoot with multiple records
Jakub Kicinski
-0
/
+19
2019-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-69
/
+61
2019-05-25
selftests/ftrace: Add user-memory access syntax testcase
Masami Hiramatsu
-0
/
+32
2019-05-24
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
-5
/
+51
2019-05-24
selftests: bpf: adjust several test_verifier helpers for insn insertion
Jiong Wang
-10
/
+19
2019-05-24
Merge tag 'linux-kselftest-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-13
/
+21
2019-05-24
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
-14
/
+1
2019-05-24
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
-0
/
+250
2019-05-24
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
-1
/
+824
2019-05-24
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
-1
/
+384
2019-05-24
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
-58
/
+13
2019-05-24
selftests: bpf: Move bpf_printk to bpf_helpers.h
Michal Rostecki
-42
/
+8
2019-05-24
selftests/net: SO_TXTIME with ETF and FQ
Willem de Bruijn
-1
/
+332
2019-05-24
selftests: Add redirect tests
David Ahern
-0
/
+455
[prev]
[next]