aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-17kselftests: timers: set-timer-lat: Tweak reporting when timer fires earlyGreg Hackmann1-8/+25
2017-08-17kselftests: timers: freq-step: Fix build warningJohn Stultz1-2/+2
2017-08-17kselftests: timers: freq-step: Define ADJ_SETOFFSET if device has older kernel headersJohn Stultz1-0/+4
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 Torvalds6-220/+776
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds3-5/+211
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-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
2017-07-09selftests/ftrace: Update multiple kprobes test for powerpcNaveen N. Rao1-2/+2
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds37-486/+940
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-20/+33
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2017-07-06NTB: ntb_test: add parameter for doorbell bitmaskAllen Hubbe1-2/+5
2017-07-06NTB: ntb_test: modprobe on remote hostAllen Hubbe1-0/+4
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-49/+2536
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-17/+34
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-4/+273
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds32-108/+65
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds3-5/+7
2017-07-03bpf: add various test cases for verifier selftestDaniel Borkmann1-0/+165
2017-06-30selftests: membarrier: use ksft_* var arg msg apiShuah Khan1-50/+41
2017-06-30selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13Shuah Khan1-36/+58
2017-06-30selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg apiShuah Khan1-26/+33
2017-06-30selftests: breakpoint_test: use ksft_* var arg msg apiShuah Khan1-12/+16
2017-06-30kselftest: add ksft_print_msg() function to output general informationPaul Elder1-0/+10
2017-06-30kselftest: make ksft_* output functions variadicPaul Elder1-12/+43
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+66
2017-06-30selftests/capabilities: Fix the test_execve testAndy Lutomirski1-5/+2
2017-06-30selftests: intel_pstate: add .gitignoreShuah Khan1-0/+2
2017-06-30selftests: fix memory-hotplug testPo-Hsu Lin1-16/+54
2017-06-30selftests: add missing test name in memory-hotplug testPo-Hsu Lin1-0/+1
2017-06-30selftests: check percentage range for memory-hotplug testPo-Hsu Lin1-0/+4
2017-06-30selftests: check hot-pluggagble memory for memory-hotplug testPo-Hsu Lin1-0/+5
2017-06-30selftests: typo correction for memory-hotplug testPo-Hsu Lin1-5/+5
2017-06-30selftests: ftrace: Use md5sum to take less time of checking logsMasami Hiramatsu1-3/+3
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann1-0/+66
2017-06-27tools/testing/selftests/sysctl: Add pre-check to the value of writes_strictOrson Zhai3-2/+24