summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* tc-testing: fix tdc tests for 'bpf' actionDavide Caratti2018-05-101-3/+8
* selftests: net: use TEST_PROGS_EXTENDEDAnders Roxell2018-05-071-1/+1
* Merge tag 'linux-kselftest-4.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-031-4/+4
|\
| * selftests: Fix lib.mk run_tests target shell scriptMathieu Desnoyers2018-04-271-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-032-3/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-021-2/+2
| |\ \
| | * | bpf: minor fix to selftest test_stacktrace_build_id()Song Liu2018-05-021-2/+2
| * | | selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDEDAnders Roxell2018-04-271-1/+2
| |/ /
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-291-14/+21
|\ \ \
| * | | x86/entry/64/compat: Preserve r8-r11 in int $0x80Andy Lutomirski2018-04-271-14/+21
* | | | Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-273-5/+8
|\ \ \ \
| * | | | selftests:firmware: fixes a call to a wrong function nameJeffrin Jose T2018-04-251-1/+1
| * | | | test_firmware: fix setting old custom fw path back on exit, second tryBen Hutchings2018-04-231-4/+6
| * | | | test_firmware: Install all scriptsBen Hutchings2018-04-231-0/+1
* | | | | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-262-1/+45
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests: ftrace: Add a testcase for multiple actions on triggerMasami Hiramatsu2018-04-251-0/+44
| * | | | selftests: ftrace: Fix trigger extended error testcaseMasami Hiramatsu2018-04-251-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-244-2/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-224-2/+7
| |\ \ \
| | * | | tools/bpf: fix test_sock and test_sock_addr.sh failureYonghong Song2018-04-193-2/+4
| | * | | selftests: bpf: update .gitignore with missing generated filesAnders Roxell2018-04-111-0/+3
* | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-211-19/+65
|\ \ \ \ \
| * | | | | tools/testing/nvdimm: enable labels for nfit_test.1 dimmsDan Williams2018-04-161-0/+3
| * | | | | tools/testing/nvdimm: fix missing newline in nfit_test_dimm 'handle' attributeDan Williams2018-04-161-1/+1
| * | | | | tools/testing/nvdimm: support nfit_test_dimm attributes under nfit_test.1Dan Williams2018-04-161-18/+25
| * | | | | tools/testing/nvdimm: allow custom error code injectionDan Williams2018-04-161-1/+37
| | |_|/ / | |/| | |
* | | | | Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-211-5/+3
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | selftests/filesystems: Don't run dnotify_test by defaultMichael Ellerman2018-04-171-5/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-201-1/+1
|\ \ \
| * | | selftests: net: add in_netns.sh to TEST_PROGSAnders Roxell2018-04-121-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-167-17/+995
|\ \ \ \ | |_|/ / |/| | |
| * | | kvm: selftests: add vmx_tsc_adjust_testPaolo Bonzini2018-04-166-13/+991
| * | | kvm: selftests: add -std=gnu99 cflagsPeng Hao2018-04-121-1/+1
| * | | kvm: selftests: fix spelling mistake: "divisable" and "divisible"Colin Ian King2018-04-102-3/+3
* | | | proc: fixup copyright signAlexey Dobriyan2018-04-129-7/+37
| |/ / |/| |
* | | Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-113-272/+1091
|\ \ \
| * | | ktest: Take submenu into account for grub2 menusSatoru Takeuchi2018-04-101-1/+1
| * | | ktest.pl: Add MAIL_COMMAND option to define how to send emailSteven Rostedt (VMware)2018-04-072-20/+46
| * | | ktest.pl: Use run_command to execute sending mailSteven Rostedt (VMware)2018-04-071-2/+2
| * | | ktest.pl: Allow dodie be recursiveSteven Rostedt (VMware)2018-04-071-0/+7
| * | | ktest.pl: Kill test if mailer is not supportedSteven Rostedt (VMware)2018-04-071-1/+1
| * | | ktest.pl: Add MAIL_PATH option to define where to find the mailerSteven Rostedt (VMware)2018-04-072-5/+35
| * | | ktest.pl: No need to print no mailer is specified when mailto is notSteven Rostedt (VMware)2018-04-061-3/+5
| * | | Ktest: add email options to sample.configTim Tianyang Chen2018-04-061-0/+22
| * | | Ktest: Use dodie for critical faluresTim Tianyang Chen2018-04-061-27/+27
| * | | Ktest: Add SigInt handlingTim Tianyang Chen2018-04-061-0/+10
| * | | Ktest: Add email supportTim Tianyang Chen2018-04-061-3/+58
| * | | ktest.pl: Detect if a config-bisect was interruptedSteven Rostedt (VMware)2018-04-061-0/+14
| * | | ktest.pl: Make finding config-bisect.pl dynamicSteven Rostedt (VMware)2018-04-062-1/+36
| * | | ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisectSteven Rostedt (VMware)2018-04-062-8/+19