index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
130
-699
/
+10610
2020-03-31
tools/test/nvdimm: Fix out of tree build
Santosh Sivaraj
2
-4
/
+4
2020-03-31
Merge branch 'x86-misc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-2
/
+26
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
25
-94
/
+213
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
25
-47
/
+1356
2020-03-30
selftests: mlxsw: Add test cases for devlink-trap policers
Ido Schimmel
2
-0
/
+390
2020-03-30
selftests: netdevsim: Add test cases for devlink-trap policers
Ido Schimmel
2
-0
/
+153
2020-03-30
selftests/bpf: Test FD-based cgroup attachment
Andrii Nakryiko
2
-0
/
+268
2020-03-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-3
/
+40
2020-03-30
bpf: Test_verifier, add alu32 bounds tracking tests
John Fastabend
1
-0
/
+39
2020-03-30
bpf: Test_verifier, #65 error message updates for trunc of boundary-cross
John Fastabend
1
-8
/
+4
2020-03-30
bpf: Test_verifier, bpf_get_stack return value add <0
John Fastabend
1
-4
/
+4
2020-03-30
bpf: Test_progs, add test to catch retval refine error handling
John Fastabend
2
-0
/
+31
2020-03-30
Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-6
/
+181
2020-03-30
selftests: bpf: Extend sk_assign tests for UDP
Joe Stringer
2
-11
/
+105
2020-03-30
selftests: bpf: Add test for sk_assign
Lorenz Bauer
2
-0
/
+419
2020-03-30
Merge tag 'seccomp-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+73
2020-03-30
netdevsim: Change dummy reporter auto recover default
Eran Ben Elisha
1
-0
/
+5
2020-03-30
selftests:mptcp: fix failure due to whitespace damage
Matthieu Baerts
2
-8
/
+8
2020-03-29
selftests: add test-cases for MPTCP MP_JOIN
Paolo Abeni
3
-4
/
+383
2020-03-29
selftests: add PM netlink functional tests
Paolo Abeni
4
-3
/
+751
2020-03-29
selftests: move timestamping selftests to net folder
Jian Yang
12
-21
/
+11
2020-03-30
bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM
KP Singh
3
-0
/
+136
2020-03-30
selftests: Add test for overriding global data value before load
Toke Høiland-Jørgensen
2
-1
/
+62
2020-03-28
selftests/bpf: Add tests for attaching XDP programs
Toke Høiland-Jørgensen
1
-0
/
+62
2020-03-27
bpf: Add selftest cases for ctx_or_null argument type
Daniel Borkmann
1
-0
/
+105
2020-03-27
selftests/ftrace: Add test to test new set_event_notrace_pid file
Steven Rostedt (VMware)
1
-0
/
+125
2020-03-27
selftests/ftrace: Add test to test new set_ftrace_notrace_pid file
Steven Rostedt (VMware)
1
-0
/
+108
2020-03-26
netdevsim: support taking immediate snapshot via devlink
Jacob Keller
1
-0
/
+10
2020-03-26
selftests: skbedit_priority: Test counters at the skbedit rule
Petr Machata
1
-2
/
+7
2020-03-26
selftests: enforce local header dependency in lib.mk
Shuah Khan
1
-1
/
+2
2020-03-26
selftests: Fix memfd to support relocatable build (O=objdir)
Shuah Khan
1
-5
/
+4
2020-03-26
selftests: Fix seccomp to support relocatable build (O=objdir)
Shuah Khan
1
-14
/
+3
2020-03-26
selftests/harness: Handle timeouts cleanly
Kees Cook
1
-2
/
+51
2020-03-26
selftests/harness: Move test child waiting logic
Kees Cook
1
-44
/
+49
2020-03-26
kunit: tool: add missing test data file content
Brendan Higgins
1
-0
/
+33
2020-03-26
kunit: subtests should be indented 4 spaces according to TAP
Alan Maguire
1
-5
/
+5
2020-03-26
selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after pedit
Petr Machata
1
-0
/
+30
2020-03-26
selftests: forwarding: Add a forwarding test for pedit munge dsfield
Petr Machata
1
-0
/
+238
2020-03-26
KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
Sean Christopherson
1
-2
/
+2
2020-03-25
bpf: Test_verifier, #70 error message updates for 32-bit right shift
John Fastabend
1
-4
/
+2
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
17
-10
/
+913
2020-03-25
selftests/net/forwarding: define libs as TEST_PROGS_EXTENDED
Hangbin Liu
2
-15
/
+16
2020-03-25
selftests/net: add missing tests to Makefile
Hangbin Liu
1
-1
/
+3
2020-03-25
kunit: kunit_tool: Allow .kunitconfig to disable config items
David Gow
2
-20
/
+43
2020-03-25
selftests/ptrace: add test cases for dead-locks
Bernd Edlinger
2
-2
/
+88
2020-03-25
selftests: add pid namespace ENOMEM regression test
Christian Brauner
6
-0
/
+59
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
87
-0
/
+87
2020-03-25
selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm
Po-Hsu Lin
8
-0
/
+12
2020-03-25
selftests/powerpc: Don't rely on segfault to rerun the test
Gustavo Luiz Duarte
1
-39
/
+35
[prev]
[next]