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
2017-07-28
selftests: sync: convert to use TAP13 ksft framework
Shuah Khan
2
-34
/
+41
2017-07-28
selftests: kselftest framework: add API to return pass/fail/* counts
Shuah Khan
1
-0
/
+10
2017-07-28
selftests: sync: differentiate between sync unsupported and access errors
Shuah Khan
1
-4
/
+19
2017-07-26
bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()
Jakub Kicinski
1
-2
/
+6
2017-07-26
selftests: ftrace: Check given string is not zero-length
Masami Hiramatsu
1
-3
/
+3
2017-07-26
selftests: ftrace: Output only to console with "--logdir -"
Masami Hiramatsu
1
-8
/
+21
2017-07-26
selftests: ftrace: Add more verbosity for immediate log
Masami Hiramatsu
1
-3
/
+7
2017-07-26
selftests: ftrace: Add --fail-unsupported option
Masami Hiramatsu
1
-1
/
+7
2017-07-26
selftests: ftrace: Do not failure if there is unsupported tests
Masami Hiramatsu
1
-1
/
+1
2017-07-26
selftests: breakpoint_test: Add missing line breaks
Shuah Khan
1
-2
/
+2
2017-07-24
rcutorture: Use nr_cpus rather than maxcpus to limit test size
Paul E. McKenney
3
-2
/
+28
2017-07-24
rcutorture: Place event-traced strings into trace buffer
Paul E. McKenney
1
-1
/
+1
2017-07-24
rcutorture: Don't wait for kernel when all builds fail
Paul E. McKenney
2
-7
/
+22
2017-07-24
torture: Add --kconfig argument to kvm.sh
Paul E. McKenney
4
-38
/
+96
2017-07-24
rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenario
Paul E. McKenney
1
-1
/
+2
2017-07-24
rcutorture: Remove obsolete SRCU-C.boot
Paul E. McKenney
1
-1
/
+0
2017-07-24
selftests/bpf: subtraction bounds test
Edward Cree
1
-0
/
+28
2017-07-24
selftests: Fix installation for splice test
Daniel Díaz
1
-4
/
+1
2017-07-24
selftests: watchdog: get boot reason via WDIOC_GETBOOTSTATUS
Eugeniu Rosca
1
-1
/
+17
2017-07-24
selftests: watchdog: avoid keepalive flood
Eugeniu Rosca
1
-2
/
+6
2017-07-24
selftests: watchdog: point out ioctl() failures
Eugeniu Rosca
1
-0
/
+6
2017-07-24
selftests: watchdog: prefer strtoul() over atoi()
Eugeniu Rosca
1
-1
/
+1
2017-07-24
selftests: watchdog: use getopt_long()
Eugeniu Rosca
1
-17
/
+39
2017-07-24
selftests: watchdog: fix mixed whitespace
Eugeniu Rosca
1
-63
/
+63
2017-07-24
selftests/nsfs: create kconfig fragments
Naresh Kamboju
1
-0
/
+3
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-235
/
+2171
2017-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-6
/
+476
2017-07-20
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
1
-0
/
+418
2017-07-20
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
1
-0
/
+52
2017-07-20
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
1
-4
/
+4
2017-07-20
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2
-2
/
+2
2017-07-19
signal/testing: Don't look for __SI_FAULT in userspace
Eric W. Biederman
2
-9
/
+7
2017-07-17
xdp: bpf redirect with map sample program
John Fastabend
1
-0
/
+2
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
1
-0
/
+15
2017-07-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-0
/
+633
2017-07-14
kmod: throttle kmod thread limit
Luis R. Rodriguez
1
-22
/
+2
2017-07-14
kmod: add test driver to stress test the module loader
Luis R. Rodriguez
3
-0
/
+653
2017-07-14
Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb
Linus Torvalds
1
-2
/
+9
2017-07-13
Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
3
-2
/
+66
2017-07-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-220
/
+776
2017-07-13
Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
3
-5
/
+211
2017-07-12
test_sysctl: test against int proc_dointvec() array support
Luis R. Rodriguez
1
-0
/
+89
2017-07-12
test_sysctl: add simple proc_douintvec() case
Luis R. Rodriguez
1
-0
/
+63
2017-07-12
test_sysctl: add simple proc_dointvec() case
Luis R. Rodriguez
1
-0
/
+62
2017-07-12
test_sysctl: test against PAGE_SIZE for int
Luis R. Rodriguez
1
-0
/
+66
2017-07-12
test_sysctl: add generic script to expand on tests
Luis R. Rodriguez
5
-220
/
+495
2017-07-12
test_sysctl: add dedicated proc sysctl test driver
Luis R. Rodriguez
3
-4
/
+5
2017-07-11
samples/bpf: fix a build issue
Yonghong Song
3
-1
/
+212
2017-07-09
rtc: rtctest: add check for problematic dates
Benjamin Gaignard
1
-4
/
+124
2017-07-09
tools: timer: add rtctest_setdate
Benjamin Gaignard
2
-1
/
+87
[prev]
[next]