summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* tools/testing/selftests/Makefile: alphasort the TARGETS listAndrew Morton2014-12-181-8/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-12-171-38/+166
|\
| * userns: Unbreak the unprivileged remount testsEric W. Biederman2014-12-111-8/+24
| * mnt: Update unprivileged remount testEric W. Biederman2014-12-021-30/+142
* | Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-1614-63/+248
|\ \
| * | selftest: size: Add size test for Linux kernelTim Bird2014-12-034-0/+114
| * | selftests/kcmp: Always try to build the testMichael Ellerman2014-12-021-16/+2
| * | selftests/kcmp: Don't include kernel headersMichael Ellerman2014-12-021-4/+0
| * | selftests/timers: change test to use ksft frameworkShuah Khan2014-11-171-6/+8
| * | selftests/kcmp: change test to use ksft frameworkShuah Khan2014-11-171-7/+20
| * | selftests/ipc: change test to use ksft frameworkShuah Khan2014-11-171-12/+14
| * | selftests/breakpoints: change test to use ksft frameworkShuah Khan2014-11-171-4/+6
| * | selftests: add kselftest framework for uniform test reportingShuah Khan2014-11-171-0/+62
| * | selftests/user: move test out of Makefile into a shell scriptShuah Khan2014-11-172-7/+11
| * | selftests/net: move test out of Makefile into a shell scriptShuah Khan2014-11-052-7/+11
* | | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-134-0/+432
|\ \ \
| * | | syscalls: add selftest for execveat(2)David Drysdale2014-12-134-0/+432
* | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2014-12-121-61/+0
|\ \ \ \ | |/ / / |/| | |
| * | | kselftest: Move the docs to the Documentation dirTim Bird2014-11-241-61/+0
| |/ /
* | | Merge tag 'ktest-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2014-12-101-11/+26
|\ \ \
| * | | ktest: Add back "tail -1" to kernelrelease makeSteven Rostedt (Red Hat)2014-11-231-1/+1
| * | | ktest: Add name to running titleSteven Rostedt (Red Hat)2014-11-211-1/+7
| * | | ktest: Allow tests to undefine default optionsSteven Rostedt (Red Hat)2014-11-211-8/+15
| * | | ktest: Fix make_min_config to handle new assign_configs callSteven Rostedt (Red Hat)2014-11-211-1/+3
| * | | ktest: Use make -s kernelreleaseMichal Marek2014-11-211-1/+1
| |/ /
* | | Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-1014-13/+484
|\ \ \
| * | | ftracetest: Add --verbose option for showing echo outputMasami Hiramatsu2014-12-041-10/+23
| * | | ftracetest: Fix to show descriptions on dashMasami Hiramatsu2014-12-041-1/+2
| * | | ftracetest: Add basic event tracing test casesNamhyung Kim2014-11-064-0/+158
| * | | ftracetest: Clear trace buffer after running kprobe testcasesNamhyung Kim2014-11-064-0/+4
| * | | ftracetest: Use logfile name supported by busybox's mktempNamhyung Kim2014-11-061-1/+1
| * | | ftracetest: Add a couple of ftrace test casesSteven Rostedt (Red Hat)2014-11-063-0/+221
| * | | ftracetest: Add functions file that holds helper functionsSteven Rostedt (Red Hat)2014-11-062-0/+19
| * | | ftracetest: Sort testcasesHeiko Carstens2014-11-031-1/+1
| * | | ftracetest: Add kprobes on ftrace testcaseHeiko Carstens2014-11-031-0/+55
* | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-2091-1633/+36
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney2014-11-1313-28/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | * | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-2934-38/+38
| | | | * | rcu: Unify boost and kthread prioritiesClark Williams2014-10-292-3/+3
| | | |/ / | | |/| |
| | | * | rcu: Remove CONFIG_RCU_CPU_STALL_VERBOSEPaul E. McKenney2014-10-2812-13/+1
| | |/ /
| * | | rcutorture: Remove obsolete kversion param in kvm.shPranith Kumar2014-11-032-15/+6
| * | | rcutorture: Remove stale test configurationsPranith Kumar2014-11-0371-1588/+0
| * | | rcutorture: Enable RCU self test in configsPranith Kumar2014-11-036-0/+12
| * | | torture: Run Linux-kernel binary out of results directoryPaul E. McKenney2014-11-031-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-131-1/+1
|\ \ \
| * | | selftests/net: psock_fanout seg faults in sock_fanout_read_ring()Shuah Khan2014-11-111-1/+1
| |/ /
* | | Merge tag 'ftracetest-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-11-041-1/+1
|\ \ \ | |/ / |/| / | |/
| * ftracetest: Take the first debugfs mount foundSteven Rostedt (Red Hat)2014-11-031-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-1334-30/+112
|\ \
| * \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-10-093-0/+8
| |\ \
OpenPOWER on IntegriCloud