1. 2eeefc6 Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  2. f6f5cd84 timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" by Colin Ian King · 4 years ago
  3. ba8ea8e tick/sched: Remove bogus boot "safety" check by Thomas Gleixner · 4 years, 1 month ago
  4. f12ad42 tick: Remove pointless cpu valid check in hotplug code by Thomas Gleixner · 4 years, 1 month ago
  5. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  6. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  7. 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, 1 month ago
  8. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  9. aa3b66f tick/sched: Make jiffies update quick check more robust by Thomas Gleixner · 4 years, 1 month ago
  10. 76e87d9 ntp: Consolidate the RTC update implementation by Thomas Gleixner · 4 years, 1 month ago
  11. 69eca25 ntp: Make the RTC sync offset less obscure by Thomas Gleixner · 4 years, 1 month ago
  12. 33e62e8 ntp, rtc: Move rtc_set_ntp_time() to ntp code by Thomas Gleixner · 4 years, 1 month ago
  13. c9e6189 ntp: Make the RTC synchronization more reliable by Thomas Gleixner · 4 years, 1 month ago
  14. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  15. 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
  16. b996544 tick: Get rid of tick_period by Thomas Gleixner · 4 years, 1 month ago
  17. 896b969 tick/sched: Release seqcount before invoking calc_load_global() by Yunfeng Ye · 4 years, 1 month ago
  18. 7a35bf2 tick/sched: Optimize tick_do_update_jiffies64() further by Thomas Gleixner · 4 years, 1 month ago
  19. 94ad2e3 tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64() by Yunfeng Ye · 4 years, 1 month ago
  20. 372acbb tick/sched: Use tick_next_period for lockless quick check by Thomas Gleixner · 4 years, 1 month ago
  21. c398960 tick: Document protections for tick related data by Thomas Gleixner · 4 years, 1 month ago
  22. f73f64d tick/broadcast: Serialize access to tick_next_period by Thomas Gleixner · 4 years, 1 month ago
  23. 5c62634 namespace: make timens_on_fork() return nothing by Hui Su · 4 years, 1 month ago
  24. 66981c3 hrtimer: Fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  25. cc947f2 timers: Make run_local_timers() static by Thomas Gleixner · 4 years, 1 month ago
  26. 6e5a919 timekeeping: Address parameter documentation issues for various functions by Alex Shi · 4 years, 2 months ago
  27. 29efc46 timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset() by Alex Shi · 4 years, 2 months ago
  28. f27f7c3 timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier() by Alex Shi · 4 years, 2 months ago
  29. c1ce406 timekeeping: Fix up function documentation for the NMI safe accessors by Thomas Gleixner · 4 years, 1 month ago
  30. e025b03 timekeeping: Add missing parameter documentation for update_fast_timekeeper() by Alex Shi · 4 years, 2 months ago
  31. 199d280 timekeeping: Remove static functions from kernel-doc markup by Alex Shi · 4 years, 2 months ago
  32. a0f5a65 time: Add missing colons for parameter documentation of time64_to_tm() by Alex Shi · 4 years, 2 months ago
  33. c725daf timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timers by Sebastian Andrzej Siewior · 4 years, 2 months ago
  34. da88f9b timer_list: Use printk format instead of open-coded symbol lookup by Helge Deller · 4 years, 2 months ago
  35. 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 3 months ago
  36. 56cc7b8 timekeeping: remove xtime_update by Arnd Bergmann · 4 years, 3 months ago
  37. b355016 timekeeping: add CONFIG_LEGACY_TIMER_TICK by Arnd Bergmann · 4 years, 3 months ago
  38. 77f6c0b timekeeping: remove arch_gettimeoffset by Arnd Bergmann · 4 years, 3 months ago
  39. cb47755 time: Prevent undefined behaviour in timespec64_to_ns() by Zeng Tao · 4 years, 4 months ago
  40. 9010e38 timers: Remove unused inline funtion debug_timer_free() by YueHaibing · 4 years, 4 months ago
  41. 5254cb8 hrtimer: Remove unused inline function debug_hrtimer_free() by YueHaibing · 4 years, 4 months ago
  42. 4cd2bb1 time/sched_clock: Mark sched_clock_read_begin/retry() as notrace by Quanyang Wang · 4 years, 3 months ago
  43. 1a2b85f timekeeping: Convert jiffies_seq to seqcount_raw_spinlock_t by Davidlohr Bueso · 4 years, 2 months ago
  44. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
  45. c51f8f8 random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 5 months ago
  46. 41eea65 Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  47. ed016af Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  48. f5f5933 Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  49. e705d39 Merge branch 'locking/urgent' into locking/core, to pick up fixes by Ingo Molnar · 4 years, 3 months ago
  50. b36c830 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 3 months ago
  51. b952caf timers: Mask invalid flags in do_init_timer() by Qianli Zhao · 4 years, 5 months ago
  52. f9e62f3 treewide: Make all debug_obj_descriptors const by Stephen Boyd · 4 years, 5 months ago
  53. 249d053 timekeeping: Use seqcount_latch_t by Ahmed S. Darwish · 4 years, 4 months ago
  54. a690ed0 time/sched_clock: Use seqcount_latch_t by Ahmed S. Darwish · 4 years, 4 months ago
  55. 58faf20 time/sched_clock: Use raw_read_seqcount_latch() during suspend by Ahmed S. Darwish · 4 years, 4 months ago
  56. ec02821 alarmtimer: Convert comma to semicolon by Xu Wang · 4 years, 4 months ago
  57. bca3711 tick-sched: Clarify "NOHZ: local_softirq_pending" warning by Paul E. McKenney · 4 years, 6 months ago
  58. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  59. e2d977c timekeeping: Provide multi-timestamp accessor to NMI safe timekeeper by Thomas Gleixner · 4 years, 5 months ago
  60. 71419b3 timekeeping: Utilize local_clock() for NMI safe timekeeper during early boot by Thomas Gleixner · 4 years, 5 months ago
  61. 28c41ef time: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
  62. b923f12 Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  63. b6b178e Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  64. 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  65. b0294f3 time: Delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  66. 1fb497d posix-cpu-timers: Provide mechanisms to defer timer handling to task_work by Thomas Gleixner · 4 years, 5 months ago
  67. 820903c posix-cpu-timers: Split run_posix_cpu_timers() by Thomas Gleixner · 4 years, 5 months ago
  68. 19d0070 timekeeping/vsyscall: Provide vdso_update_begin/end() by Thomas Gleixner · 4 years, 5 months ago
  69. 442489c Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  70. 0a72761 Merge tag 'threads-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  71. e4cbce4 Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  72. 8f0cb66 Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  73. 145ff1e Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 5 months ago
  74. c1cc478 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 5 months ago
  75. f227e3e random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 6 months ago
  76. af5a06b hrtimer: Use sequence counter with associated raw spinlock by Ahmed S. Darwish · 4 years, 5 months ago
  77. 025e82b timekeeping: Use sequence counter with associated raw spinlock by Ahmed S. Darwish · 4 years, 5 months ago
  78. 31cd0e1 timers: Recalculate next timer interrupt only when necessary by Frederic Weisbecker · 4 years, 5 months ago
  79. 46132e3 sched: nohz: stop passing around unused "ticks" parameter. by Paul Gortmaker · 4 years, 6 months ago
  80. aadd6e5 time/sched_clock: Use raw_read_seqcount_latch() by Ahmed S. Darwish · 4 years, 6 months ago
  81. 1b86abc1 sched_clock: Expose struct clock_read_data by Peter Zijlstra · 4 years, 6 months ago
  82. 36cd28a timers: Lower base clock forwarding threshold by Frederic Weisbecker · 4 years, 6 months ago
  83. 0975fb5 timers: Remove must_forward_clk by Frederic Weisbecker · 4 years, 6 months ago
  84. d4f7dae timers: Spare timer softirq until next expiry by Frederic Weisbecker · 4 years, 6 months ago
  85. 1f8a421 timers: Expand clk forward logic beyond nohz by Frederic Weisbecker · 4 years, 6 months ago
  86. 90d52f6 timers: Reuse next expiry cache after nohz exit by Frederic Weisbecker · 4 years, 6 months ago
  87. dc2a0f1 timers: Always keep track of next expiry by Frederic Weisbecker · 4 years, 6 months ago
  88. 001ec1b timers: Optimize _next_timer_interrupt() level iteration by Frederic Weisbecker · 4 years, 6 months ago
  89. 4468897 timers: Add comments about calc_index() ceiling work by Frederic Weisbecker · 4 years, 6 months ago
  90. 9a2b764 timers: Move trigger_dyntick_cpu() to enqueue_timer() by Frederic Weisbecker · 4 years, 6 months ago
  91. 1f32cab timers: Use only bucket expiry for base->next_expiry value by Anna-Maria Behnsen · 4 years, 6 months ago
  92. 3d2e83a timers: Preserve higher bits of expiration on index calculation by Frederic Weisbecker · 4 years, 6 months ago
  93. e2a71bd timer: Fix wheel index calculation on last level by Frederic Weisbecker · 4 years, 6 months ago
  94. 30c66fc timer: Prevent base->clk from moving backward by Frederic Weisbecker · 4 years, 6 months ago
  95. 76c1288 nsproxy: support CLONE_NEWTIME with setns() by Christian Brauner · 4 years, 6 months ago
  96. 5cfea9a timens: add timens_commit() helper by Christian Brauner · 4 years, 6 months ago
  97. 4281580 timens: make vdso_join_timens() always succeed by Christian Brauner · 4 years, 6 months ago
  98. 3c8920e tick/nohz: Narrow down noise while setting current task's tick dependency by Frederic Weisbecker · 4 years, 8 months ago
  99. 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  100. 6a45a65 Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago