index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
rcuscale: Add RCU Tasks Trace
Paul E. McKenney
3
-0
/
+19
2020-11-06
Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
34
-56
/
+65
2020-11-06
selftests/bpf: Fix selftest build with old libc
Alexei Starovoitov
1
-0
/
+4
2020-11-06
Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-0
/
+10
2020-11-06
selftests: netdevsim: Add test for nexthop offload API
Ido Schimmel
1
-0
/
+436
2020-11-06
bpf: Exercise syscall operations for inode and sk storage
KP Singh
1
-2
/
+15
2020-11-06
bpf: Add tests for task_local_storage
KP Singh
2
-20
/
+226
2020-11-06
bpf: Update selftests for local_storage to use vmlinux.h
KP Singh
1
-19
/
+1
2020-11-06
bpf: Fix tests for local_storage
KP Singh
1
-9
/
+15
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
3
-1
/
+89
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2
-0
/
+247
2020-11-05
selftests/bpf: Add split BTF dedup selftests
Andrii Nakryiko
3
-0
/
+391
2020-11-05
selftests/bpf: Add checking of raw type dump in BTF writer APIs selftests
Andrii Nakryiko
4
-1
/
+256
2020-11-05
selftests/bpf: Add split BTF basic test
Andrii Nakryiko
2
-0
/
+110
2020-11-05
selftest/bpf: Relax btf_dedup test checks
Andrii Nakryiko
1
-15
/
+25
2020-11-05
Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
8
-14
/
+37
2020-11-05
selftests: binderfs: use SKIP instead of XFAIL
Tommi Rantala
1
-4
/
+4
2020-11-05
selftests: clone3: use SKIP instead of XFAIL
Tommi Rantala
1
-1
/
+1
2020-11-05
selftests: core: use SKIP instead of XFAIL in close_range_test.c
Tommi Rantala
1
-4
/
+4
2020-11-05
selftests: proc: fix warning: _GNU_SOURCE redefined
Tommi Rantala
3
-3
/
+0
2020-11-04
selftests: mptcp: add ADD_ADDR timeout test case
Geliang Tang
2
-24
/
+80
2020-11-04
selftests: net: bridge: add test for mldv2 *,g auto-add
Nikolay Aleksandrov
1
-1
/
+30
2020-11-04
selftests: net: bridge: add test for mldv2 exclude timeout
Nikolay Aleksandrov
1
-1
/
+47
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> block report
Nikolay Aleksandrov
1
-1
/
+30
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> block report
Nikolay Aleksandrov
1
-1
/
+36
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> to_exclude report
Nikolay Aleksandrov
1
-1
/
+29
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> is_exclude report
Nikolay Aleksandrov
1
-1
/
+30
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> is_include report
Nikolay Aleksandrov
1
-1
/
+29
2020-11-04
selftests: net: bridge: add test for mldv2 exc -> allow report
Nikolay Aleksandrov
1
-1
/
+29
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> to_exclude report
Nikolay Aleksandrov
1
-1
/
+55
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> is_exclude report
Nikolay Aleksandrov
1
-1
/
+53
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> is_include report
Nikolay Aleksandrov
1
-1
/
+28
2020-11-04
selftests: net: bridge: add test for mldv2 inc -> allow report
Nikolay Aleksandrov
1
-1
/
+28
2020-11-04
selftests: net: bridge: add initial MLDv2 include test
Nikolay Aleksandrov
1
-0
/
+146
2020-11-04
selftests: net: bridge: factor out and rename sg state functions
Nikolay Aleksandrov
2
-123
/
+123
2020-11-04
selftests: net: lib: add support for IPv6 mcast packet test
Nikolay Aleksandrov
1
-3
/
+11
2020-11-04
selftests: net: bridge: factor out mcast_packet_test
Nikolay Aleksandrov
2
-32
/
+32
2020-11-03
selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern
Alexander Duyck
3
-108
/
+31
2020-11-03
selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton
Alexander Duyck
1
-27
/
+14
2020-11-03
selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
Alexander Duyck
1
-70
/
+41
2020-11-03
selftests/bpf: Drop python client/server in favor of threads
Alexander Duyck
3
-147
/
+78
2020-11-03
selftests/bpf: Move test_tcppbf_user into test_progs
Alexander Duyck
3
-36
/
+10
2020-11-03
Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linux
Linus Torvalds
1
-22
/
+22
2020-11-03
selftests/timens: added selftest for /proc/stat btime
Michael Weiß
1
-1
/
+57
2020-11-02
torture: Don't kill gdb sessions
Paul E. McKenney
1
-1
/
+4
2020-11-02
rcutorture: Make preemptible TRACE02 enable lockdep
Paul E. McKenney
2
-6
/
+6
2020-11-02
selftests: add test script for bareudp tunnels
Guillaume Nault
3
-0
/
+546
2020-11-02
selftests/net: timestamping: add ptp v2 support
Grygorii Strashko
1
-13
/
+34
2020-11-02
epoll: add a selftest for epoll timeout race
Soheil Hassas Yeganeh
1
-0
/
+95
2020-11-02
drm: Remove SCATTERLIST_MAX_SEGMENT
Jason Gunthorpe
1
-1
/
+1
[prev]
[next]