aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-06-26seccomp: Adjust selftests to avoid double-joinKees Cook1-17/+34
2017-06-23selftest/net/Makefile: Specify output with $(OUTPUT)SeongJae Park1-2/+1
2017-06-23selftest/intel_pstate/aperf: Use LDLIBS instead of LDFLAGSSeongJae Park1-1/+1
2017-06-23selftest/memfd/Makefile: Fix build errorSeongJae Park1-1/+1
2017-06-23selftests: lib: Skip tests on missing test modulesSumit Semwal2-0/+8
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-20kselftests: timers: Add test for frequency stepMiroslav Lichvar2-2/+271
2017-06-20kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar1-2/+2
2017-06-20selftests: Introduce tc testsuiteLucas Bates10-0/+1863
2017-06-19NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe1-1/+1
2017-06-15kselftest: membarrier: make test names more informativeAlice Ferrazzi1-2/+2
2017-06-15kselftest: make callers of ksft_exit_skip() output the reason for skippingPaul Elder3-8/+6
2017-06-15kselftest: make ksft_exit_skip() output a reason for skippingPaul Elder1-2/+5
2017-06-15tools/testing/nvdimm: fix nfit_test buffer overflowYasunori Goto1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+30
2017-06-14kselftest: convert get_size to use stricter TAP13 formatTim Bird1-11/+16
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song4-1/+234
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-79/+13
2017-06-13kselftest: breakpoints: convert step_after_suspend_test to TAP13 outputPaul Elder1-26/+17
2017-06-13kselftest: breakpoints: convert breakpoint_test to TAP13 outputPaul Elder1-14/+15
2017-06-13kselftest: membarrier: convert to TAP13 outputPaul Elder1-16/+19
2017-06-13kselftest: add TAP13 conformant versions of ksft_* functionsPaul Elder1-4/+48
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer3-3/+3
2017-06-12selftests: kselftest_harness: Fix compile warningMickaël Salaün1-1/+1