aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03selftests: Add missing #include directivesBen Hutchings1-0/+1
2015-06-29Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-3/+25
2015-06-18selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz1-11/+12
2015-06-12selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz1-4/+72
2015-05-26kselftests: timers: Check _ALARM clockids are supported before suspendingJohn Stultz1-1/+5
2015-05-26kselftests: timers: Ease alarmtimer-suspend unreasonable latency valueJohn Stultz1-1/+1
2015-05-26kselftests: timers: Increase delay between suspends in alarmtimer-suspendJohn Stultz1-1/+1
2015-05-26selftests/timers: Make git ignore all binaries in timers test suiteZhang Zhen1-0/+18
2015-04-02kselftests: timers: Make set-timer-lat fail more gracefully for !CAP_WAKE_ALARMJohn Stultz1-0/+7
2015-03-31kselftests: timers: Reduce default runtime on inconsistency-check and set-timer-latJohn Stultz2-2/+2
2015-03-24tools, update rtctest.c to verify passage of timePrarit Bhargava1-0/+13
2015-03-24Documentation, split up rtc.txt into documentation and test filePrarit Bhargava2-1/+259
2015-03-19selftests/timers: Use shared logic to run and install testsMichael Ellerman1-15/+12
2015-03-19kselftest/timers: Set default threadtest values to simplify execution scriptsJohn Stultz1-2/+6
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
2014-11-17selftests/timers: change test to use ksft frameworkShuah Khan1-6/+8
2013-10-16tools/testing/selftests: fix uninitialized variableFelipe Pena1-1/+1
2013-07-03selftests: add basic posix timers selftestsFrederic Weisbecker2-0/+229