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