aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-13selftests: Add install targetMichael Ellerman10-1/+73
2015-03-13selftests: Introduce minimal shared logic for running testsMichael Ellerman29-67/+65
2015-03-12selftests/timers: Add set-2038 test from timetest suiteJohn Stultz2-1/+146
2015-03-12selftests/timers: Add set-tai from the timetest suiteJohn Stultz2-1/+81
2015-03-12selftests/timers: Add leapcrash test from the timetest suiteJohn Stultz2-1/+122
2015-03-12selftests/timers: Add leap-a-day test from timetest suiteJohn Stultz2-0/+321
2015-03-12selftests/timers: Add clocksource-switch test from timetest suiteJohn Stultz2-1/+181
2015-03-12selftests/timers: Add skew_consistency test from the timetests suiteJohn Stultz2-1/+91
2015-03-12selftests/timers: Add change_skew test from timetest suiteJohn Stultz2-1/+109
2015-03-12selftests/timers: Add alarmtimer-suspend test from timetests suiteJohn Stultz2-2/+189
2015-03-12selftests/timers: Add adjtimex validation test from timetest suiteJohn Stultz2-1/+212
2015-03-12selftests/timers: Add mqueue latency test from the timetest suiteJohn Stultz2-1/+126
2015-03-12selftests/timers: Add threaded time inconsistency test from timetest suiteJohn Stultz2-2/+202
2015-03-12selftests/timers: Add set-timer-lat test from timetest suiteJohn Stultz2-1/+213
2015-03-12selftests/timers: Add clock skew estimation test from timetest suiteJohn Stultz2-1/+156
2015-03-12selftests/timers: Add nsleep-lat test from timetest suiteJohn Stultz2-1/+192
2015-03-12selftests/timers: Add inconsistency-check test from timetestsJohn Stultz2-2/+206
2015-03-12selftests/timers: Add nanosleep test from timetest suiteJohn Stultz2-1/+176
2015-03-12selftests/timers: Quiet warning due to lack of return check on brkJohn Stultz1-5/+4
2015-03-12selftests/timers: Cleanup Makefile to make it easier to add future testsJohn Stultz1-3/+8
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds14-4/+393
2015-01-23selftests/powerpc: Add memcmp testcaseAnton Blanchard6-1/+133
2015-01-23selftests/powerpc: Add subpage protection self test.Paul Mackerras3-3/+228
2015-01-23selftests/powerpc: Make git ignore all binaries in powerpc test suiteAnshuman Khandual6-0/+32
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar5-13/+38
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul E. McKenney5-13/+38
2015-01-10torture: Flag console.log file to prevent holdovers from earlier runsPaul E. McKenney1-0/+1
2015-01-10torture: Add "-enable-kvm -soundhw pcspk" to qemu command linePaul E. McKenney1-4/+4
2015-01-10rcutorture: Handle different mpstat versionsPaul E. McKenney1-1/+1
2015-01-10rcutorture: Make build-output parsing correctly flag RCU's warningsPaul E. McKenney1-7/+13
2015-01-10rcutorture: Issue warnings on close calls due to Reader Batch blowsPaul E. McKenney1-0/+18
2015-01-08selftests/vm: fix link error for transhuge-stress testAndrey Skvortsov1-1/+1
2015-01-06tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARMdann frazier1-2/+1
2015-01-06selftests/exec: allow shell return code of 126David Drysdale1-6/+13
2015-01-06rcutorture: Add checks for stall ending before dump startPaul E. McKenney1-1/+1
2014-12-22selftests/exec: Use %zu to format size_tGeert Uytterhoeven1-2/+2
2014-12-18tools/testing/selftests/Makefile: alphasort the TARGETS listAndrew Morton1-8/+9
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-38/+166
2014-12-16Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds14-63/+248
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds4-0/+432
2014-12-13syscalls: add selftest for execveat(2)David Drysdale4-0/+432
2014-12-12Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-61/+0
2014-12-11userns: Unbreak the unprivileged remount testsEric W. Biederman1-8/+24
2014-12-10Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds14-13/+484
2014-12-04ftracetest: Add --verbose option for showing echo outputMasami Hiramatsu1-10/+23
2014-12-04ftracetest: Fix to show descriptions on dashMasami Hiramatsu1-1/+2
2014-12-03selftest: size: Add size test for Linux kernelTim Bird4-0/+114
2014-12-02selftests/kcmp: Always try to build the testMichael Ellerman1-16/+2
2014-12-02selftests/kcmp: Don't include kernel headersMichael Ellerman1-4/+0
2014-12-02mnt: Update unprivileged remount testEric W. Biederman1-30/+142