1. c1797ba tick: Move core only declarations and functions to core by Thomas Gleixner · 10 years ago
  2. ffda22c time: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  3. 4bb9374 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  4. a5fd973 tick/powerclamp: Remove tick_nohz_idle abuse by Thomas Gleixner · 10 years ago
  5. eedb3d3 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  6. aa6da51 rcu: Remove "cpu" argument to rcu_needs_cpu() by Paul E. McKenney · 10 years ago
  7. 56e4dea percpu: Convert remaining __get_cpu_var uses in 3.18-rcX by Christoph Lameter · 10 years ago
  8. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  9. 1ee07ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  10. 47137c6 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  11. fe0f497 s390/nohz: use a per-cpu flag for arch_needs_cpu by Martin Schwidefsky · 10 years ago
  12. 9b01f5b nohz: nohz full depends on irq work self IPI support by Frederic Weisbecker · 11 years ago
  13. 4327b15 nohz: Consolidate nohz full init code by Frederic Weisbecker · 11 years ago
  14. 40bea03 nohz: Restore NMI safe local irq work for local nohz kick by Frederic Weisbecker · 11 years ago
  15. 4a32fea scheduler: Replace __get_cpu_var with this_cpu_ptr by Christoph Lameter · 11 years ago
  16. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  17. 2a16fc9 nohz: Avoid tick's double reprogramming in highres mode by Viresh Kumar · 11 years ago
  18. b5e995e nohz: Fix spurious periodic tick behaviour in low-res dynticks mode by Viresh Kumar · 11 years ago
  19. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  20. c0f489d rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUs by Paul E. McKenney · 11 years ago
  21. 3d36aeb nohz: Support nohz full remote kick by Frederic Weisbecker · 11 years ago
  22. 2763053 tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() by Viresh Kumar · 11 years ago
  23. 03e6bdc tick-sched: Don't call update_wall_time() when delta is lesser than tick_period by Viresh Kumar · 11 years ago
  24. a2b4c60 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
  25. 6c64614 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  26. e9a2eb4 nohz_full: fix code style issue of tick_nohz_full_stop_tick by Alex Shi · 11 years ago
  27. 855a0fc nohz: Get timekeeping max deferment outside jiffies_lock by Frederic Weisbecker · 11 years ago
  28. 5acac1b tick: Rename tick_check_idle() to tick_irq_enter() by Frederic Weisbecker · 11 years ago
  29. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  30. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 11 years ago
  31. dba8614 Merge branch 'linus' into timers/core by Ingo Molnar · 11 years ago
  32. 47a1b796 tick/timekeeping: Call update_wall_time outside the jiffies lock by John Stultz · 11 years ago
  33. e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 12 years ago
  34. 0e576acb nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off by Thomas Gleixner · 11 years ago
  35. d689fe2 NOHZ: Check for nohz active instead of nohz enabled by Thomas Gleixner · 11 years ago
  36. c2e7fcf nohz: Include local CPU in full dynticks global kick by Frederic Weisbecker · 12 years ago
  37. 6f1d657 Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 12 years ago
  38. d13508f nohz: Optimize full dynticks's sched hooks with static keys by Frederic Weisbecker · 12 years ago
  39. 460775d nohz: Optimize full dynticks state checks with static keys by Frederic Weisbecker · 12 years ago
  40. 73867dc nohz: Rename a few state variables by Frederic Weisbecker · 12 years ago
  41. 2e70933 nohz: Only enable context tracking on full dynticks CPUs by Frederic Weisbecker · 12 years ago
  42. 1485191 Revert "cpuidle: Quickly notice prediction failure for repeat mode" by Rafael J. Wysocki · 12 years ago
  43. ca06416 nohz: fix compile warning in tick_nohz_init() by Li Zhong · 12 years ago
  44. 543487c nohz: Do not warn about unstable tsc unless user uses nohz_full by Steven Rostedt · 12 years ago
  45. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  46. e399eb5 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 12 years ago
  47. 5b8621a nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbs by Frederic Weisbecker · 12 years ago
  48. e12d027 nohz: Warn if the machine can not perform nohz_full by Steven Rostedt · 12 years ago
  49. 1a7f829 nohz: Fix notifier return val that enforce timekeeping by Li Zhong · 12 years ago
  50. 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
  51. f7ea0fd tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offline by Thomas Gleixner · 12 years ago
  52. 4b0c0f2 tick: Cleanup NOHZ per cpu data on cpu down by Thomas Gleixner · 12 years ago
  53. 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
  54. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 12 years ago
  55. 6296ace nohz: Protect smp_processor_id() in tick_nohz_task_switch() by Li Zhong · 12 years ago
  56. 47aa8b6 nohz: Reduce overhead under high-freq idling patterns by Ingo Molnar · 12 years ago
  57. cb41a29 nohz: Add basic tracing by Frederic Weisbecker · 12 years ago
  58. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 12 years ago
  59. 5811d99 nohz: Prepare to stop the tick on irq exit by Frederic Weisbecker · 12 years ago
  60. 9014c45 nohz: Implement full dynticks kick by Frederic Weisbecker · 12 years ago
  61. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 12 years ago
  62. 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
  63. f98823a nohz: New option to default all CPUs in full dynticks range by Frederic Weisbecker · 12 years ago
  64. d1e43fa nohz: Ensure full dynticks CPUs are RCU nocbs by Frederic Weisbecker · 12 years ago
  65. 0453b43 nohz: Force boot CPU outside full dynticks range by Frederic Weisbecker · 12 years ago
  66. 76c24fb nohz: New APIs to re-evaluate the tick on full dynticks CPUs by Frederic Weisbecker · 12 years ago
  67. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 12 years ago
  68. 1034fc2 nohz: Print final full dynticks CPUs range on boot by Frederic Weisbecker · 12 years ago
  69. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 14 years ago
  70. cfea7d7 tick: Change log level of NOHZ: local_softirq_pending message by Rado Vrbovsky · 12 years ago
  71. a382bf9 nohz: Assign timekeeping duty to a CPU outside the full dynticks range by Frederic Weisbecker · 12 years ago
  72. a831881 nohz: Basic full dynticks interface by Frederic Weisbecker · 12 years ago
  73. 2af7844 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 12 years ago
  74. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  75. 0779314 Merge branch 'nohz/printk-v8' into irq/core by Frederic Weisbecker · 12 years ago
  76. 3f4724e cputime: Allow dynamic switch between tick/virtual based cputime accounting by Frederic Weisbecker · 13 years ago
  77. 4dbd277 tick: export nohz tick idle symbols for module use by Jacob Pan · 12 years ago
  78. b64c5fd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. de0c276 Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  80. 9c3f9e2 Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  81. 74876a9 printk: Wake up klogd using irq_work by Frederic Weisbecker · 12 years ago
  82. 00b4295 irq_work: Don't stop the tick with pending works by Frederic Weisbecker · 12 years ago
  83. 33a5f62 nohz: Add API to check tick state by Frederic Weisbecker · 12 years ago
  84. 69a37be cpuidle: Quickly notice prediction failure for repeat mode by Youquan Song · 12 years ago
  85. d6ad418 time: Kill xtime_lock, replacing it with jiffies_lock by John Stultz · 13 years ago
  86. b8f6111 tick: Correct the comments for tick_sched_timer() by Chuansheng Liu · 12 years ago
  87. 351f181 timers, sched: Correct the comments for tick_sched_timer() by Chuansheng Liu · 12 years ago
  88. 94a5714 tick: Conditionally build nohz specific code in tick handler by Frederic Weisbecker · 12 years ago
  89. 9e8f559 tick: Consolidate tick handling for high and low res handlers by Frederic Weisbecker · 12 years ago
  90. 5bb9622 tick: Consolidate timekeeping handling code by Frederic Weisbecker · 12 years ago
  91. 2b17c54 nohz: Fix one jiffy count too far in idle cputime by Frederic Weisbecker · 12 years ago
  92. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  94. 803b0eb time: RCU permitted to stop idle entry via softirq by Paul E. McKenney · 13 years ago
  95. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
  96. 749c881 sched: Add missing call to calc_load_exit_idle() by Charles Wang · 13 years ago
  97. 3992c03 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  98. 16d286e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  99. e8b9dd7 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 13 years ago
  100. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 13 years ago