1. bb61b00 timekeeping: Add raw clock fallback for random_get_entropy() by Jason A. Donenfeld · 2 years, 9 months ago
  2. 848a0e1 timekeeping: Really make sure wall_to_monotonic isn't positive by Yu Liao · 3 years, 1 month ago
  3. 376a76a kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 4 years ago
  4. 29da3bb random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 5 months ago
  5. 61f27ba timekeeping: Prevent 32bit truncation in scale64_check_overflow() by Wen Yang · 5 years ago
  6. 5aa7839 random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 6 months ago
  7. b1ba129 timer: Fix wheel index calculation on last level by Frederic Weisbecker · 4 years, 6 months ago
  8. 89e8fc9 ptp: fix the race between the release of ptp_clock and cdev by Vladis Dronov · 5 years ago
  9. 75fc465 clocksource: Prevent double add_timer_on() for watchdog_timer by Konstantin Khlebnikov · 5 years ago
  10. 190d14f hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 5 years ago
  11. 07abe8c alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP by Petr Vorel · 5 years ago
  12. 75be612 timer: Read jiffies once when forwarding base clk by Li RongQing · 5 years ago
  13. 65b7a5a alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP by Thadeu Lima de Souza Cascardo · 5 years ago
  14. 8cc6df3 timer_list: Guard procfs specific code by Nathan Huckleberry · 6 years ago
  15. 5992ceb ntp: Limit TAI-UTC offset by Miroslav Lichvar · 6 years ago
  16. 5ab0886 ntp: Allow TAI-UTC offset to be set to zero by Miroslav Lichvar · 6 years ago
  17. c925723 timer/debug: Change /proc/timer_stats from 0644 to 0600 by Ben Hutchings · 6 years ago
  18. b6fc5a5 timekeeping: Use proper seqcount initializer by Bart Van Assche · 6 years ago
  19. 1098aad timer/debug: Change /proc/timer_list from 0444 to 0400 by Ingo Molnar · 7 years ago
  20. 65cb24d posix-timers: Sanitize overrun handling by Thomas Gleixner · 6 years ago
  21. e7038f8 time: Introduce jiffies64_to_nsecs() by Frederic Weisbecker · 8 years ago
  22. 747128e alarmtimer: Prevent overflow for relative nanosleep by Thomas Gleixner · 7 years ago
  23. 05cb385 timers: Clear timer_base::must_forward_clk with timer_base::lock held by Gaurav Kohli · 6 years ago
  24. f4a9db5 nohz: Fix local_timer_softirq_pending() by Anna-Maria Gleixner · 6 years ago
  25. 8fd8658 time: Make sure jiffies_to_msecs() preserves non-zero time periods by Geert Uytterhoeven · 7 years ago
  26. f58b661 tick/broadcast: Use for_each_cpu() specially on UP kernels by Dexuan Cui · 7 years ago
  27. 58e7fd9 time: Change posix clocks ops interfaces to use timespec64 by Deepa Dinamani · 8 years ago
  28. 00c001f sysrq: Reset the watchdog timers while displaying high-resolution timers by Tom Hromatka · 8 years ago
  29. ae0258a timers, sched_clock: Update timeout for clock wrap by David Engraf · 8 years ago
  30. 13e75c7 timers: Forward timer base before migrating timers by Lingutla Chandrasekhar · 7 years ago
  31. 5a9f69b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  32. 0b37653 posix-timer: Properly check sigevent->sigev_notify by Thomas Gleixner · 7 years ago
  33. c98ff72 hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  34. 676109b timers: Unconditionally check deferrable base by Thomas Gleixner · 7 years ago
  35. e8119ac nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() by Thomas Gleixner · 7 years ago
  36. 249d4a9 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  37. 574e543 timers: Invoke timer_start_debug() where it makes sense by Thomas Gleixner · 7 years ago
  38. d840687 timers: Use deferrable base independent of base::nohz_active by Anna-Maria Gleixner · 7 years ago
  39. 0c92e73 hrtimer: Catch invalid clockids again by Marc Zyngier · 9 years ago
  40. 4c00015 timer/sysclt: Restrict timer migration sysctl values to 0 and 1 by Myungho Jung · 8 years ago
  41. 70b3fd5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 7 years ago
  42. 9ef8b23 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 7 years ago
  43. 91af5f0 alarmtimer: don't rate limit one-shot timers by Greg Hackmann · 7 years ago
  44. a53bfdd time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting by John Stultz · 8 years ago
  45. 02a37cc time: Fix clock->read(clock) race around clocksource changes by John Stultz · 8 years ago
  46. 0465104 alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 8 years ago
  47. 8ee7f06 alarmtimer: Prevent overflow of relative timers by Thomas Gleixner · 8 years ago
  48. 215d4d6 timekeeping: Use deferred printk() in debug code by Sergey Senozhatsky · 8 years ago
  49. cf365b1 tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 8 years ago
  50. ca22975 timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion by Thomas Gleixner · 8 years ago
  51. 6bad6bc timers: Prevent base clock corruption when forwarding by Thomas Gleixner · 8 years ago
  52. 041ad7b timers: Prevent base clock rewind when forwarding clock by Thomas Gleixner · 8 years ago
  53. 4da9152 timers: Lock base for same bucket optimization by Thomas Gleixner · 8 years ago
  54. b831275 timers: Plug locking race vs. timer migration by Thomas Gleixner · 8 years ago
  55. 54e2384 alarmtimer: Remove unused but set variable by Tobias Klauser · 8 years ago
  56. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  57. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
  58. 58bfea9 timekeeping: Fix __ktime_get_fast_ns() regression by John Stultz · 8 years ago
  59. 57ccdf4 tick/nohz: Prevent stopping the tick on an offline CPU by Wanpeng Li · 8 years ago
  60. 950d838 Merge branch 'linus' into timers/core, to refresh the branch by Ingo Molnar · 8 years ago
  61. 08d07259 tick/nohz: Fix softlockup on scheduler stalls in kvm guest by Wanpeng Li · 8 years ago
  62. 979515c time: Avoid undefined behaviour in ktime_add_safe() by Vegard Nossum · 8 years ago
  63. 469e857 time: Avoid undefined behaviour in timespec64_add_safe() by Vegard Nossum · 8 years ago
  64. 0bf43f1 timekeeping: Prints the amounts of time spent during suspend by Ruchi Kandoi · 8 years ago
  65. 3637458 clocksource: Defer override invalidation unless clock is unstable by Kyle Walker · 8 years ago
  66. b4d90e9 hrtimer: Spelling fixes by Pratyush Patel · 9 years ago
  67. a4f8f66 timekeeping: Cap array access in timekeeping_debug by John Stultz · 8 years ago
  68. 27727df timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING by John Stultz · 8 years ago
  69. 46c8f0b timers: Fix get_next_timer_interrupt() computation by Chris Metcalf · 8 years ago
  70. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 55392c4 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  72. 25a0dc4 Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  73. 1f3b0f8 tick/nohz: Optimize nohz idle enter by Gaurav Jindal · 9 years ago
  74. 775be50 clockevents: Make clockevents_subsys static by Ben Dooks · 9 years ago
  75. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 9 years ago
  76. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 9 years ago
  77. 2c13ce8 posix_cpu_timer: Exit early when process has been reaped by Alexey Dobriyan · 9 years ago
  78. 4b4b208 Merge branch 'timers/fast-wheel' into timers/core by Ingo Molnar · 9 years ago
  79. f00c0af timers: Implement optimization for same expiry time in mod_timer() by Anna-Maria Gleixner · 9 years ago
  80. ffdf047 timers: Split out index calculation by Anna-Maria Gleixner · 9 years ago
  81. 4e85876 timers: Only wake softirq if necessary by Thomas Gleixner · 9 years ago
  82. a683f39 timers: Forward the wheel clock whenever possible by Thomas Gleixner · 9 years ago
  83. ff00673 timers/nohz: Remove pointless tick_nohz_kick_tick() function by Thomas Gleixner · 9 years ago
  84. 2369683 timers: Optimize collect_expired_timers() for NOHZ by Anna-Maria Gleixner · 9 years ago
  85. 73420fe timers: Move __run_timers() function by Anna-Maria Gleixner · 9 years ago
  86. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 9 years ago
  87. 500462a timers: Switch to a non-cascading wheel by Thomas Gleixner · 9 years ago
  88. 494af3e timers: Give a few structs and members proper names by Thomas Gleixner · 9 years ago
  89. 177ec0a timers: Remove the deprecated mod_timer_pinned() API by Thomas Gleixner · 9 years ago
  90. e675447 timers: Make 'pinned' a timer property by Thomas Gleixner · 9 years ago
  91. 5130213 tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer by Jisheng Zhang · 9 years ago
  92. 0de7611 timers/nohz: Capitalize 'CPU' consistently by Ingo Molnar · 9 years ago
  93. 6168f8e timers/nohz: Fix several typos by Wei Jiangang · 9 years ago
  94. eaaa7ec timekeeping: export get_monotonic_coarse64 symbol by Gregor Boirie · 9 years ago
  95. c7d6b5a Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 9 years ago
  96. 7c71feb timer: Avoid using timespec by Arnd Bergmann · 9 years ago
  97. 4a19bd3 time: Avoid timespec in udelay_test by Arnd Bergmann · 9 years ago
  98. e6c2682 time: Add time64_to_tm() by Deepa Dinamani · 9 years ago
  99. af4afb4 alarmtimer: Fix comments describing structure fields by Pratyush Patel · 9 years ago
  100. 0209b93 timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD by Thomas Graziadei · 9 years ago