1. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  2. a272dcc tick: broadcast: Check broadcast mode on CPU hotplug by Stephen Boyd · 11 years ago
  3. f2006e2 Merge branch 'linus' into timers/urgent by Thomas Gleixner · 11 years ago
  4. e399eb5 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 11 years ago
  5. 332962f clocksource: Reselect clocksource when watchdog validated high-res capability by Thomas Gleixner · 11 years ago
  6. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  7. 07bd117 tick: Sanitize broadcast control logic by Thomas Gleixner · 12 years ago
  8. 1f73a98 tick: Prevent uncontrolled switch to oneshot mode by Thomas Gleixner · 12 years ago
  9. c9b5a26 tick: Make oneshot broadcast robust vs. CPU offlining by Thomas Gleixner · 12 years ago
  10. 780427f timekeeping: Indicate that clock was set in the pvclock gtod notifier by David Vrabel · 12 years ago
  11. 04397fe9 timekeeping: Pass flags instead of multiple bools to timekeeping_update() by David Vrabel · 12 years ago
  12. 70e5975 clockevents: Prefer CPU local devices over global devices by Stephen Boyd · 12 years ago
  13. ea8deb8 tick: Fix tick_broadcast_pending_mask not cleared by Daniel Lezcano · 12 years ago
  14. 5b8621a nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs by Frederic Weisbecker · 12 years ago
  15. e12d027 nohz: Warn if the machine can not perform nohz_full by Steven Rostedt · 12 years ago
  16. 336ae11 ARM: sched_clock: Load cycle count after epoch stabilizes by Stephen Boyd · 12 years ago
  17. 38ff87f sched_clock: Make ARM's sched_clock generic for all architectures by Stephen Boyd · 12 years ago
  18. 11682a4 alarmtimer: Export symbols of functions declared in linux/alarmtimer.h by Marcus Gelderie · 12 years ago
  19. f5d00c1 tick: Remove useless timekeeping duty attribution to broadcast source by Jiri Bohac · 12 years ago
  20. 1a7f829 nohz: Fix notifier return val that enforce timekeeping by Li Zhong · 12 years ago
  21. 5c83545 power: Add option to log time spent in suspend by Colin Cross · 12 years ago
  22. 6cffe00 alarmtimer: Add functions for timerfd support by Todd Poynor · 12 years ago
  23. 67dd331 Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux into timers/urgent by Thomas Gleixner · 12 years ago
  24. 0d6bd99 timekeeping: Correct run-time detection of persistent_clock. by Zoran Markovic · 12 years ago
  25. aa848233 ntp: Remove unused variable flags in __hardpps by Geert Uytterhoeven · 12 years ago
  26. 1eaff67 clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GETTIMEOFFSET=y by Thomas Gleixner · 12 years ago
  27. 2938d27 tick: Cure broadcast false positive pending bit warning by Thomas Gleixner · 12 years ago
  28. c7e99fc clockevents: Define CS_NAME_LEN unconditionally by Thomas Gleixner · 12 years ago
  29. 03e13cf clockevents: Implement unbind functionality by Thomas Gleixner · 12 years ago
  30. 45cb8e0 clockevents: Split out selection logic by Thomas Gleixner · 12 years ago
  31. 501f867 clockevents: Provide sysfs interface by Thomas Gleixner · 12 years ago
  32. ccf33d6 clockevents: Add module refcount by Thomas Gleixner · 12 years ago
  33. 8c53daf clockevents: Move the tick_notify() switch case to clockevents_notify() by Thomas Gleixner · 12 years ago
  34. 7126cac clockevents: Simplify locking by Thomas Gleixner · 12 years ago
  35. 7172a286 clockevents: Get rid of the notifier chain by Thomas Gleixner · 12 years ago
  36. a89c7ed clocksource: Let clocksource_unregister() return success/error by Thomas Gleixner · 12 years ago
  37. 7eaeb34 clocksource: Provide unbind interface in sysfs by Thomas Gleixner · 12 years ago
  38. 29b5407 clocksource: Split out user string input by Thomas Gleixner · 12 years ago
  39. f5a2e34 clocksource: Allow clocksource select to skip current clocksource by Thomas Gleixner · 12 years ago
  40. 09ac369 clocksource: Add module refcount by Thomas Gleixner · 12 years ago
  41. ba919d1 clocksource: Let timekeeping_notify return success/error by Thomas Gleixner · 12 years ago
  42. 5d33b88 clocksource: Always verify highres capability by Thomas Gleixner · 12 years ago
  43. cc51bf6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. b4f711e time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons by John Stultz · 12 years ago
  45. f7ea0fd tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offline by Thomas Gleixner · 12 years ago
  46. 4b0c0f2 tick: Cleanup NOHZ per cpu data on cpu down by Thomas Gleixner · 12 years ago
  47. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  48. fbd44a6 tick: Use zalloc_cpumask_var for allocating offstack cpumasks by Thomas Gleixner · 12 years ago
  49. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 12 years ago
  50. 73c3082 rcu: Fix full dynticks' dependency on wide RCU nocb mode by Frederic Weisbecker · 12 years ago
  51. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  52. 6296ace nohz: Protect smp_processor_id() in tick_nohz_task_switch() by Li Zhong · 12 years ago
  53. a1412ec Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 12 years ago
  54. c58b0df nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks config by Frederic Weisbecker · 12 years ago
  55. 47aa8b6 nohz: Reduce overhead under high-freq idling patterns by Ingo Molnar · 12 years ago
  56. 6f7a05d clockevents: Set dummy handler on CPU_DEAD shutdown by Thomas Gleixner · 12 years ago
  57. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 12 years ago
  58. 65e709d nohz: Remove full dynticks' superfluous dependency on RCU tree by Frederic Weisbecker · 12 years ago
  59. cb41a29 nohz: Add basic tracing by Frederic Weisbecker · 12 years ago
  60. 0637e02 nohz: Select wide RCU nocb for full dynticks by Frederic Weisbecker · 12 years ago
  61. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 12 years ago
  62. 5811d99 nohz: Prepare to stop the tick on irq exit by Frederic Weisbecker · 12 years ago
  63. 9014c45 nohz: Implement full dynticks kick by Frederic Weisbecker · 12 years ago
  64. 77c675b timekeeping: Update tk->cycle_last in resume by Thomas Gleixner · 12 years ago
  65. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 12 years ago
  66. a166fcf Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 12 years ago
  67. f98823a nohz: New option to default all CPUs in full dynticks range by Frederic Weisbecker · 12 years ago
  68. d1e43fa nohz: Ensure full dynticks CPUs are RCU nocbs by Frederic Weisbecker · 12 years ago
  69. 0453b43 nohz: Force boot CPU outside full dynticks range by Frederic Weisbecker · 12 years ago
  70. 76c24fb nohz: New APIs to re-evaluate the tick on full dynticks CPUs by Frederic Weisbecker · 12 years ago
  71. c038c1c clockevents: Switch into oneshot mode even if broadcast registered late by Stephen Boyd · 12 years ago
  72. b3956a8 timer_list: Convert timer list to be a proper seq_file by Nathan Zimmer · 12 years ago
  73. 60cf7ea timer_list: Split timer_list_show_tickdevices by Nathan Zimmer · 12 years ago
  74. fae30dd nohz: Improve a bit the full dynticks Kconfig documentation by Frederic Weisbecker · 12 years ago
  75. 5b533f4 nohz: Align periodic tick Kconfig with other choices' naming convention by Frederic Weisbecker · 12 years ago
  76. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 12 years ago
  77. 0644ca5 nohz: Fix old dynticks idle Kconfig backward compatibility by Frederic Weisbecker · 12 years ago
  78. 4e8f8b3 timekeeping: Make sure to notify hrtimers when TAI offset changes by John Stultz · 12 years ago
  79. ca4523c timekeeping: Shorten seq_count region by Thomas Gleixner · 12 years ago
  80. 48cdc13 timekeeping: Implement a shadow timekeeper by Thomas Gleixner · 12 years ago
  81. 7ec98e1 timekeeping: Delay update of clock->cycle_last by Thomas Gleixner · 12 years ago
  82. 14a3b6a timekeeping: Store cycle_last value in timekeeper struct as well by Thomas Gleixner · 12 years ago
  83. a076b21 ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state by John Stultz · 12 years ago
  84. 0b5154f timekeeping: Simplify tai updating from do_adjtimex by John Stultz · 12 years ago
  85. 06c017f timekeeping: Hold timekeepering locks in do_adjtimex and hardpps by John Stultz · 12 years ago
  86. cef9037 timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex() by John Stultz · 12 years ago
  87. 87ace39 ntp: Rework do_adjtimex to take timespec and tai arguments by John Stultz · 12 years ago
  88. e408569 ntp: Move timex validation to timekeeping do_adjtimex call. by John Stultz · 12 years ago
  89. aa6f9c59 ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c by John Stultz · 12 years ago
  90. ad46096 ntp: Split out timex validation from do_adjtimex by John Stultz · 12 years ago
  91. 1034fc2 nohz: Print final full dynticks CPUs range on boot by Frederic Weisbecker · 12 years ago
  92. 3ca277e nohz: Pack nohz Kconfig option in a menu of choices by Frederic Weisbecker · 13 years ago
  93. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  94. 0ed2aef Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  95. ab71d36 nohz: Unhide full dynticks feature from its dependencies by Frederic Weisbecker · 13 years ago
  96. dd5d70e8 timekeeping: __timekeeping_set_tai_offset can be static by Fengguang Wu · 12 years ago
  97. cfea7d7 tick: Change log level of NOHZ: local_softirq_pending message by Rado Vrbovsky · 12 years ago
  98. 9a7a71b timekeeping: Split timekeeper_lock into lock and seqcount by Thomas Gleixner · 12 years ago
  99. 7e40672 timekeeping: Move lock out of timekeeper struct by Thomas Gleixner · 12 years ago
  100. eb93e4d timekeeping: Make jiffies_lock internal by Thomas Gleixner · 12 years ago