summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* selftests/timers: Add set-2038 test from timetest suiteJohn Stultz2015-03-122-1/+146
* selftests/timers: Add set-tai from the timetest suiteJohn Stultz2015-03-122-1/+81
* selftests/timers: Add leapcrash test from the timetest suiteJohn Stultz2015-03-122-1/+122
* selftests/timers: Add leap-a-day test from timetest suiteJohn Stultz2015-03-122-0/+321
* selftests/timers: Add clocksource-switch test from timetest suiteJohn Stultz2015-03-122-1/+181
* selftests/timers: Add skew_consistency test from the timetests suiteJohn Stultz2015-03-122-1/+91
* selftests/timers: Add change_skew test from timetest suiteJohn Stultz2015-03-122-1/+109
* selftests/timers: Add alarmtimer-suspend test from timetests suiteJohn Stultz2015-03-122-2/+189
* selftests/timers: Add adjtimex validation test from timetest suiteJohn Stultz2015-03-122-1/+212
* selftests/timers: Add mqueue latency test from the timetest suiteJohn Stultz2015-03-122-1/+126
* selftests/timers: Add threaded time inconsistency test from timetest suiteJohn Stultz2015-03-122-2/+202
* selftests/timers: Add set-timer-lat test from timetest suiteJohn Stultz2015-03-122-1/+213
* selftests/timers: Add clock skew estimation test from timetest suiteJohn Stultz2015-03-122-1/+156
* selftests/timers: Add nsleep-lat test from timetest suiteJohn Stultz2015-03-122-1/+192
* selftests/timers: Add inconsistency-check test from timetestsJohn Stultz2015-03-122-2/+206
* selftests/timers: Add nanosleep test from timetest suiteJohn Stultz2015-03-122-1/+176
* selftests/timers: Quiet warning due to lack of return check on brkJohn Stultz2015-03-121-5/+4
* selftests/timers: Cleanup Makefile to make it easier to add future testsJohn Stultz2015-03-121-3/+8
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-1114-4/+393
|\
| * selftests/powerpc: Add memcmp testcaseAnton Blanchard2015-01-236-1/+133
| * selftests/powerpc: Add subpage protection self test.Paul Mackerras2015-01-233-3/+228
| * selftests/powerpc: Make git ignore all binaries in powerpc test suiteAnshuman Khandual2015-01-236-0/+32
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-215-13/+38
|\ \
| | \
| | \
| *-. \ Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-155-13/+38
| |\ \ \ | | |_|/ | |/| |
| | | * torture: Flag console.log file to prevent holdovers from earlier runsPaul E. McKenney2015-01-101-0/+1
| | | * torture: Add "-enable-kvm -soundhw pcspk" to qemu command linePaul E. McKenney2015-01-101-4/+4
| | | * rcutorture: Handle different mpstat versionsPaul E. McKenney2015-01-101-1/+1
| | | * rcutorture: Make build-output parsing correctly flag RCU's warningsPaul E. McKenney2015-01-101-7/+13
| | | * rcutorture: Issue warnings on close calls due to Reader Batch blowsPaul E. McKenney2015-01-101-0/+18
| | |/ | |/|
| | * rcutorture: Add checks for stall ending before dump startPaul E. McKenney2015-01-061-1/+1
| |/
* | selftests/vm: fix link error for transhuge-stress testAndrey Skvortsov2015-01-081-1/+1
* | tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARMdann frazier2015-01-061-2/+1
* | selftests/exec: allow shell return code of 126David Drysdale2015-01-061-6/+13
* | selftests/exec: Use %zu to format size_tGeert Uytterhoeven2014-12-221-2/+2
|/
* 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
|\ \ \
OpenPOWER on IntegriCloud