| Commit message (Expand) | Author | Age |
... | |
| * | | | kselftest/timers: Set default threadtest values to simplify execution scripts | John Stultz | 2015-03-19 |
| * | | | selftests: Add install target | Michael Ellerman | 2015-03-13 |
| * | | | selftests: Introduce minimal shared logic for running tests | Michael Ellerman | 2015-03-13 |
| * | | | selftests/timers: Add set-2038 test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add set-tai from the timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add leapcrash test from the timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add leap-a-day test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add clocksource-switch test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add skew_consistency test from the timetests suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add change_skew test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add alarmtimer-suspend test from timetests suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add adjtimex validation test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add mqueue latency test from the timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add threaded time inconsistency test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add set-timer-lat test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add clock skew estimation test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add nsleep-lat test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add inconsistency-check test from timetests | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Add nanosleep test from timetest suite | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Quiet warning due to lack of return check on brk | John Stultz | 2015-03-12 |
| * | | | selftests/timers: Cleanup Makefile to make it easier to add future tests | John Stultz | 2015-03-12 |
| | |/
| |/| |
|
* | | | selftests: Fix build failures when invoked from kselftest target | Shuah Khan | 2015-03-19 |
| |/
|/| |
|
* | | selftests/exec: Check if the syscall exists and bail if not | Michael Ellerman | 2015-03-11 |
|/ |
|
* | Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2015-02-11 |
|\ |
|
| * | selftests/powerpc: Add memcmp testcase | Anton Blanchard | 2015-01-23 |
| * | selftests/powerpc: Add subpage protection self test. | Paul Mackerras | 2015-01-22 |
| * | selftests/powerpc: Make git ignore all binaries in powerpc test suite | Anshuman Khandual | 2015-01-22 |
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-01-21 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',... | Paul E. McKenney | 2015-01-16 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | torture: Flag console.log file to prevent holdovers from earlier runs | Paul E. McKenney | 2015-01-10 |
| | | * | torture: Add "-enable-kvm -soundhw pcspk" to qemu command line | Paul E. McKenney | 2015-01-10 |
| | | * | rcutorture: Handle different mpstat versions | Paul E. McKenney | 2015-01-10 |
| | | * | rcutorture: Make build-output parsing correctly flag RCU's warnings | Paul E. McKenney | 2015-01-10 |
| | | * | rcutorture: Issue warnings on close calls due to Reader Batch blows | Paul E. McKenney | 2015-01-10 |
| | |/
| |/| |
|
| | * | rcutorture: Add checks for stall ending before dump start | Paul E. McKenney | 2015-01-06 |
| |/ |
|
* | | selftests/vm: fix link error for transhuge-stress test | Andrey Skvortsov | 2015-01-08 |
* | | tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARM | dann frazier | 2015-01-06 |
* | | selftests/exec: allow shell return code of 126 | David Drysdale | 2015-01-06 |
* | | selftests/exec: Use %zu to format size_t | Geert Uytterhoeven | 2014-12-22 |
|/ |
|
* | tools/testing/selftests/Makefile: alphasort the TARGETS list | Andrew Morton | 2014-12-18 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2014-12-17 |
|\ |
|
| * | userns: Unbreak the unprivileged remount tests | Eric W. Biederman | 2014-12-11 |
| * | mnt: Update unprivileged remount test | Eric W. Biederman | 2014-12-02 |
* | | Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-12-16 |
|\ \ |
|
| * | | selftest: size: Add size test for Linux kernel | Tim Bird | 2014-12-03 |
| * | | selftests/kcmp: Always try to build the test | Michael Ellerman | 2014-12-02 |
| * | | selftests/kcmp: Don't include kernel headers | Michael Ellerman | 2014-12-02 |
| * | | selftests/timers: change test to use ksft framework | Shuah Khan | 2014-11-17 |
| * | | selftests/kcmp: change test to use ksft framework | Shuah Khan | 2014-11-17 |
| * | | selftests/ipc: change test to use ksft framework | Shuah Khan | 2014-11-17 |