summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-054-0/+179
|\
| * test: add firmware_class loader testKees Cook2014-07-184-0/+179
* | Merge tag 'char-misc-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-0510-34/+143
|\ \
| * | Merge 3.16-rc5 into char-misc-nextGreg Kroah-Hartman2014-07-143-4/+17
| |\|
| * | tools: selftests - create a separate hotplug target for full range testShuah Khan2014-07-126-6/+105
| * | tools: fix kcmp_test compile warningsShuah Khan2014-07-121-1/+1
| * | tools: Fix mqueue Makefile compile linking orderShuah Khan2014-07-121-2/+2
| * | tools: fix mq_open_tests compile warningsShuah Khan2014-07-121-6/+14
| * | tools: fix mq_perf_tests compile warningsShuah Khan2014-07-121-19/+21
| * | tools: cpu-hotplug fix unexpected operator errorShuah Khan2014-07-121-1/+1
| * | tools: memory-hotplug fix unexpected operator errorShuah Khan2014-07-121-1/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-0519-28/+26Star
|\ \ \
| * \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-07-1719-28/+26Star
| |\ \ \ | | |_|/ | |/| |
| | | |
| | | \
| | *-. \ Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.0...Paul E. McKenney2014-07-0919-28/+26Star
| | |\ \ \ | | | |_|/ | | |/| |
| | | | * torture: Clean up diagnostics from --buildonly runsPaul E. McKenney2014-06-263-12/+25
| | | | * torture: Enable versions without CFcommon to function correctlyPaul E. McKenney2014-06-261-0/+1
| | | |/ | | |/|
| | | * rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney2014-07-0916-16/+0Star
| | |/
* | | Merge tag 'ktest-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2014-08-042-349/+297Star
|\ \ \ | |/ / |/| |
| * | ktest: Update documentation on config_bisectSteven Rostedt (Red Hat)2014-04-241-38/+27Star
| * | ktest: Add the config bisect manual backSteven Rostedt (Red Hat)2014-04-241-1/+7
| * | ktest: Remove unused functionsSteven Rostedt (Red Hat)2014-04-241-62/+1Star
| * | ktest: Put back in the CONFIG_BISECT_CHECKSteven Rostedt (Red Hat)2014-04-241-2/+23
| * | ktest: Rewrite the config-bisect to actually workSteven Rostedt (Red Hat)2014-04-241-226/+226
| * | ktest: Some cleanup for improving readabilitySatoru Takeuchi2014-04-241-22/+20Star
| * | ktest: add 2nd parameter of run_command() to set the redirect target fileSatoru Takeuchi2014-04-241-8/+3Star
* | | tools/testing/selftests/ipc/msgque.c: improve error handling when not running...Shuah Khan2014-07-031-0/+5
* | | tools: memory-hotplug fix unexpected operator errorShuah Khan2014-07-031-1/+1
* | | tools: cpu-hotplug fix unexpected operator errorShuah Khan2014-07-031-1/+1
* | | selftests/powerpc: Use the test harness for the TM DSCR testMichael Ellerman2014-06-242-4/+12
| |/ |/|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-1341-46/+4083
|\ \
| * | selftests/powerpc: Add tests of PMU EBBsMichael Ellerman2014-06-1134-4/+3913
| * | selftests/powerpc: Add support for skipping testsMichael Ellerman2014-06-113-1/+21
| * | selftests/powerpc: Put the test in a separate process groupMichael Ellerman2014-06-111-2/+8
| * | selftests/powerpc: Fix instruction loop for ABIv2 (LE)Michael Ellerman2014-06-111-38/+35Star
| * | powerpc: Correct DSCR during TM context switchSam bobroff2014-06-113-1/+106
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+7
|\ \ \ | |/ / |/| |
| * | net: filter: BPF testsuiteAlexei Starovoitov2014-05-121-1/+7
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-114-2/+95
|\ \
| * | selftests/powerpc: Test the THP bug we fixed in the previous commitMichael Ellerman2014-06-063-1/+91
| * | selftests/powerpc: Update for ABIv2Anton Blanchard2014-04-231-1/+4
| |/
* | tools/testing/selftests/sysctl: validate sysctl_writes_strictKees Cook2014-06-075-0/+216
* | rcutorture: Note diffs from git commitsPaul E. McKenney2014-05-141-0/+4
* | rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernelsPaul E. McKenney2014-05-141-0/+1
* | torture: Use elapsed time to detect hangsPaul E. McKenney2014-05-141-6/+12
* | torture: Better summary diagnostics for build failuresPaul E. McKenney2014-05-144-8/+21
* | torture: Add tracing-enabled variant of TREE02Paul E. McKenney2014-05-141-0/+25
* | torture: Choose bzImage location based on architecturePaul E. McKenney2014-05-143-6/+43
* | torture: Permit multi-word qemu and boot argumentsPaul E. McKenney2014-05-141-2/+2
* | torture: Report diagnostics from qemuPaul E. McKenney2014-05-141-1/+8
* | torture: Make "--dryrun script" use same environment as normal runPaul E. McKenney2014-05-141-15/+11Star