1. f9e62f3 treewide: Make all debug_obj_descriptors const by Stephen Boyd · 4 years, 5 months ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  3. af5a06b hrtimer: Use sequence counter with associated raw spinlock by Ahmed S. Darwish · 4 years, 6 months ago
  4. 73d2056 hrtimer: Don't dereference the hrtimer pointer after the callback by Sebastian Andrzej Siewior · 4 years, 10 months ago
  5. 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, 10 months ago
  6. 40db173 lockdep: Add hrtimer context tracing bits by Sebastian Andrzej Siewior · 4 years, 10 months ago
  7. 38f7b0b hrtimer: Cast explicitely to u32t in __ktime_divns() by Wen Yang · 5 years ago
  8. eb5a4d0 hrtimer: Add missing sparse annotation for __run_timer() by Jules Irenge · 5 years ago
  9. ea2d1f7 hrtimers: Prepare hrtimer_nanosleep() for time namespaces by Andrei Vagin · 5 years ago
  10. 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
  11. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  12. 5614473 hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 5 years ago
  13. ff229ee hrtimer: Annotate lockless access to timer->base by Eric Dumazet · 5 years ago
  14. 5d2295f hrtimer: Add a missing bracket and hide `migration_base' on !SMP by Sebastian Andrzej Siewior · 5 years ago
  15. 68b2c8c hrtimer: Don't take expiry_lock when timer is currently migrated by Julien Grall · 5 years ago
  16. dd2261e hrtimer: Protect lockless access to timer->base by Julien Grall · 5 years ago
  17. 0bee3b6 hrtimer: Improve comments on handling priority inversion against softirq kthread by Frederic Weisbecker · 5 years ago
  18. f61eff8 hrtimer: Prepare support for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  19. 1842f5a hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT by Sebastian Andrzej Siewior · 5 years ago
  20. f5c2f02 hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT by Sebastian Andrzej Siewior · 5 years ago
  21. 0ab6a3d hrtimer: Make enqueue mode check work on RT by Thomas Gleixner · 5 years ago
  22. 0165646 hrtimer: Provide hrtimer_sleeper_start_expires() by Thomas Gleixner · 5 years ago
  23. dbc1625 hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls by Sebastian Andrzej Siewior · 5 years ago
  24. b744948 hrtimer: Remove task argument from hrtimer_init_sleeper() by Thomas Gleixner · 5 years ago
  25. 5163370 hrtimer: Use a bullet for the returns bullet list by Mauro Carvalho Chehab · 6 years ago
  26. 0e5aa23 hrtimer: Remove unused header include by Yangtao Li · 6 years ago
  27. 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
  28. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  29. 75b710a timers: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  30. f49c174 hrtimers/tick/clockevents: Remove sloppy license references by Thomas Gleixner · 6 years ago
  31. 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
  32. 58c5fc2 time: Remove useless filenames in top level comments by Thomas Gleixner · 6 years ago
  33. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 7 years ago
  34. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  35. 7a6e553 hrtimer: Improve kernel message printing by Geert Uytterhoeven · 7 years ago
  36. 0fe2795 posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME by Arnd Bergmann · 7 years ago
  37. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  38. a3ed0e43 Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME by Thomas Gleixner · 7 years ago
  39. 0190997 time: Change nanosleep to safe __kernel_* types by Deepa Dinamani · 7 years ago
  40. b5793b0 posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME by Deepa Dinamani · 7 years ago
  41. 51798de Merge branches 'pm-cpuidle' and 'pm-qos' by Rafael J. Wysocki · 7 years ago
  42. 7d2f6ab time: hrtimer: Use timerqueue_iterate_next() to get to the next timer by Rafael J. Wysocki · 7 years ago
  43. a59855c time: hrtimer: Introduce hrtimer_next_event_without() by Rafael J. Wysocki · 7 years ago
  44. 127bfa5 hrtimer: Unify MONOTONIC and BOOTTIME clock behavior by Thomas Gleixner · 7 years ago
  45. 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  46. 303c146 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  47. d5421ea hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  48. 42f42da hrtimer: Implement SOFT/HARD clock base selection by Anna-Maria Gleixner · 7 years ago
  49. 5da7016 hrtimer: Implement support for softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  50. c458b1d hrtimer: Prepare handling of hard and softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  51. 98ecadd hrtimer: Add clock bases and hrtimer mode for softirq context by Anna-Maria Gleixner · 7 years ago
  52. dd934aa hrtimer: Use irqsave/irqrestore around __run_hrtimer() by Anna-Maria Gleixner · 7 years ago
  53. ad38f59 hrtimer: Factor out __hrtimer_next_event_base() by Anna-Maria Gleixner · 7 years ago
  54. 138a6b7 hrtimer: Factor out __hrtimer_start_range_ns() by Anna-Maria Gleixner · 7 years ago
  55. 3ec7a3e hrtimer: Remove the 'base' parameter from hrtimer_reprogram() by Anna-Maria Gleixner · 7 years ago
  56. 2ac2dcc hrtimer: Make remote enqueue decision less restrictive by Anna-Maria Gleixner · 7 years ago
  57. 14c8034 hrtimer: Unify remote enqueue handling by Anna-Maria Gleixner · 7 years ago
  58. 61bb4bc hrtimer: Unify hrtimer removal handling by Anna-Maria Gleixner · 7 years ago
  59. ebba2c7 hrtimer: Make hrtimer_force_reprogramm() unconditionally available by Anna-Maria Gleixner · 7 years ago
  60. 11a9fe0 hrtimer: Make hrtimer_reprogramm() unconditional by Anna-Maria Gleixner · 7 years ago
  61. eb27926 hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional by Anna-Maria Gleixner · 7 years ago
  62. 07a9a7e hrtimer: Make the remote enqueue check unconditional by Anna-Maria Gleixner · 7 years ago
  63. 851cff8 hrtimer: Use accesor functions instead of direct access by Anna-Maria Gleixner · 7 years ago
  64. 28bfd18 hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code by Anna-Maria Gleixner · 7 years ago
  65. 3f0b9e8 hrtimer: Store running timer in hrtimer_clock_base by Anna-Maria Gleixner · 7 years ago
  66. c272ca5 hrtimer: Switch 'for' loop to _ffs() evaluation by Anna-Maria Gleixner · 7 years ago
  67. 63e2ed3 tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint by Anna-Maria Gleixner · 7 years ago
  68. 48d0c9b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  69. 6de6250 hrtimer: Fix hrtimer_start[_range_ns]() function descriptions by Anna-Maria Gleixner · 7 years ago
  70. 9077771 hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock() by Anna-Maria Gleixner · 7 years ago
  71. d05ca13 hrtimer: Correct blatantly incorrect comment by Thomas Gleixner · 7 years ago
  72. ae67bad hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active by Thomas Gleixner · 7 years ago
  73. 53bef3f timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  74. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  75. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  76. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  77. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  78. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  79. a760268 hrtimer: Move copyout of remaining time to do_nanosleep() by Al Viro · 8 years ago
  80. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  81. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  82. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  83. 0ba42a5 treewide: Fix typo in xml/driver-api/basics.xml by Masanari Iida · 8 years ago
  84. 016da20 hrtimer: Remove hrtimer_peek_ahead_timers() leftovers by Stephen Boyd · 8 years ago
  85. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  86. 370c913 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h> by Ingo Molnar · 8 years ago
  87. 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
  88. 336a9cd hrtimer: Catch invalid clockids again by Marc Zyngier · 9 years ago
  89. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  90. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  91. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  92. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  93. 4b7e9cf timers: Fix documentation for schedule_timeout() and similar by Douglas Anderson · 8 years ago
  94. 979515c time: Avoid undefined behaviour in ktime_add_safe() by Vegard Nossum · 8 years ago
  95. b4d90e9 hrtimer: Spelling fixes by Pratyush Patel · 9 years ago
  96. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 9 years ago
  97. 86721ab hrtimer: Remove redundant #ifdef block by Pratyush Patel · 9 years ago
  98. c08376a timer: Export destroy_hrtimer_on_stack() by Guenter Roeck · 9 years ago
  99. b9fdac7f debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 9 years ago
  100. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 9 years ago