aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-16selftests: futex: convert test to use ksft TAP13 frameworkShuah Khan8-23/+30
2017-08-14selftests: capabilities: convert error output to TAP13 ksft frameworkShuah Khan2-49/+65
2017-08-11selftests: memfd: Align STACK_SIZE for ARM AArch64 systemOrson Zhai1-1/+1
2017-08-09selftests: warn if failure is due to lack of executable bitLuis R. Rodriguez1-1/+6
2017-08-09selftests: kselftest framework: add error counterShuah Khan1-3/+18
2017-08-02selftests: capabilities: convert the test to use TAP13 ksft frameworkShuah Khan2-38/+62
2017-08-02selftests: capabilities: fix to run Non-root +ia, sgidroot => i testShuah Khan1-1/+2
2017-08-02selftests: ptp: include default header install pathGrygorii Strashko1-0/+1
2017-08-02selftests: sigaltstack: convert to use TAP13 ksft frameworkShuah Khan1-22/+31
2017-08-02selftests: splice: add .gitignore for generated filesShuah Khan1-0/+1
2017-08-02selftests: pstore: add .gitignore for generated filesShuah Khan1-0/+2
2017-07-28selftests: sync: convert to use TAP13 ksft frameworkShuah Khan2-34/+41
2017-07-28selftests: kselftest framework: add API to return pass/fail/* countsShuah Khan1-0/+10
2017-07-28selftests: sync: differentiate between sync unsupported and access errorsShuah Khan1-4/+19
2017-07-26selftests: ftrace: Check given string is not zero-lengthMasami Hiramatsu1-3/+3
2017-07-26selftests: ftrace: Output only to console with "--logdir -"Masami Hiramatsu1-8/+21
2017-07-26selftests: ftrace: Add more verbosity for immediate logMasami Hiramatsu1-3/+7
2017-07-26selftests: ftrace: Add --fail-unsupported optionMasami Hiramatsu1-1/+7
2017-07-26selftests: ftrace: Do not failure if there is unsupported testsMasami Hiramatsu1-1/+1
2017-07-26selftests: breakpoint_test: Add missing line breaksShuah Khan1-2/+2
2017-07-24selftests: Fix installation for splice testDaniel Díaz1-4/+1
2017-07-24selftests: watchdog: get boot reason via WDIOC_GETBOOTSTATUSEugeniu Rosca1-1/+17
2017-07-24selftests: watchdog: avoid keepalive floodEugeniu Rosca1-2/+6
2017-07-24selftests: watchdog: point out ioctl() failuresEugeniu Rosca1-0/+6
2017-07-24selftests: watchdog: prefer strtoul() over atoi()Eugeniu Rosca1-1/+1
2017-07-24selftests: watchdog: use getopt_long()Eugeniu Rosca1-17/+39
2017-07-24selftests: watchdog: fix mixed whitespaceEugeniu Rosca1-63/+63
2017-07-24selftests/nsfs: create kconfig fragmentsNaresh Kamboju1-0/+3
2017-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+633
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez1-22/+2
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez3-0/+653
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds1-2/+9
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-2/+66
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-221/+777
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-5/+211
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+212
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-07-12test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez1-0/+89
2017-07-12test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez1-0/+63
2017-07-12test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez1-0/+62
2017-07-12test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez1-0/+66
2017-07-12test_sysctl: add generic script to expand on testsLuis R. Rodriguez5-220/+495
2017-07-12test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez3-4/+5
2017-07-11samples/bpf: fix a build issueYonghong Song3-1/+212
2017-07-09rtc: rtctest: add check for problematic datesBenjamin Gaignard1-4/+124
2017-07-09tools: timer: add rtctest_setdateBenjamin Gaignard2-1/+87
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2017-07-09Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+11
2017-07-09selftests/ftrace: Add a testcase for kprobe event namingMasami Hiramatsu1-0/+36
2017-07-09selftests/ftrace: Add a test to probe module functionsNaveen N. Rao1-0/+28