summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2118-235/+2171
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-202-6/+476
| |\
| | * bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-201-0/+418
| | * bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-201-0/+52
| | * bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-201-4/+4
| | * bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-202-2/+2
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-143-0/+633
| |\ \
| | * | kmod: throttle kmod thread limitLuis R. Rodriguez2017-07-141-22/+2
| | * | kmod: add test driver to stress test the module loaderLuis R. Rodriguez2017-07-143-0/+653
| * | | Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds2017-07-141-2/+9
| |\ \ \ | | |/ / | |/| |
| | * | NTB: ntb_test: add parameter for doorbell bitmaskAllen Hubbe2017-07-061-2/+5
| | * | NTB: ntb_test: modprobe on remote hostAllen Hubbe2017-07-061-0/+4
| * | | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-133-2/+66
| |\ \ \
| | * | | selftests/ftrace: Add a testcase for kprobe event namingMasami Hiramatsu2017-07-091-0/+36
| | * | | selftests/ftrace: Add a test to probe module functionsNaveen N. Rao2017-07-091-0/+28
| | * | | selftests/ftrace: Update multiple kprobes test for powerpcNaveen N. Rao2017-07-091-2/+2
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-136-220/+776
| |\ \ \ \
| | * | | | test_sysctl: test against int proc_dointvec() array supportLuis R. Rodriguez2017-07-121-0/+89
| | * | | | test_sysctl: add simple proc_douintvec() caseLuis R. Rodriguez2017-07-121-0/+63
| | * | | | test_sysctl: add simple proc_dointvec() caseLuis R. Rodriguez2017-07-121-0/+62
| | * | | | test_sysctl: test against PAGE_SIZE for intLuis R. Rodriguez2017-07-121-0/+66
| | * | | | test_sysctl: add generic script to expand on testsLuis R. Rodriguez2017-07-125-220/+495
| | * | | | test_sysctl: add dedicated proc sysctl test driverLuis R. Rodriguez2017-07-123-4/+5
| * | | | | Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-07-133-5/+211
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | rtc: rtctest: add check for problematic datesBenjamin Gaignard2017-07-091-4/+124
| | * | | | tools: timer: add rtctest_setdateBenjamin Gaignard2017-07-092-1/+87
* | | | | | xdp: bpf redirect with map sample programJohn Fastabend2017-07-171-0/+2
* | | | | | bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+15
|/ / / / /
* | | | | samples/bpf: fix a build issueYonghong Song2017-07-113-1/+212
| |/ / / |/| | |
* | | | Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2017-07-0737-486/+940
|\ \ \ \
| * | | | selftests: membarrier: use ksft_* var arg msg apiShuah Khan2017-06-301-50/+41
| * | | | selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13Shuah Khan2017-06-301-36/+58
| * | | | selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg apiShuah Khan2017-06-301-26/+33
| * | | | selftests: breakpoint_test: use ksft_* var arg msg apiShuah Khan2017-06-301-12/+16
| * | | | kselftest: add ksft_print_msg() function to output general informationPaul Elder2017-06-301-0/+10
| * | | | kselftest: make ksft_* output functions variadicPaul Elder2017-06-301-12/+43
| * | | | selftests/capabilities: Fix the test_execve testAndy Lutomirski2017-06-301-5/+2
| * | | | selftests: intel_pstate: add .gitignoreShuah Khan2017-06-301-0/+2
| * | | | selftests: fix memory-hotplug testPo-Hsu Lin2017-06-301-16/+54
| * | | | selftests: add missing test name in memory-hotplug testPo-Hsu Lin2017-06-301-0/+1
| * | | | selftests: check percentage range for memory-hotplug testPo-Hsu Lin2017-06-301-0/+4
| * | | | selftests: check hot-pluggagble memory for memory-hotplug testPo-Hsu Lin2017-06-301-0/+5
| * | | | selftests: typo correction for memory-hotplug testPo-Hsu Lin2017-06-301-5/+5
| * | | | selftests: ftrace: Use md5sum to take less time of checking logsMasami Hiramatsu2017-06-301-3/+3
| * | | | tools/testing/selftests/sysctl: Add pre-check to the value of writes_strictOrson Zhai2017-06-273-2/+24
| * | | | selftest/net/Makefile: Specify output with $(OUTPUT)SeongJae Park2017-06-231-2/+1
| * | | | selftest/intel_pstate/aperf: Use LDLIBS instead of LDFLAGSSeongJae Park2017-06-231-1/+1
| * | | | selftest/memfd/Makefile: Fix build errorSeongJae Park2017-06-231-1/+1
| * | | | selftests: lib: Skip tests on missing test modulesSumit Semwal2017-06-232-0/+8
| * | | | kselftest: membarrier: make test names more informativeAlice Ferrazzi2017-06-151-2/+2
OpenPOWER on IntegriCloud