1. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  2. 9b51d9d cpumask: replace cpumask_next_* with cpumask_first_* where appropriate by Yury Norov · 3 years, 5 months ago
  3. fd04899 Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  4. 35e13e9 Merge branch 'clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into timers/core by Thomas Gleixner · 3 years ago
  5. 4e8c11b6 timekeeping: Really make sure wall_to_monotonic isn't positive by Yu Liao · 3 years, 1 month ago
  6. e477901 timers: implement usleep_idle_range() by SeongJae Park · 3 years, 1 month ago
  7. 53e87e3 timers/nohz: Last resort update jiffies on nohz_full IRQ entry by Frederic Weisbecker · 3 years, 2 months ago
  8. 1a56206 clocksource: Reduce the default clocksource_watchdog() retries to 2 by Waiman Long · 3 years, 1 month ago
  9. c86ff8c clocksource: Avoid accidental unstable marking of clocksources by Waiman Long · 3 years, 1 month ago
  10. ca7752c posix-cpu-timers: Clear task::posix_cputimers_work in copy_process() by Michael Pratt · 3 years, 2 months ago
  11. 8cd9da8 posix-cpu-timers: Prevent spuriously armed 0-value itimer by Frederic Weisbecker · 3 years, 4 months ago
  12. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  13. c509723 memcg: enable accounting for posix_timers_cache slab by Vasily Averin · 3 years, 4 months ago
  14. 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 4 months ago
  15. d25a025 clocksource: Make clocksource watchdog test safe for slow-HZ systems by Paul E. McKenney · 3 years, 5 months ago
  16. f80e214 hrtimer: Unbreak hrtimer_force_reprogram() by Thomas Gleixner · 3 years, 5 months ago
  17. 9482fd7 hrtimer: Use raw_cpu_ptr() in clock_was_set() by Thomas Gleixner · 3 years, 5 months ago
  18. 1e7f7fb hrtimer: Avoid more SMP function calls in clock_was_set() by Thomas Gleixner · 3 years, 6 months ago
  19. 81d741d hrtimer: Avoid unnecessary SMP function calls in clock_was_set() by Marcelo Tosatti · 3 years, 6 months ago
  20. 17a1b88 hrtimer: Add bases argument to clock_was_set() by Thomas Gleixner · 3 years, 6 months ago
  21. 1b26779 time/timekeeping: Avoid invoking clock_was_set() twice by Thomas Gleixner · 3 years, 6 months ago
  22. a761a67 timekeeping: Distangle resume and clock-was-set events by Thomas Gleixner · 3 years, 6 months ago
  23. e71a415 hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y case by Thomas Gleixner · 3 years, 6 months ago
  24. 8c3b5e6 hrtimer: Ensure timerfd notification for HIGHRES=n by Thomas Gleixner · 3 years, 6 months ago
  25. b14bca9 hrtimer: Consolidate reprogramming code by Peter Zijlstra · 3 years, 6 months ago
  26. 627ef5a hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns() by Thomas Gleixner · 3 years, 6 months ago
  27. ee37532 posix-cpu-timers: Recalc next expiration when timer_settime() ends up not queueing by Frederic Weisbecker · 3 years, 5 months ago
  28. 5c8f23e posix-cpu-timers: Consolidate timer base accessor by Frederic Weisbecker · 3 years, 5 months ago
  29. d9c1b2a posix-cpu-timers: Remove confusing return value override by Frederic Weisbecker · 3 years, 5 months ago
  30. 406dd42 posix-cpu-timers: Force next expiration recalc after itimer reset by Frederic Weisbecker · 3 years, 5 months ago
  31. 175cc3a posix-cpu-timers: Force next_expiration recalc after timer deletion by Frederic Weisbecker · 3 years, 5 months ago
  32. a5dec9f posix-cpu-timers: Assert task sighand is locked while starting cputime counter by Frederic Weisbecker · 3 years, 5 months ago
  33. 1dae37c posix-timers: Remove redundant initialization of variable ret by Colin Ian King · 3 years, 5 months ago
  34. 698429f clocksource: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
  35. bb7262b timers: Move clearing of base::timer_running under base:: Lock by Thomas Gleixner · 4 years, 1 month ago
  36. aebacb7 timers: Fix get_next_timer_interrupt() with no timers pending by Nicolas Saenz Julienne · 3 years, 6 months ago
  37. 1a3402d9 posix-cpu-timers: Fix rearm racing against process tick by Frederic Weisbecker · 3 years, 7 months ago
  38. 28e92f9 Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
  39. a941a03 Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  40. 9269d27 Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  41. 2d0a9eb time/kunit: Add missing MODULE_LICENSE() by Thomas Gleixner · 3 years, 6 months ago
  42. 2760105 time: Improve performance of time64_to_tm() by Cassio Neri · 3 years, 6 months ago
  43. 4e82d2e clockevents: Use list_move() instead of list_del()/list_add() by Baokun Li · 3 years, 7 months ago
  44. 22a2238 clocksource: Print deviation in nanoseconds when a clocksource becomes unstable by Feng Tang · 3 years, 7 months ago
  45. 1253b9b clocksource: Provide kernel module to test clocksource watchdog by Paul E. McKenney · 3 years, 7 months ago
  46. 2e27e79 clocksource: Reduce clocksource-skew threshold by Paul E. McKenney · 3 years, 7 months ago
  47. fa218f1 clocksource: Limit number of CPUs checked for clock synchronization by Paul E. McKenney · 3 years, 7 months ago
  48. 7560c02 clocksource: Check per-CPU clock synchronization when marked unstable by Paul E. McKenney · 3 years, 7 months ago
  49. db3a34e clocksource: Retry clock read if long delays detected by Paul E. McKenney · 3 years, 7 months ago
  50. 64ab707 clockevents: Add missing parameter documentation by Baokun Li · 3 years, 7 months ago
  51. 600642a sched,timer: Use __set_current_state() by Peter Zijlstra · 3 years, 7 months ago
  52. 245a057 timer_list: Print name of per-cpu wakeup device by Will Deacon · 3 years, 7 months ago
  53. ea5c7f1 tick/broadcast: Program wakeup timer when entering idle if required by Will Deacon · 3 years, 7 months ago
  54. c94a853 tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast by Will Deacon · 3 years, 7 months ago
  55. e5007c2 tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper by Will Deacon · 3 years, 7 months ago
  56. c2d4fee tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard by Will Deacon · 3 years, 7 months ago
  57. 1fa98d9 clockevents: Use DEVICE_ATTR_[RO|WO] macros by YueHaibing · 3 years, 7 months ago
  58. f268c37 tick/nohz: Only check for RCU deferred wakeup on user/guest entry when needed by Frederic Weisbecker · 3 years, 7 months ago
  59. 0fdcccf tick/nohz: Call tick_nohz_task_switch() with interrupts disabled by Peter Zijlstra · 3 years, 8 months ago
  60. a1dfb63 tick/nohz: Kick only _queued_ task whose tick dependency is updated by Marcelo Tosatti · 3 years, 8 months ago
  61. 1e4ca26 tick/nohz: Change signal tick dependency to wake up CPUs of member tasks by Marcelo Tosatti · 3 years, 8 months ago
  62. 29721b8 tick/nohz: Only wake up a single target cpu when kicking a task by Frederic Weisbecker · 3 years, 8 months ago
  63. 176b8906c tick/nohz: Update nohz_full Kconfig help by Frederic Weisbecker · 3 years, 8 months ago
  64. 96c9b90 tick/nohz: Update idle_exittime on actual idle exit by Yunfeng Ye · 3 years, 8 months ago
  65. 3f62431 tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVE by Frederic Weisbecker · 3 years, 8 months ago
  66. a518386 tick/nohz: Conditionally restart tick on idle exit by Yunfeng Ye · 3 years, 8 months ago
  67. e09784a alarmtimer: Check RTC features instead of ops by Alexandre Belloni · 3 years, 8 months ago
  68. 258ca95 timer: Revert "timer: Add timer_curr_running()" by Frederic Weisbecker · 3 years, 10 months ago
  69. 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
  70. 5469f16 Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 8 months ago
  71. 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
  72. 91552ab Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  73. c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 8 months ago
  74. 2d036df posix-timers: Preserve return value in clock_adjtime32() by Chen Jun · 3 years, 9 months ago
  75. 9c336c9 tick/broadcast: Allow late registered device to enter oneshot mode by Jindong Yue · 3 years, 9 months ago
  76. d7840aa tick: Use tick_check_replacement() instead of open coding it by Wang Wensheng · 3 years, 9 months ago
  77. 07ff4ae time/timecounter: Mark 1st argument of timecounter_cyc2time() as const by Marc Kleine-Budde · 3 years, 10 months ago
  78. 71f4dd3 Merge back earlier cpuidle updates for v5.13. by Rafael J. Wysocki · 3 years, 9 months ago
  79. 4c81cb7 tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldoc by Rafael J. Wysocki · 3 years, 9 months ago
  80. b2c67cb time: Add mechanism to recognize clocksource in time_get_snapshot by Thomas Gleixner · 4 years, 1 month ago
  81. d4c7c28 timekeeping: Allow runtime PM from change_clocksource() by Niklas Söderlund · 3 years, 11 months ago
  82. 4bf07f6 timekeeping, clocksource: Fix various typos in comments by Ingo Molnar · 3 years, 9 months ago
  83. 44511ab time/debug: Remove dentry pointer for debugfs by Greg Kroah-Hartman · 3 years, 10 months ago
  84. 47c218d tick/sched: Prevent false positive softirq pending warnings on RT by Thomas Gleixner · 3 years, 10 months ago
  85. 5abbe51 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 3 years, 11 months ago
  86. 46eb170 hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() by Anna-Maria Behnsen · 3 years, 10 months ago
  87. d089f48 Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  88. 3f6ec19 Merge tag 'timers-core-2021-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  89. 85e853c Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 3 years, 11 months ago
  90. 174bcc6 timens: Delete no-op time_ns_init() by Alexey Dobriyan · 4 years ago
  91. b5c28ea alarmtimer: Update kerneldoc by Alexandre Belloni · 3 years, 11 months ago
  92. 24c242e ntp: Use freezable workqueue for RTC synchronization by Geert Uytterhoeven · 4 years ago
  93. e3fab2f ntp: Fix RTC synchronization on 32-bit platforms by Geert Uytterhoeven · 4 years ago
  94. aba428a timekeeping: Remove unused get_seconds() by Chunguang Xu · 4 years, 1 month ago
  95. f759081 rcu/nocb: Code-style nits in callback-offloading toggling by Paul E. McKenney · 4 years ago
  96. dcd4259 timer: Add timer_curr_running() by Frederic Weisbecker · 4 years, 2 months ago
  97. 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
  98. f6f5cd84 timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" by Colin Ian King · 4 years ago
  99. ba8ea8e tick/sched: Remove bogus boot "safety" check by Thomas Gleixner · 4 years, 1 month ago
  100. f12ad42 tick: Remove pointless cpu valid check in hotplug code by Thomas Gleixner · 4 years, 1 month ago