summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+34
2017-07-29bpf: testing: fix devmap testsJohn Fastabend-1/+3
2017-07-28selftests: sync: convert to use TAP13 ksft frameworkShuah Khan-34/+41
2017-07-28selftests: kselftest framework: add API to return pass/fail/* countsShuah Khan-0/+10
2017-07-28selftests: sync: differentiate between sync unsupported and access errorsShuah Khan-4/+19
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski-2/+6
2017-07-26selftests: ftrace: Check given string is not zero-lengthMasami Hiramatsu-3/+3
2017-07-26selftests: ftrace: Output only to console with "--logdir -"Masami Hiramatsu-8/+21
2017-07-26selftests: ftrace: Add more verbosity for immediate logMasami Hiramatsu-3/+7
2017-07-26selftests: ftrace: Add --fail-unsupported optionMasami Hiramatsu-1/+7
2017-07-26selftests: ftrace: Do not failure if there is unsupported testsMasami Hiramatsu-1/+1
2017-07-26selftests: breakpoint_test: Add missing line breaksShuah Khan-2/+2
2017-07-24rcutorture: Use nr_cpus rather than maxcpus to limit test sizePaul E. McKenney-2/+28
2017-07-24rcutorture: Place event-traced strings into trace bufferPaul E. McKenney-1/+1
2017-07-24rcutorture: Don't wait for kernel when all builds failPaul E. McKenney-7/+22
2017-07-24torture: Add --kconfig argument to kvm.shPaul E. McKenney-38/+96
2017-07-24rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenarioPaul E. McKenney-1/+2
2017-07-24rcutorture: Remove obsolete SRCU-C.bootPaul E. McKenney-1/+0
2017-07-24selftests/bpf: subtraction bounds testEdward Cree-0/+28
2017-07-24selftests: Fix installation for splice testDaniel Díaz-4/+1
2017-07-24selftests: watchdog: get boot reason via WDIOC_GETBOOTSTATUSEugeniu Rosca-1/+17
2017-07-24selftests: watchdog: avoid keepalive floodEugeniu Rosca-2/+6
2017-07-24selftests: watchdog: point out ioctl() failuresEugeniu Rosca-0/+6
2017-07-24selftests: watchdog: prefer strtoul() over atoi()Eugeniu Rosca-1/+1
2017-07-24selftests: watchdog: use getopt_long()Eugeniu Rosca-17/+39
2017-07-24selftests: watchdog: fix mixed whitespaceEugeniu Rosca-63/+63
2017-07-24selftests/nsfs: create kconfig fragmentsNaresh Kamboju-0/+3
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-235/+2171
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-6/+476
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann-2/+2
2017-07-17xdp: bpf redirect with map sample programJohn Fastabend-0/+2
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend-0/+15
2017-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+633
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez-22/+2
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez-0/+653
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds-2/+9
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-2/+66
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-220/+776
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-5/+211
2017-07-12test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez-0/+89
2017-07-12test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez-0/+63
2017-07-12test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez-0/+62
2017-07-12test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez-0/+66
2017-07-12test_sysctl: add generic script to expand on testsLuis R. Rodriguez-220/+495
2017-07-12test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez-4/+5
2017-07-11samples/bpf: fix a build issueYonghong Song-1/+212
2017-07-09rtc: rtctest: add check for problematic datesBenjamin Gaignard-4/+124