1. 8a91723 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. fa3aa7a jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSEC by Frederic Weisbecker · 8 years ago
  3. 61855b6 sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  4. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  5. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  6. 370c913 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h> by Ingo Molnar · 8 years ago
  7. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  8. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  9. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  10. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  11. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  12. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  13. 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  14. 20dcfe1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. e602e70 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 336a9cd hrtimer: Catch invalid clockids again by Marc Zyngier · 9 years ago
  17. 558e8e2 Revert "nohz: Fix collision between tick and other hrtimers" by Linus Torvalds · 8 years ago
  18. f222449 timekeeping: Use deferred printk() in debug code by Sergey Senozhatsky · 8 years ago
  19. 202461e tick/broadcast: Prevent deadlock on tick_broadcast_lock by Mike Galbraith · 8 years ago
  20. 7551b02 timer_list: Remove useless cast when printing by Mars Cheng · 8 years ago
  21. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  22. 7bdb59f tick/nohz: Fix possible missing clock reprog after tick soft restart by Frederic Weisbecker · 8 years ago
  23. 668802c tick/broadcast: Reduce lock cacheline contention by Waiman Long · 8 years ago
  24. 858cf3a timers/itimer: Convert internal cputime_t units to nsec by Frederic Weisbecker · 8 years ago
  25. ebd7e7f timers/posix-timers: Convert internals to use nsecs by Frederic Weisbecker · 8 years ago
  26. 715eb7a timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated version by Frederic Weisbecker · 8 years ago
  27. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  28. 07e5f5e time: Introduce jiffies64_to_nsecs() by Frederic Weisbecker · 8 years ago
  29. 93825f2 jiffies: Reuse TICK_NSEC instead of NSEC_PER_JIFFY by Frederic Weisbecker · 8 years ago
  30. ed5c8c8 Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch by Ingo Molnar · 8 years ago
  31. 12907fb sched/clock, clocksource: Add optional cs::mark_unstable() method by Thomas Gleixner · 8 years ago
  32. 24b91e3 nohz: Fix collision between tick and other hrtimers by Frederic Weisbecker · 8 years ago
  33. 40d9f82 timekeeping: Remove unused timekeeping_{get,set}_tai_offset() by Stephen Boyd · 8 years ago
  34. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  35. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  36. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  37. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  38. 451bb1a Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  39. c1a9eeb tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 8 years ago
  40. b6f8a92 posix-timers: give lazy compilers some help optimizing code away by Nicolas Pitre · 8 years ago
  41. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  43. 92c020d Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  44. c029a2b timekeeping: Use mul_u64_u32_shr() instead of open coding it by Thomas Gleixner · 8 years ago
  45. cbd99e3 timekeeping: Get rid of pointless typecasts by Thomas Gleixner · 8 years ago
  46. acc8961 timekeeping: Make the conversion call chain consistently unsigned by Thomas Gleixner · 8 years ago
  47. 9c16457 timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion by Thomas Gleixner · 8 years ago
  48. 5304121 clocksource: export the clocks_calc_mult_shift to use by timestamp code by Murali Karicheri · 8 years ago
  49. 4a05754 alarmtimer: Add tracepoints for alarm timers by Baolin Wang · 8 years ago
  50. 948a531 timekeeping: Add a fast and NMI safe boot clock by Joel Fernandes · 8 years ago
  51. 31eff24 sched/nohz: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  52. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  53. 53d3eaa posix_cpu_timers: Move the add_device_randomness() call to a proper place by Nicolas Pitre · 8 years ago
  54. 74ba181 timer: Move sys_alarm from timer.c to itimer.c by Nicolas Pitre · 8 years ago
  55. 353c50e sched/cputime: Simplify task_cputime() by Stanislaw Gruszka · 8 years ago
  56. 4b7e9cf timers: Fix documentation for schedule_timeout() and similar by Douglas Anderson · 8 years ago
  57. 6c5e905 timers: Fix usleep_range() in the context of wake_up_process() by Douglas Anderson · 8 years ago
  58. 6bad6bc timers: Prevent base clock corruption when forwarding by Thomas Gleixner · 8 years ago
  59. 041ad7b timers: Prevent base clock rewind when forwarding clock by Thomas Gleixner · 8 years ago
  60. 4da9152 timers: Lock base for same bucket optimization by Thomas Gleixner · 8 years ago
  61. b831275 timers: Plug locking race vs. timer migration by Thomas Gleixner · 8 years ago
  62. 54e2384 alarmtimer: Remove unused but set variable by Tobias Klauser · 8 years ago
  63. 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
  64. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
  65. 58bfea9 timekeeping: Fix __ktime_get_fast_ns() regression by John Stultz · 8 years ago
  66. 57ccdf4 tick/nohz: Prevent stopping the tick on an offline CPU by Wanpeng Li · 8 years ago
  67. 950d838 Merge branch 'linus' into timers/core, to refresh the branch by Ingo Molnar · 8 years ago
  68. 08d07259 tick/nohz: Fix softlockup on scheduler stalls in kvm guest by Wanpeng Li · 8 years ago
  69. 979515c time: Avoid undefined behaviour in ktime_add_safe() by Vegard Nossum · 8 years ago
  70. 469e857f3 time: Avoid undefined behaviour in timespec64_add_safe() by Vegard Nossum · 8 years ago
  71. 0bf43f1 timekeeping: Prints the amounts of time spent during suspend by Ruchi Kandoi · 8 years ago
  72. 3637458 clocksource: Defer override invalidation unless clock is unstable by Kyle Walker · 8 years ago
  73. b4d90e9 hrtimer: Spelling fixes by Pratyush Patel · 9 years ago
  74. a4f8f66 timekeeping: Cap array access in timekeeping_debug by John Stultz · 8 years ago
  75. 27727df timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING by John Stultz · 8 years ago
  76. 46c8f0b timers: Fix get_next_timer_interrupt() computation by Chris Metcalf · 8 years ago
  77. 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
  78. 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
  79. 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
  80. 1f3b0f8 tick/nohz: Optimize nohz idle enter by Gaurav Jindal · 8 years ago
  81. 775be50 clockevents: Make clockevents_subsys static by Ben Dooks · 9 years ago
  82. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 8 years ago
  83. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 8 years ago
  84. 2c13ce8 posix_cpu_timer: Exit early when process has been reaped by Alexey Dobriyan · 8 years ago
  85. 4b4b208 Merge branch 'timers/fast-wheel' into timers/core by Ingo Molnar · 8 years ago
  86. f00c0af timers: Implement optimization for same expiry time in mod_timer() by Anna-Maria Gleixner · 8 years ago
  87. ffdf047 timers: Split out index calculation by Anna-Maria Gleixner · 8 years ago
  88. 4e85876 timers: Only wake softirq if necessary by Thomas Gleixner · 8 years ago
  89. a683f39 timers: Forward the wheel clock whenever possible by Thomas Gleixner · 8 years ago
  90. ff00673 timers/nohz: Remove pointless tick_nohz_kick_tick() function by Thomas Gleixner · 8 years ago
  91. 2369683 timers: Optimize collect_expired_timers() for NOHZ by Anna-Maria Gleixner · 8 years ago
  92. 73420fe timers: Move __run_timers() function by Anna-Maria Gleixner · 8 years ago
  93. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 8 years ago
  94. 500462a timers: Switch to a non-cascading wheel by Thomas Gleixner · 8 years ago
  95. 494af3e timers: Give a few structs and members proper names by Thomas Gleixner · 8 years ago
  96. 177ec0a timers: Remove the deprecated mod_timer_pinned() API by Thomas Gleixner · 8 years ago
  97. e675447 timers: Make 'pinned' a timer property by Thomas Gleixner · 8 years ago
  98. 5130213 tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimer by Jisheng Zhang · 8 years ago
  99. 0de7611 timers/nohz: Capitalize 'CPU' consistently by Ingo Molnar · 8 years ago
  100. 6168f8e timers/nohz: Fix several typos by Wei Jiangang · 8 years ago