summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-1/+7
|\
| * sh: Add SECCOMP_FILTERMichael Karcher2020-08-141-1/+7
* | selftests/exec: add file type errno testsKees Cook2020-08-143-2/+200
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-138-50/+90
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-076-46/+83
| |\ \
| | * | selftests/bpf: Fix silent Makefile outputAndrii Nakryiko2020-08-071-22/+26
| | * | bpf: Fix compilation warning of selftestsJianlin Lv2020-08-063-14/+21
| | * | selftests: bpf: Switch off timeoutJiri Benc2020-08-061-0/+1
| | * | tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-061-8/+32
| | * | selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko2020-08-061-2/+3
| * | | mptcp: more stable diag self-testsPaolo Abeni2020-08-071-4/+5
| * | | selftests: mptcp: fix dependeciesPaolo Abeni2020-08-071-0/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-123-3/+106
|\ \ \
| * | | selftests: kmod: use variable NAME in kmod_test_0001()Tiezhu Yang2020-08-121-2/+2
| * | | mm/migrate: add migrate-shared test for migrate_vma_*()Ralph Campbell2020-08-121-0/+35
| * | | kselftests: cgroup: add perpcu memory accounting testRoman Gushchin2020-08-121-1/+69
* | | | Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-111-68/+299
|\ \ \ \ | |/ / / |/| | |
| * | | tools/testing/nvdimm: Emulate firmware activation commandsDan Williams2020-07-251-4/+205
| * | | tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulationDan Williams2020-07-251-40/+43
| * | | tools/testing/nvdimm: Add command debug messagesDan Williams2020-07-251-0/+25
| * | | tools/testing/nvdimm: Cleanup dimm index passingDan Williams2020-07-251-16/+18
| * | | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams2020-07-251-8/+8
* | | | Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-102-16/+105
|\ \ \ \
| * | | | ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King2020-08-101-1/+1
| * | | | ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)2020-08-101-3/+6
| * | | | ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)2020-07-022-1/+24
| * | | | ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)2020-07-021-4/+38
| * | | | ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)2020-07-011-0/+2
| * | | | ktest.pl: Just open up the log file onceSteven Rostedt (VMware)2020-07-011-12/+12
| * | | | ktest.pl: Add a NOT operatorSteven Rostedt (VMware)2020-07-011-0/+6
| * | | | ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)2020-07-012-1/+12
| * | | | ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)2020-07-011-0/+4
| * | | | ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware)2020-07-011-2/+8
* | | | | Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2020-08-076-2/+118
|\ \ \ \ \
| * | | | | selftests: splice: Check behavior of full and short splicesKees Cook2020-08-076-2/+118
| | |_|_|/ | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0710-3/+758
|\ \ \ \ \
| * | | | | selftests: add mincore() testsRicardo CaƱuelo2020-08-074-0/+370
| * | | | | kselftests: cgroup: add kernel memory accounting testsRoman Gushchin2020-08-073-0/+385
| * | | | | tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh2020-08-071-1/+1
| * | | | | tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-072-2/+2
* | | | | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-0744-202/+1557
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | selftests/powerpc: Fix pkey syscall redefinitionsSandipan Das2020-08-051-6/+6
| * | | | | selftests/powerpc: Skip vmx/vsx/tar/etc tests on older CPUsMichael Ellerman2020-08-0310-6/+34
| * | | | | selftests/powerpc: Fix online CPU selectionSandipan Das2020-07-301-12/+25
| * | | | | selftests/powerpc: Return skip code for spectre_v2Thadeu Lima de Souza Cascardo2020-07-291-0/+10
| * | | | | selftests/powerpc: Fix CPU affinity for child processHarish2020-07-291-5/+16
| * | | | | selftests/powerpc: Remove powerpc special cases from stack expansion testMichael Ellerman2020-07-291-36/+5
| * | | | | selftests/powerpc: Update the stack expansion testMichael Ellerman2020-07-291-5/+5
| * | | | | selftests/powerpc: Add test of stack expansion logicMichael Ellerman2020-07-295-1/+361
| * | | | | selftests/powerpc: Squash spurious errors due to device removalOliver O'Halloran2020-07-291-3/+8