1. de95a99 tick/sched: Annotate lockless access to last_jiffies_update by Eric Dumazet · 5 years ago
  2. f35deaf time/posix-stubs: Provide compat itimer supoprt for alpha by Arnd Bergmann · 5 years ago
  3. a33121e ptp: fix the race between the release of ptp_clock and cdev by Vladis Dronov · 5 years ago
  4. 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
  5. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  6. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  7. b111df8 y2038: alarm: fix half-second cut-off by Arnd Bergmann · 5 years ago
  8. 83bae01 Merge branch 'timers/urgent' into timers/core, to pick up fix by Ingo Molnar · 5 years ago
  9. 7b84744 time: Zero the upper 32-bits in __kernel_timespec on 32-bit by Dmitry Safonov · 5 years ago
  10. b21feab Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies by Ingo Molnar · 5 years ago
  11. bd40a17 y2038: itimer: change implementation to timespec64 by Arnd Bergmann · 5 years ago
  12. ddbc7d0 y2038: move itimer reset into itimer.c by Arnd Bergmann · 5 years ago
  13. 4c22ea2 y2038: use compat_{get,set}_itimer on alpha by Arnd Bergmann · 5 years ago
  14. c1745f8 y2038: itimer: compat handling to itimer.c by Arnd Bergmann · 5 years ago
  15. 5e0fb1b y2038: time: avoid timespec usage in settimeofday() by Arnd Bergmann · 6 years ago
  16. 75d319c y2038: syscalls: change remaining timeval to __kernel_old_timeval by Arnd Bergmann · 5 years ago
  17. 2a78599 y2038: uapi: change __kernel_time_t to __kernel_old_time_t by Arnd Bergmann · 5 years ago
  18. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  19. 1d6acc1 time: Fix spelling mistake in comment by Mukesh Ojha · 5 years ago
  20. 20d0873 time: Optimize ns_to_timespec64() by Arnd Bergmann · 5 years ago
  21. 2f58413 ntp/y2038: Remove incorrect time_t truncation by Arnd Bergmann · 5 years ago
  22. 6d5a763 Merge tag 'v5.4-rc7' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  23. 5614473 hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 5 years ago
  24. 5233841 timekeeping/vsyscall: Update VDSO data unconditionally by Huacai Chen · 5 years ago
  25. 43e0ae7 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 5 years ago
  26. e44fcb4 sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enabled_this_cpu() by Frederic Weisbecker · 5 years ago
  27. 7f2cbcb posix-cpu-timers: Fix two trivial comments by Yi Wang · 5 years ago
  28. 086ee46 timers/sched_clock: Include local timekeeping.h for missing declarations by Ben Dooks (Codethink) · 5 years ago
  29. ff229ee hrtimer: Annotate lockless access to timer->base by Eric Dumazet · 5 years ago
  30. ae9e557 time: Export tick start/stop functions for rcutorture by Paul E. McKenney · 5 years ago
  31. 01b4c39 nohz: Add TICK_DEP_BIT_RCU by Frederic Weisbecker · 5 years ago
  32. b9023b9 tick: broadcast-hrtimer: Fix a race in bc_set_next by Balasubramani Vivekanandan · 5 years ago
  33. da05b5e Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  34. e430d80 timer: Read jiffies once when forwarding base clk by Li RongQing · 5 years ago
  35. 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
  36. 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
  37. d281706 Merge branch 'pm-sleep' by Rafael J. Wysocki · 5 years ago
  38. 77b4b54 posix-cpu-timers: Fix permission check regression by Thomas Gleixner · 5 years ago
  39. f18ddc13 alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP by Thadeu Lima de Souza Cascardo · 5 years ago
  40. 5d2295f hrtimer: Add a missing bracket and hide `migration_base' on !SMP by Sebastian Andrzej Siewior · 5 years ago
  41. a2ed4fd posix-cpu-timers: Make expiry_active check actually work correctly by Thomas Gleixner · 5 years ago
  42. 71fed98 tick: Mark sched_timer to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  43. 60bda03 posix-cpu-timers: Utilize timerqueue for storage by Thomas Gleixner · 5 years ago
  44. 244d49e posix-cpu-timers: Move state tracking to struct posix_cputimers by Thomas Gleixner · 5 years ago
  45. 8991afe posix-cpu-timers: Deduplicate rlimit handling by Thomas Gleixner · 5 years ago
  46. dd67022 posix-cpu-timers: Remove pointless comparisons by Thomas Gleixner · 5 years ago
  47. 8ea1de9 posix-cpu-timers: Get rid of 64bit divisions by Thomas Gleixner · 5 years ago
  48. 1cd07c0b posix-cpu-timers: Consolidate timer expiry further by Thomas Gleixner · 5 years ago
  49. 2bbdbda posix-cpu-timers: Get rid of zero checks by Thomas Gleixner · 5 years ago
  50. fe0517f posix-cpu-timers: Respect INFINITY for hard RTTIME limit by Thomas Gleixner · 5 years ago
  51. b7be4ef posix-cpu-timers: Switch thread group sampling to array by Thomas Gleixner · 5 years ago
  52. 87dc644 posix-cpu-timers: Restructure expiry array by Thomas Gleixner · 5 years ago
  53. 46b8839 posix-cpu-timers: Remove cputime_expires by Thomas Gleixner · 5 years ago
  54. 001f797 posix-cpu-timers: Make expiry checks array based by Thomas Gleixner · 5 years ago
  55. b0d524f posix-cpu-timers: Provide array based sample functions by Thomas Gleixner · 5 years ago
  56. c02b078 posix-cpu-timers: Switch check_*_timers() to array cache by Thomas Gleixner · 5 years ago
  57. 1b0dd96 posix-cpu-timers: Simplify set_process_cpu_timer() by Thomas Gleixner · 5 years ago
  58. 3b495b2 posix-cpu-timers: Simplify timer queueing by Thomas Gleixner · 5 years ago
  59. 11b8462 posix-cpu-timers: Provide array based access to expiry cache by Thomas Gleixner · 5 years ago
  60. 3a245c0 posix-cpu-timers: Move expiry cache into struct posix_cputimers by Thomas Gleixner · 5 years ago
  61. 2b69942 posix-cpu-timers: Create a container struct by Thomas Gleixner · 5 years ago
  62. ab693c5 posix-cpu-timers: Move prof/virt_ticks into caller by Thomas Gleixner · 5 years ago
  63. 0476ff2 posix-cpu-timers: Sample task times once in expiry check by Thomas Gleixner · 5 years ago
  64. 8c2d74f posix-cpu-timers: Get rid of pointer indirection by Thomas Gleixner · 5 years ago
  65. 2092c1d4 posix-cpu-timers: Simplify sample functions by Thomas Gleixner · 5 years ago
  66. 5405d00 posix-cpu-timers: Remove pointless return value check by Thomas Gleixner · 5 years ago
  67. da020ce posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm() by Thomas Gleixner · 5 years ago
  68. 99093c5 posix-cpu-timers: Use clock ID in posix_cpu_timer_get() by Thomas Gleixner · 5 years ago
  69. c7a37c6 posix-cpu-timers: Use clock ID in posix_cpu_timer_set() by Thomas Gleixner · 5 years ago
  70. 24ab7f5 posix-cpu-timers: Consolidate thread group sample code by Thomas Gleixner · 5 years ago
  71. c506bef4 posix-cpu-timers: Rename thread_group_cputimer() and make it static by Thomas Gleixner · 5 years ago
  72. a324956 posix-cpu-timers: Sample directly in timer check by Thomas Gleixner · 5 years ago
  73. a34360d itimers: Use quick sample function by Thomas Gleixner · 5 years ago
  74. 19298fb posix-cpu-timers: Provide quick sample function for itimer by Thomas Gleixner · 5 years ago
  75. e5a8b65 posix-cpu-timers: Use common permission check in posix_cpu_timer_create() by Thomas Gleixner · 5 years ago
  76. bfcf3e9 posix-cpu-timers: Use common permission check in posix_cpu_clock_get() by Thomas Gleixner · 5 years ago
  77. 6ae40e3 posix-cpu-timers: Provide task validation functions by Thomas Gleixner · 5 years ago
  78. b99328a timekeeping/vsyscall: Prevent math overflow in BOOTTIME update by Thomas Gleixner · 5 years ago
  79. dce3e8f posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers() by Thomas Gleixner · 5 years ago
  80. 692117c posix-cpu-timers: Sanitize bogus WARNONS by Thomas Gleixner · 5 years ago
  81. 68b2c8c hrtimer: Don't take expiry_lock when timer is currently migrated by Julien Grall · 5 years ago
  82. dd2261e hrtimer: Protect lockless access to timer->base by Julien Grall · 5 years ago
  83. c8377ad PM / wakeup: Show wakeup sources stats in sysfs by Tri Vo · 5 years ago
  84. 7cb9a94 posix-cpu-timers: Fixup stale comment by Thomas Gleixner · 5 years ago
  85. 0bee3b6 hrtimer: Improve comments on handling priority inversion against softirq kthread by Frederic Weisbecker · 5 years ago
  86. ec8f954 posix-timers: Use a callback for cancel synchronization on PREEMPT_RT by Thomas Gleixner · 5 years ago
  87. 5d99b32 posix-timers: Move rcu_head out of it union by Sebastian Andrzej Siewior · 5 years ago
  88. 6945e5c posix-timers: Rework cancel retry loops by Thomas Gleixner · 5 years ago
  89. 21670ee posix-timers: Cleanup the flag/flags confusion by Thomas Gleixner · 5 years ago
  90. c7e6d70 itimers: Prepare for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  91. 51ae330 alarmtimer: Prepare for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  92. 030dcdd timers: Prepare support for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  93. f61eff8 hrtimer: Prepare support for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  94. 1842f5a hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT by Sebastian Andrzej Siewior · 5 years ago
  95. f5c2f02 hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT by Sebastian Andrzej Siewior · 5 years ago
  96. 902a9f9 tick: Mark tick related hrtimers to expiry in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  97. 0ab6a3d hrtimer: Make enqueue mode check work on RT by Thomas Gleixner · 5 years ago
  98. 0165646 hrtimer: Provide hrtimer_sleeper_start_expires() by Thomas Gleixner · 5 years ago
  99. dbc1625 hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls by Sebastian Andrzej Siewior · 5 years ago
  100. b744948 hrtimer: Remove task argument from hrtimer_init_sleeper() by Thomas Gleixner · 5 years ago