summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/timers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-042-15/+96
|\
| * kselftests: timers: set-timer-lat: Add one-shot timer test casesGreg Hackmann2017-08-171-13/+73
| * kselftests: timers: set-timer-lat: Tweak reporting when timer fires earlyGreg Hackmann2017-08-171-8/+25
| * kselftests: timers: freq-step: Fix build warningJohn Stultz2017-08-171-2/+2
| * kselftests: timers: freq-step: Define ADJ_SETOFFSET if device has older kerne...John Stultz2017-08-171-0/+4
* | selftests: timers: freq-step: fix compile errorShuah Khan2017-08-111-4/+3Star
|/
* Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-07-133-5/+211
|\
| * rtc: rtctest: add check for problematic datesBenjamin Gaignard2017-07-091-4/+124
| * tools: timer: add rtctest_setdateBenjamin Gaignard2017-07-092-1/+87
* | kselftests: timers: Add test for frequency stepMiroslav Lichvar2017-06-212-2/+271
* | kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar2017-06-211-2/+2
|/
* Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-091-1/+1
|\
| * selftests/timers: fix spelling mistake: "Asynchronous"Colin Ian King2017-04-131-1/+1
* | selftests/timers: Spelling s/privledges/privileges/Geert Uytterhoeven2017-03-241-2/+2
|/
* selftests: remove CROSS_COMPILE in dedicated Makefilebamvor.zhangjian@huawei.com2017-01-051-1/+0Star
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-7/+2Star
* Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2016-12-151-0/+1
|\
| * selftests: add missing set-tz to timers .gitignoreShuah Khan2016-12-081-0/+1
* | selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"Colin Ian King2016-11-291-1/+1
|/
* selftests/timers: Add missing error code assignment before testChristophe JAILLET2016-09-201-2/+2
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-3/+10
|\
| * rtc: rtctest: Change no IRQ detection for RTC_IRQP_SETAndrey Smirnov2016-06-261-1/+1
| * rtc: rtctest: Change no IRQ detection for RTC_IRQP_READAndrey Smirnov2016-06-261-1/+1
| * rtc: rtctest: Change alarm IRQ support detectionAndrey Smirnov2016-06-261-1/+8
* | kselftests: timers: Add set-tz test caseJohn Stultz2016-06-032-1/+121
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-181-1/+1
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-011-1/+138
|\ \
| * | kselftests: timers: Add adjtimex SETOFFSET validity testsJohn Stultz2016-01-261-1/+138
* | | Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-171-0/+1
|\ \ \ | |/ / |/| |
| * | update .gitignore in selftests/timersYuan Sun2016-01-071-0/+1
* | | selftests/timers: fix write return value handlngAndrzej Hajda2015-12-111-1/+1
|/ /
* | Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-111-0/+1
|\ \
| * | selftests: Add missing #include directivesBen Hutchings2015-11-041-0/+1
* | | Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2015-11-101-1/+1
|\ \ \ | |_|/ |/| |
| * | rtc: rtctest: enabling UIE for a chip that doesn't support it returns EINVALUwe Kleine-König2015-11-031-1/+1
| |/
* / timers, kselftest: Add 'adjtick' test to validate adjtimex() tick adjustmentsJohn Stultz2015-10-122-1/+223
|/
* Merge tag 'linux-kselftest-4.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-292-3/+25
|\
| * kselftests: timers: Check _ALARM clockids are supported before suspendingJohn Stultz2015-05-261-1/+5
| * kselftests: timers: Ease alarmtimer-suspend unreasonable latency valueJohn Stultz2015-05-261-1/+1
| * kselftests: timers: Increase delay between suspends in alarmtimer-suspendJohn Stultz2015-05-261-1/+1
| * selftests/timers: Make git ignore all binaries in timers test suiteZhang Zhen2015-05-261-0/+18
* | selftest: Timers: Avoid signal deadlock in leap-a-dayJohn Stultz2015-06-181-11/+12
* | selftests: timers: Add leap-second timer edge testing to leap-a-day.cJohn Stultz2015-06-121-4/+72
|/
* kselftests: timers: Make set-timer-lat fail more gracefully for !CAP_WAKE_ALARMJohn Stultz2015-04-021-0/+7
* kselftests: timers: Reduce default runtime on inconsistency-check and set-tim...John Stultz2015-03-312-2/+2
* tools, update rtctest.c to verify passage of timePrarit Bhargava2015-03-251-0/+13
* Documentation, split up rtc.txt into documentation and test filePrarit Bhargava2015-03-252-1/+259
* selftests/timers: Use shared logic to run and install testsMichael Ellerman2015-03-191-15/+12Star
* kselftest/timers: Set default threadtest values to simplify execution scriptsJohn Stultz2015-03-191-2/+6