aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+34
2017-07-29bpf: testing: fix devmap testsGravatar John Fastabend 1-1/+3
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Gravatar Jakub Kicinski 1-2/+6
2017-07-24selftests/bpf: subtraction bounds testGravatar Edward Cree 1-0/+28
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 18-235/+2171
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-6/+476
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksGravatar Daniel Borkmann 1-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksGravatar Edward Cree 1-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsGravatar Daniel Borkmann 1-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierGravatar Daniel Borkmann 2-2/+2
2017-07-17xdp: bpf redirect with map sample programGravatar John Fastabend 1-0/+2
2017-07-17bpf: add devmap, a map for storing net device referencesGravatar John Fastabend 1-0/+15
2017-07-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-0/+633
2017-07-14kmod: throttle kmod thread limitGravatar Luis R. Rodriguez 1-22/+2
2017-07-14kmod: add test driver to stress test the module loaderGravatar Luis R. Rodriguez 3-0/+653
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-2/+9
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 3-2/+66
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-220/+776
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 3-5/+211
2017-07-12test_sysctl: test against int proc_dointvec() array supportGravatar Luis R. Rodriguez 1-0/+89
2017-07-12test_sysctl: add simple proc_douintvec() caseGravatar Luis R. Rodriguez 1-0/+63
2017-07-12test_sysctl: add simple proc_dointvec() caseGravatar Luis R. Rodriguez 1-0/+62
2017-07-12test_sysctl: test against PAGE_SIZE for intGravatar Luis R. Rodriguez 1-0/+66
2017-07-12test_sysctl: add generic script to expand on testsGravatar Luis R. Rodriguez 5-220/+495
2017-07-12test_sysctl: add dedicated proc sysctl test driverGravatar Luis R. Rodriguez 3-4/+5
2017-07-11samples/bpf: fix a build issueGravatar Yonghong Song 3-1/+212
2017-07-09rtc: rtctest: add check for problematic datesGravatar Benjamin Gaignard 1-4/+124
2017-07-09tools: timer: add rtctest_setdateGravatar Benjamin Gaignard 2-1/+87
2017-07-09selftests/ftrace: Add a testcase for kprobe event namingGravatar Masami Hiramatsu 1-0/+36
2017-07-09selftests/ftrace: Add a test to probe module functionsGravatar Naveen N. Rao 1-0/+28
2017-07-09selftests/ftrace: Update multiple kprobes test for powerpcGravatar Naveen N. Rao 1-2/+2
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 37-486/+940
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-20/+33
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2017-07-06NTB: ntb_test: add parameter for doorbell bitmaskGravatar Allen Hubbe 1-2/+5
2017-07-06NTB: ntb_test: modprobe on remote hostGravatar Allen Hubbe 1-0/+4
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 17-49/+2536
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-17/+34
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-4/+273
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 32-108/+65
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 3-5/+7
2017-07-03bpf: add various test cases for verifier selftestGravatar Daniel Borkmann 1-0/+165
2017-06-30selftests: membarrier: use ksft_* var arg msg apiGravatar Shuah Khan 1-50/+41
2017-06-30selftests: breakpoints: breakpoint_test_arm64: convert test to use TAP13Gravatar Shuah Khan 1-36/+58
2017-06-30selftests: breakpoints: step_after_suspend_test use ksft_* var arg msg apiGravatar Shuah Khan 1-26/+33
2017-06-30selftests: breakpoint_test: use ksft_* var arg msg apiGravatar Shuah Khan 1-12/+16
2017-06-30kselftest: add ksft_print_msg() function to output general informationGravatar Paul Elder 1-0/+10
2017-06-30kselftest: make ksft_* output functions variadicGravatar Paul Elder 1-12/+43
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+66
2017-06-30selftests/capabilities: Fix the test_execve testGravatar Andy Lutomirski 1-5/+2