1. f80e214 hrtimer: Unbreak hrtimer_force_reprogram() by Thomas Gleixner · 3 years, 5 months ago
  2. 9482fd7 hrtimer: Use raw_cpu_ptr() in clock_was_set() by Thomas Gleixner · 3 years, 5 months ago
  3. 1e7f7fb hrtimer: Avoid more SMP function calls in clock_was_set() by Thomas Gleixner · 3 years, 6 months ago
  4. 81d741d hrtimer: Avoid unnecessary SMP function calls in clock_was_set() by Marcelo Tosatti · 3 years, 6 months ago
  5. 17a1b88 hrtimer: Add bases argument to clock_was_set() by Thomas Gleixner · 3 years, 6 months ago
  6. a761a67 timekeeping: Distangle resume and clock-was-set events by Thomas Gleixner · 3 years, 6 months ago
  7. e71a415 hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case by Thomas Gleixner · 3 years, 6 months ago
  8. 8c3b5e6 hrtimer: Ensure timerfd notification for HIGHRES=n by Thomas Gleixner · 3 years, 6 months ago
  9. b14bca9 hrtimer: Consolidate reprogramming code by Peter Zijlstra · 3 years, 6 months ago
  10. 627ef5a hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns() by Thomas Gleixner · 3 years, 6 months ago
  11. 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, 8 months ago
  12. 4bf07f6 timekeeping, clocksource: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  13. 5abbe51 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 4 years ago
  14. 46eb170 hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() by Anna-Maria Behnsen · 3 years, 10 months ago
  15. 533369b Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  16. 66981c3 hrtimer: Fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  17. 5254cb8 hrtimer: Remove unused inline function debug_hrtimer_free() by YueHaibing · 4 years, 4 months ago
  18. f9e62f3 treewide: Make all debug_obj_descriptors const by Stephen Boyd · 4 years, 5 months ago
  19. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  20. af5a06b hrtimer: Use sequence counter with associated raw spinlock by Ahmed S. Darwish · 4 years, 5 months ago
  21. 73d2056 hrtimer: Don't dereference the hrtimer pointer after the callback by Sebastian Andrzej Siewior · 4 years, 9 months ago
  22. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  23. 40db173 lockdep: Add hrtimer context tracing bits by Sebastian Andrzej Siewior · 4 years, 9 months ago
  24. 38f7b0b hrtimer: Cast explicitely to u32t in __ktime_divns() by Wen Yang · 5 years ago
  25. eb5a4d0 hrtimer: Add missing sparse annotation for __run_timer() by Jules Irenge · 5 years ago
  26. ea2d1f7 hrtimers: Prepare hrtimer_nanosleep() for time namespaces by Andrei Vagin · 5 years ago
  27. 043cf46 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  28. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  29. 5614473 hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 5 years ago
  30. ff229ee hrtimer: Annotate lockless access to timer->base by Eric Dumazet · 5 years ago
  31. 5d2295f hrtimer: Add a missing bracket and hide `migration_base' on !SMP by Sebastian Andrzej Siewior · 5 years ago
  32. 68b2c8c hrtimer: Don't take expiry_lock when timer is currently migrated by Julien Grall · 5 years ago
  33. dd2261e hrtimer: Protect lockless access to timer->base by Julien Grall · 5 years ago
  34. 0bee3b6 hrtimer: Improve comments on handling priority inversion against softirq kthread by Frederic Weisbecker · 5 years ago
  35. f61eff8 hrtimer: Prepare support for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  36. 1842f5a hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT by Sebastian Andrzej Siewior · 5 years ago
  37. f5c2f02 hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT by Sebastian Andrzej Siewior · 5 years ago
  38. 0ab6a3d hrtimer: Make enqueue mode check work on RT by Thomas Gleixner · 5 years ago
  39. 0165646 hrtimer: Provide hrtimer_sleeper_start_expires() by Thomas Gleixner · 5 years ago
  40. dbc1625 hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls by Sebastian Andrzej Siewior · 5 years ago
  41. b744948 hrtimer: Remove task argument from hrtimer_init_sleeper() by Thomas Gleixner · 5 years ago
  42. 5163370 hrtimer: Use a bullet for the returns bullet list by Mauro Carvalho Chehab · 6 years ago
  43. 0e5aa23 hrtimer: Remove unused header include by Yangtao Li · 6 years ago
  44. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  45. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  46. 75b710a timers: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  47. f49c174 hrtimers/tick/clockevents: Remove sloppy license references by Thomas Gleixner · 6 years ago
  48. 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
  49. 58c5fc2 time: Remove useless filenames in top level comments by Thomas Gleixner · 6 years ago
  50. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  51. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 6 years ago
  52. 7a6e553 hrtimer: Improve kernel message printing by Geert Uytterhoeven · 6 years ago
  53. 0fe2795 posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME by Arnd Bergmann · 7 years ago
  54. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  55. a3ed0e43 Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME by Thomas Gleixner · 7 years ago
  56. 0190997 time: Change nanosleep to safe __kernel_* types by Deepa Dinamani · 7 years ago
  57. b5793b0 posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME by Deepa Dinamani · 7 years ago
  58. 51798de Merge branches 'pm-cpuidle' and 'pm-qos' by Rafael J. Wysocki · 7 years ago
  59. 7d2f6ab time: hrtimer: Use timerqueue_iterate_next() to get to the next timer by Rafael J. Wysocki · 7 years ago
  60. a59855c time: hrtimer: Introduce hrtimer_next_event_without() by Rafael J. Wysocki · 7 years ago
  61. 127bfa5 hrtimer: Unify MONOTONIC and BOOTTIME clock behavior by Thomas Gleixner · 7 years ago
  62. 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  63. 303c146 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  64. d5421ea hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  65. 42f42da hrtimer: Implement SOFT/HARD clock base selection by Anna-Maria Gleixner · 7 years ago
  66. 5da7016 hrtimer: Implement support for softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  67. c458b1d hrtimer: Prepare handling of hard and softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  68. 98ecadd hrtimer: Add clock bases and hrtimer mode for softirq context by Anna-Maria Gleixner · 7 years ago
  69. dd934aa hrtimer: Use irqsave/irqrestore around __run_hrtimer() by Anna-Maria Gleixner · 7 years ago
  70. ad38f59 hrtimer: Factor out __hrtimer_next_event_base() by Anna-Maria Gleixner · 7 years ago
  71. 138a6b7 hrtimer: Factor out __hrtimer_start_range_ns() by Anna-Maria Gleixner · 7 years ago
  72. 3ec7a3e hrtimer: Remove the 'base' parameter from hrtimer_reprogram() by Anna-Maria Gleixner · 7 years ago
  73. 2ac2dcc hrtimer: Make remote enqueue decision less restrictive by Anna-Maria Gleixner · 7 years ago
  74. 14c8034 hrtimer: Unify remote enqueue handling by Anna-Maria Gleixner · 7 years ago
  75. 61bb4bc hrtimer: Unify hrtimer removal handling by Anna-Maria Gleixner · 7 years ago
  76. ebba2c7 hrtimer: Make hrtimer_force_reprogramm() unconditionally available by Anna-Maria Gleixner · 7 years ago
  77. 11a9fe0 hrtimer: Make hrtimer_reprogramm() unconditional by Anna-Maria Gleixner · 7 years ago
  78. eb27926 hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional by Anna-Maria Gleixner · 7 years ago
  79. 07a9a7e hrtimer: Make the remote enqueue check unconditional by Anna-Maria Gleixner · 7 years ago
  80. 851cff8 hrtimer: Use accesor functions instead of direct access by Anna-Maria Gleixner · 7 years ago
  81. 28bfd18 hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code by Anna-Maria Gleixner · 7 years ago
  82. 3f0b9e8 hrtimer: Store running timer in hrtimer_clock_base by Anna-Maria Gleixner · 7 years ago
  83. c272ca5 hrtimer: Switch 'for' loop to _ffs() evaluation by Anna-Maria Gleixner · 7 years ago
  84. 63e2ed3 tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint by Anna-Maria Gleixner · 7 years ago
  85. 48d0c9b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  86. 6de6250 hrtimer: Fix hrtimer_start[_range_ns]() function descriptions by Anna-Maria Gleixner · 7 years ago
  87. 9077771 hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock() by Anna-Maria Gleixner · 7 years ago
  88. d05ca13 hrtimer: Correct blatantly incorrect comment by Thomas Gleixner · 7 years ago
  89. ae67bad hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active by Thomas Gleixner · 7 years ago
  90. 53bef3f timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  91. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  92. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  93. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  94. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  95. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  96. a760268 hrtimer: Move copyout of remaining time to do_nanosleep() by Al Viro · 8 years ago
  97. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  98. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  99. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  100. 0ba42a5 treewide: Fix typo in xml/driver-api/basics.xml by Masanari Iida · 8 years ago