summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers
AgeCommit message (Expand)AuthorLines
2017-07-13Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-5/+211
2017-07-09rtc: rtctest: add check for problematic datesBenjamin Gaignard-4/+124
2017-07-09tools: timer: add rtctest_setdateBenjamin Gaignard-1/+87
2017-06-20kselftests: timers: Add test for frequency stepMiroslav Lichvar-2/+271
2017-06-20kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar-2/+2
2017-05-08Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2017-04-13selftests/timers: fix spelling mistake: "Asynchronous"Colin Ian King-1/+1
2017-03-24selftests/timers: Spelling s/privledges/privileges/Geert Uytterhoeven-2/+2
2017-01-05selftests: remove CROSS_COMPILE in dedicated Makefilebamvor.zhangjian@huawei.com-1/+0
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com-7/+2
2016-12-15Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds-0/+1
2016-12-08selftests: add missing set-tz to timers .gitignoreShuah Khan-0/+1
2016-11-29selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"Colin Ian King-1/+1
2016-09-20selftests/timers: Add missing error code assignment before testChristophe JAILLET-2/+2
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds-3/+10
2016-06-26rtc: rtctest: Change no IRQ detection for RTC_IRQP_SETAndrey Smirnov-1/+1
2016-06-26rtc: rtctest: Change no IRQ detection for RTC_IRQP_READAndrey Smirnov-1/+1
2016-06-26rtc: rtctest: Change alarm IRQ support detectionAndrey Smirnov-1/+8
2016-06-02kselftests: timers: Add set-tz test caseJohn Stultz-1/+121
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-02-15treewide: Fix typo in printkMasanari Iida-1/+1
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+138
2016-01-26kselftests: timers: Add adjtimex SETOFFSET validity testsJohn Stultz-1/+138
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2016-01-07update .gitignore in selftests/timersYuan Sun-0/+1
2015-12-10selftests/timers: fix write return value handlngAndrzej Hajda-1/+1
2015-11-10Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2015-11-10Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds-1/+1
2015-11-03selftests: Add missing #include directivesBen Hutchings-0/+1
2015-11-03rtc: rtctest: enabling UIE for a chip that doesn't support it returns EINVALUwe Kleine-König-1/+1
2015-10-12timers, kselftest: Add 'adjtick' test to validate adjtimex() tick adjustmentsJohn Stultz-1/+223
2015-06-29Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+25
2015-06-18selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz-11/+12
2015-06-12selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz-4/+72
2015-05-26kselftests: timers: Check _ALARM clockids are supported before suspendingJohn Stultz-1/+5
2015-05-26kselftests: timers: Ease alarmtimer-suspend unreasonable latency valueJohn Stultz-1/+1
2015-05-26kselftests: timers: Increase delay between suspends in alarmtimer-suspendJohn Stultz-1/+1
2015-05-26selftests/timers: Make git ignore all binaries in timers test suiteZhang Zhen-0/+18
2015-04-02kselftests: timers: Make set-timer-lat fail more gracefully for !CAP_WAKE_ALARMJohn Stultz-0/+7
2015-03-31kselftests: timers: Reduce default runtime on inconsistency-check and set-tim...John Stultz-2/+2
2015-03-24tools, update rtctest.c to verify passage of timePrarit Bhargava-0/+13
2015-03-24Documentation, split up rtc.txt into documentation and test filePrarit Bhargava-1/+259
2015-03-19selftests/timers: Use shared logic to run and install testsMichael Ellerman-15/+12
2015-03-19kselftest/timers: Set default threadtest values to simplify execution scriptsJohn Stultz-2/+6
2015-03-12selftests/timers: Add set-2038 test from timetest suiteJohn Stultz-1/+146
2015-03-12selftests/timers: Add set-tai from the timetest suiteJohn Stultz-1/+81
2015-03-12selftests/timers: Add leapcrash test from the timetest suiteJohn Stultz-1/+122
2015-03-12selftests/timers: Add leap-a-day test from timetest suiteJohn Stultz-0/+321
2015-03-12selftests/timers: Add clocksource-switch test from timetest suiteJohn Stultz-1/+181
2015-03-12selftests/timers: Add skew_consistency test from the timetests suiteJohn Stultz-1/+91