summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
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
2017-07-09tools: timer: add rtctest_setdateBenjamin Gaignard-1/+87
2017-07-09selftests/ftrace: Add a testcase for kprobe event namingMasami Hiramatsu-0/+36
2017-07-09selftests/ftrace: Add a test to probe module functionsNaveen N. Rao-0/+28
2017-07-09selftests/ftrace: Update multiple kprobes test for powerpcNaveen N. Rao-2/+2
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds-486/+940
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-20/+33
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2017-07-06NTB: ntb_test: add parameter for doorbell bitmaskAllen Hubbe-2/+5
2017-07-06NTB: ntb_test: modprobe on remote hostAllen Hubbe-0/+4
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-49/+2536
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-17/+34
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+273
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-108/+65
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds-5/+7
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann-0/+165
2017-06-30selftests: membarrier: use ksft_* var arg msg apiShuah Khan-50/+41
2017-06-30selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13Shuah Khan-36/+58
2017-06-30selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg apiShuah Khan-26/+33
2017-06-30selftests: breakpoint_test: use ksft_* var arg msg apiShuah Khan-12/+16
2017-06-30kselftest: add ksft_print_msg() function to output general informationPaul Elder-0/+10
2017-06-30kselftest: make ksft_* output functions variadicPaul Elder-12/+43
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+66
2017-06-30selftests/capabilities: Fix the test_execve testAndy Lutomirski-5/+2
2017-06-30selftests: intel_pstate: add .gitignoreShuah Khan-0/+2
2017-06-30selftests: fix memory-hotplug testPo-Hsu Lin-16/+54
2017-06-30selftests: add missing test name in memory-hotplug testPo-Hsu Lin-0/+1
2017-06-30selftests: check percentage range for memory-hotplug testPo-Hsu Lin-0/+4
2017-06-30selftests: check hot-pluggagble memory for memory-hotplug testPo-Hsu Lin-0/+5
2017-06-30selftests: typo correction for memory-hotplug testPo-Hsu Lin-5/+5
2017-06-30selftests: ftrace: Use md5sum to take less time of checking logsMasami Hiramatsu-3/+3
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann-0/+66
2017-06-27tools/testing/selftests/sysctl: Add pre-check to the value of writes_strictOrson Zhai-2/+24
2017-06-26seccomp: Adjust selftests to avoid double-joinKees Cook-17/+34
2017-06-23selftest/net/Makefile: Specify output with $(OUTPUT)SeongJae Park-2/+1
2017-06-23selftest/intel_pstate/aperf: Use LDLIBS instead of LDFLAGSSeongJae Park-1/+1