1. e09784a alarmtimer: Check RTC features instead of ops by Alexandre Belloni · 3 years, 8 months ago
  2. 87dcebf Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  3. 4bf07f6 timekeeping, clocksource: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
  4. 5abbe51 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 4 years ago
  5. b5c28ea alarmtimer: Update kerneldoc by Alexandre Belloni · 4 years ago
  6. ec02821 alarmtimer: Convert comma to semicolon by Xu Wang · 4 years, 5 months ago
  7. b0294f3 time: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  8. fd928f3 alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=n by Stephen Boyd · 5 years ago
  9. 7c94cac alarmtimer: Use wakeup source from alarmtimer platform device by Stephen Boyd · 5 years ago
  10. c79108b alarmtimer: Make alarmtimer platform device child of RTC device by Stephen Boyd · 5 years ago
  11. 6b088ce alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect reality by Stephen Boyd · 5 years ago
  12. 6b6d188 alarmtimer: Unregister wakeup source when module get fails by Stephen Boyd · 5 years ago
  13. 0b9b9a3 alarmtimer: Make nanosleep() time namespace aware by Andrei Vagin · 5 years ago
  14. 5a590f3 posix-clocks: Wire up clock_gettime() with timens offsets by Andrei Vagin · 5 years ago
  15. 9c71a2e posix-clocks: Introduce clock_get_ktime() callback by Andrei Vagin · 5 years ago
  16. 2f58bf9 alarmtimer: Provide get_timespec() callback by Andrei Vagin · 5 years ago
  17. 41b3b8d alarmtimer: Rename gettime() callback to get_ktime() by Andrei Vagin · 5 years ago
  18. eaf8019 posix-clocks: Rename .clock_get_timespec() callbacks accordingly by Andrei Vagin · 5 years ago
  19. 819a95f posix-clocks: Rename the clock_get() callback to clock_get_timespec() by Andrei Vagin · 5 years ago
  20. 77dcfe2 Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  21. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  22. f18ddc13 alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP by Thadeu Lima de Souza Cascardo · 5 years ago
  23. c8377ad PM / wakeup: Show wakeup sources stats in sysfs by Tri Vo · 5 years ago
  24. ec8f954 posix-timers: Use a callback for cancel synchronization on PREEMPT_RT by Thomas Gleixner · 5 years ago
  25. 51ae330 alarmtimer: Prepare for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  26. 141e1ec alarmtimer: Fix kerneldoc comment for alarmtimer_suspend() by Yangtao Li · 6 years ago
  27. 07d7e12 alarmtimer: Return correct remaining time by Andrei Vagin · 6 years ago
  28. 6c7811c time: Remove license boilerplate by Thomas Gleixner · 6 years ago
  29. 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
  30. 5f936e1 alarmtimer: Prevent overflow for relative nanosleep by Thomas Gleixner · 7 years ago
  31. 6fec64e posix-timers: Make forward callback return s64 by Thomas Gleixner · 7 years ago
  32. bd03143 alarmtimer: Init nanosleep alarm timer on stack by Thomas Gleixner · 7 years ago
  33. 5121829 alarmtimer: Ensure RTC module is not unloaded by Alexandre Belloni · 7 years ago
  34. 47b4a45 alarmtimer: Fix unavailable wake-up source in sysfs by Geert Uytterhoeven · 8 years ago
  35. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  36. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  37. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  38. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  39. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  40. 15f27ce alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep() by Al Viro · 8 years ago
  41. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago
  42. b3bf6f3 alarmtimer: Implement arm callback by Thomas Gleixner · 8 years ago
  43. e344c9e alarmtimer: Implement try_to_cancel callback by Thomas Gleixner · 8 years ago
  44. d653d845 alarmtimer: Implement remaining callback by Thomas Gleixner · 8 years ago
  45. e7561f1 alarmtimer: Implement forward callback by Thomas Gleixner · 8 years ago
  46. b3db80f alarmtimer: Implement timer_rearm() callback by Thomas Gleixner · 8 years ago
  47. 80105cd posix-timers: Move interval out of the union by Thomas Gleixner · 8 years ago
  48. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  49. 18c700c alarmtimer: Remove pointless config conditional by Thomas Gleixner · 8 years ago
  50. 978267b Merge branch 'timers/urgent' into WIP.timers by Thomas Gleixner · 8 years ago
  51. ff86bf0c alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 8 years ago
  52. f4781e7 alarmtimer: Prevent overflow of relative timers by Thomas Gleixner · 8 years ago
  53. b6b3b80 alarmtimer: Fix posix-timer constification fallout by Thomas Gleixner · 8 years ago
  54. d3ba5a9 posix-timers: Make posix_clocks immutable by Christoph Hellwig · 8 years ago
  55. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  56. 5f252b3 time: Change k_clock timer_set() and timer_get() to use timespec64 by Deepa Dinamani · 8 years ago
  57. d2e3e0c time: Change k_clock clock_getres() to use timespec64 by Deepa Dinamani · 8 years ago
  58. 3c9c12f time: Change k_clock clock_get() to use timespec64 by Deepa Dinamani · 8 years ago
  59. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  60. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  61. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  62. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  63. b6f8a92 posix-timers: give lazy compilers some help optimizing code away by Nicolas Pitre · 8 years ago
  64. 4a05754 alarmtimer: Add tracepoints for alarm timers by Baolin Wang · 8 years ago
  65. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  66. 54e2384 alarmtimer: Remove unused but set variable by Tobias Klauser · 8 years ago
  67. af4afb4 alarmtimer: Fix comments describing structure fields by Pratyush Patel · 9 years ago
  68. a0e3213 alarmtimer: Avoid unexpected rtc interrupt when system resume from S3 by zhuo-hao · 9 years ago
  69. b193217 alarmtimer: Get rid of unused return value by Thomas Gleixner · 10 years ago
  70. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  71. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  72. 474e941b alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 10 years ago
  73. 265b81d alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 10 years ago
  74. e86fea7 alarmtimer: Return relative times in timer_gettime by Richard Larocque · 10 years ago
  75. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  76. 1692777 alarmtimer: Fix bug where relative alarm timers were treated as absolute by John Stultz · 11 years ago
  77. 71d5d2b alarmtimer: Export symbols of alarmtimer_get_rtcdev by Pramod Gurav · 11 years ago
  78. 98d6f4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  79. 11682a4 alarmtimer: Export symbols of functions declared in linux/alarmtimer.h by Marcus Gelderie · 12 years ago
  80. 6cffe00 alarmtimer: Add functions for timerfd support by Todd Poynor · 12 years ago
  81. a65bcc1 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 12 years ago
  82. dae373b alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 12 years ago
  83. 59a93c2 alarmtimer: Implement minimum alarm interval for allowing suspend by Todd Poynor · 12 years ago
  84. 57c498f alarmtimer: Provide accessor to alarmtimer rtc device by John Stultz · 13 years ago
  85. c5e14e7 alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n by Thomas Gleixner · 13 years ago
  86. ad30dfa alarmtimer: Make sure we initialize the rtctimer by John Stultz · 13 years ago
  87. c9c024b alarmtimers: Fix time comparison by Thomas Gleixner · 13 years ago
  88. 4523f6a alarmtimers: Fix error handling by Thomas Gleixner · 13 years ago
  89. 8bc0daf alarmtimers: Rework RTC device selection using class interface by John Stultz · 14 years ago
  90. 9082c46 alarmtimers: Add try_to_cancel functionality by John Stultz · 13 years ago
  91. a28cde8 alarmtimers: Add more refined alarm state tracking by John Stultz · 13 years ago
  92. 9e26476 alarmtimers: Remove period from alarm structure by John Stultz · 13 years ago
  93. d77e23a alarmtimers: Remove interval cap limit hack by John Stultz · 13 years ago
  94. dce75a8 alarmtimers: Add alarm_forward functionality by John Stultz · 13 years ago
  95. 54da23b alarmtimers: Push rearming peroidic timers down into alamrtimer handler by John Stultz · 13 years ago
  96. 4b41308 alarmtimers: Change alarmtimer functions to return alarmtimer_restart values by John Stultz · 13 years ago
  97. 6af7e47 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 13 years ago
  98. ea7802f alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 13 years ago
  99. 971c90b alarmtimers: Avoid possible null pointer traversal by John Stultz · 13 years ago
  100. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 14 years ago