1. 6bad6bc timers: Prevent base clock corruption when forwarding by Thomas Gleixner · 8 years ago
  2. 041ad7b timers: Prevent base clock rewind when forwarding clock by Thomas Gleixner · 8 years ago
  3. 4da9152 timers: Lock base for same bucket optimization by Thomas Gleixner · 8 years ago
  4. b831275 timers: Plug locking race vs. timer migration by Thomas Gleixner · 8 years ago
  5. 54e2384 alarmtimer: Remove unused but set variable by Tobias Klauser · 8 years ago
  6. 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
  7. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 8 years ago
  8. 58bfea9 timekeeping: Fix __ktime_get_fast_ns() regression by John Stultz · 8 years ago
  9. 57ccdf4 tick/nohz: Prevent stopping the tick on an offline CPU by Wanpeng Li · 8 years ago
  10. 950d838 Merge branch 'linus' into timers/core, to refresh the branch by Ingo Molnar · 8 years ago
  11. 08d07259 tick/nohz: Fix softlockup on scheduler stalls in kvm guest by Wanpeng Li · 8 years ago
  12. 979515c time: Avoid undefined behaviour in ktime_add_safe() by Vegard Nossum · 8 years ago
  13. 469e857f3 time: Avoid undefined behaviour in timespec64_add_safe() by Vegard Nossum · 8 years ago
  14. 0bf43f1 timekeeping: Prints the amounts of time spent during suspend by Ruchi Kandoi · 8 years ago
  15. 3637458 clocksource: Defer override invalidation unless clock is unstable by Kyle Walker · 8 years ago
  16. b4d90e9 hrtimer: Spelling fixes by Pratyush Patel · 8 years ago
  17. a4f8f66 timekeeping: Cap array access in timekeeping_debug by John Stultz · 8 years ago
  18. 27727df timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING by John Stultz · 8 years ago
  19. 46c8f0b timers: Fix get_next_timer_interrupt() computation by Chris Metcalf · 8 years ago
  20. 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
  21. 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
  22. 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
  23. 1f3b0f8 tick/nohz: Optimize nohz idle enter by Gaurav Jindal · 8 years ago
  24. 775be50 clockevents: Make clockevents_subsys static by Ben Dooks · 8 years ago
  25. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 8 years ago
  26. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  27. 2c13ce8 posix_cpu_timer: Exit early when process has been reaped by Alexey Dobriyan · 8 years ago
  28. 4b4b208 Merge branch 'timers/fast-wheel' into timers/core by Ingo Molnar · 8 years ago
  29. f00c0af timers: Implement optimization for same expiry time in mod_timer() by Anna-Maria Gleixner · 8 years ago
  30. ffdf047 timers: Split out index calculation by Anna-Maria Gleixner · 8 years ago
  31. 4e85876 timers: Only wake softirq if necessary by Thomas Gleixner · 8 years ago
  32. a683f39 timers: Forward the wheel clock whenever possible by Thomas Gleixner · 8 years ago
  33. ff00673 timers/nohz: Remove pointless tick_nohz_kick_tick() function by Thomas Gleixner · 8 years ago
  34. 2369683 timers: Optimize collect_expired_timers() for NOHZ by Anna-Maria Gleixner · 8 years ago
  35. 73420fe timers: Move __run_timers() function by Anna-Maria Gleixner · 8 years ago
  36. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 8 years ago
  37. 500462a timers: Switch to a non-cascading wheel by Thomas Gleixner · 8 years ago
  38. 494af3e timers: Give a few structs and members proper names by Thomas Gleixner · 8 years ago
  39. 177ec0a timers: Remove the deprecated mod_timer_pinned() API by Thomas Gleixner · 8 years ago
  40. e675447 timers: Make 'pinned' a timer property by Thomas Gleixner · 8 years ago
  41. 5130213 tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer by Jisheng Zhang · 8 years ago
  42. 0de7611 timers/nohz: Capitalize 'CPU' consistently by Ingo Molnar · 8 years ago
  43. 6168f8e timers/nohz: Fix several typos by Wei Jiangang · 8 years ago
  44. eaaa7ec timekeeping: export get_monotonic_coarse64 symbol by Gregor Boirie · 8 years ago
  45. c7d6b5a Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 8 years ago
  46. 7c71feb timer: Avoid using timespec by Arnd Bergmann · 8 years ago
  47. 4a19bd3 time: Avoid timespec in udelay_test by Arnd Bergmann · 8 years ago
  48. e6c2682 time: Add time64_to_tm() by Deepa Dinamani · 8 years ago
  49. af4afb4 alarmtimer: Fix comments describing structure fields by Pratyush Patel · 8 years ago
  50. 0209b93 timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD by Thomas Graziadei · 8 years ago
  51. 0fb71d3 clocksource: Make clocksource insert entry more efficient by Minfei Huang · 8 years ago
  52. 86721ab hrtimer: Remove redundant #ifdef block by Pratyush Patel · 8 years ago
  53. b5227d0 timers: Clarify usleep_range() function comment by Bjorn Helgaas · 8 years ago
  54. c08376a timer: Export destroy_hrtimer_on_stack() by Guenter Roeck · 8 years ago
  55. b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 8 years ago
  56. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 8 years ago
  57. 8e4f70e time: remove timespec_add_safe() by Deepa Dinamani · 8 years ago
  58. bc2c53e time: add missing implementation for timespec64_add_safe() by Deepa Dinamani · 8 years ago
  59. 91e8d0cb Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 825a3b2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. a1cc5bc locking/atomics: Flip atomic_fetch_or() arguments by Peter Zijlstra · 8 years ago
  62. 1f41906 sched/fair: Correctly handle nohz ticks CPU load accounting by Frederic Weisbecker · 8 years ago
  63. cee1afc sched/fair: Gather CPU load functions under a more conventional namespace by Frederic Weisbecker · 8 years ago
  64. 86d3473 time: Introduce do_sys_settimeofday64() by Baolin Wang · 8 years ago
  65. f009a7a timers/nohz: Convert tick dependency mask to atomic_t by Frederic Weisbecker · 8 years ago
  66. 69b27ba sched: add schedule_timeout_idle() by Andrew Morton · 8 years ago
  67. a395d6a kernel/...: convert pr_warning to pr_warn by Joe Perches · 8 years ago
  68. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  69. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  70. 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 8 years ago
  71. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 8 years ago
  72. bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  73. 8a284c0 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. 6436257 time/timekeeping: Work around false positive GCC warning by Ingo Molnar · 8 years ago
  75. 6936527 Merge branch 'fortglx/4.6/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 8 years ago
  76. 82e88ff hrtimer: Revert CLOCK_MONOTONIC_RAW support by Thomas Gleixner · 8 years ago
  77. 2c756fe time: Add history to cross timestamp interface supporting slower devices by Christopher S. Hall · 8 years ago
  78. 8006c24 time: Add driver cross timestamp interface for higher precision time synchronization by Christopher S. Hall · 8 years ago
  79. ba26621 time: Remove duplicated code in ktime_get_raw_and_real() by Christopher S. Hall · 8 years ago
  80. 9da0f49 time: Add timekeeping snapshot code capturing system time and counter by Christopher S. Hall · 8 years ago
  81. 6bd58f0 time: Add cycles to nanoseconds translation by Christopher S. Hall · 8 years ago
  82. 4f49b90 sched-clock: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  83. b787830 posix-cpu-timers: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  84. 76d92ac sched: Migrate sched to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  85. 555e0c1 perf: Migrate perf to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  86. e6e6cc2 nohz: Use enum code for tick stop failure tracing message by Frederic Weisbecker · 9 years ago
  87. d027d45 nohz: New tick dependency mask by Frederic Weisbecker · 9 years ago
  88. ede5147 Handle ISO 8601 leap seconds and encodings of midnight in mktime64() by David Howells · 8 years ago
  89. 232d263 jiffies: Use CLOCKSOURCE_MASK instead of constant by Alexander Kuleshov · 8 years ago
  90. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  91. 8537bb9 nohz: Implement wide kick on top of irq work by Frederic Weisbecker · 9 years ago
  92. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  93. 1ca8ec5 tick/nohz: Set the correct expiry when switching to nohz/lowres mode by Wanpeng Li · 8 years ago
  94. bbf66d8 clocksource: Allow unregistering the watchdog by Vitaly Kuznetsov · 8 years ago
  95. 9006a01 hrtimer: Catch illegal clockids by Marc Zyngier · 8 years ago
  96. 9c80876 hrtimer: Add support for CLOCK_MONOTONIC_RAW by Marc Zyngier · 8 years ago
  97. 7809998a tick/sched: Hide unused oneshot timer code by Arnd Bergmann · 8 years ago
  98. dd4e17a ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO by John Stultz · 8 years ago
  99. f11aef6 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 8 years ago
  100. 51cbb52 itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper by Thomas Gleixner · 8 years ago