1. 2b17c54 nohz: Fix one jiffy count too far in idle cputime by Frederic Weisbecker · 12 years ago
  2. 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
  3. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  4. 803b0eb time: RCU permitted to stop idle entry via softirq by Paul E. McKenney · 13 years ago
  5. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 13 years ago
  6. 749c881 sched: Add missing call to calc_load_exit_idle() by Charles Wang · 13 years ago
  7. 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
  8. 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
  9. e8b9dd7 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 13 years ago
  10. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 13 years ago
  11. 9d2ad24 rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter by Paul E. McKenney · 13 years ago
  12. 84bf1bc nohz: Move next idle expiry time record into idle logic area by Frederic Weisbecker · 14 years ago
  13. 5b39939 nohz: Move ts->idle_calls incrementation into strict idle logic by Frederic Weisbecker · 14 years ago
  14. f5d411c nohz: Rename ts->idle_tick to ts->last_tick by Frederic Weisbecker · 14 years ago
  15. 2ac0d98 nohz: Make nohz API agnostic against idle ticks cputime accounting by Frederic Weisbecker · 14 years ago
  16. 19f5f73 nohz: Separate idle sleeping time accounting from nohz logic by Frederic Weisbecker · 14 years ago
  17. 4a1e001 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 13 years ago
  18. aa9b1630 rcu: Precompute RCU_FAST_NO_HZ timer offsets by Paul E. McKenney · 13 years ago
  19. 0b3e9f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  20. 5aaa0b7 sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 13 years ago
  21. 62cf20b tick: Move skew_tick option into the HIGH_RES_TIMER section by Thomas Gleixner · 13 years ago
  22. 5307c95 tick: Add tick skew boot option by Mike Galbraith · 13 years ago
  23. 6f10392 nohz: Fix stale jiffies update in tick_nohz_restart() by Neal Cardwell · 13 years ago
  24. 15f827b nohz: Remove ts->Einidle checks before restarting the tick by Frederic Weisbecker · 13 years ago
  25. 430ee88 nohz: Remove update_ts_time_stat from tick_nohz_start_idle by Michal Hocko · 13 years ago
  26. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  27. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 13 years ago
  28. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 13 years ago
  29. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 13 years ago
  30. 9b2e4f1 rcu: Track idleness independent of idle tasks by Paul E. McKenney · 13 years ago
  31. 69e1e81 sched, nohz: Track nr_busy_cpus in the sched_group_power by Suresh Siddha · 13 years ago
  32. 39adff5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  33. fc0763f nohz: Remove nohz_cpu_mask by Shi, Alex · 14 years ago
  34. 29c158e nohz: Remove "Switched to NOHz mode" debugging messages by Heiko Carstens · 14 years ago
  35. 09a1d34 nohz: Make idle/iowait counter update conditional by Michal Hocko · 14 years ago
  36. 6beea0c nohz: Fix update_ts_time_stat idle accounting by Michal Hocko · 14 years ago
  37. e2830b5 time: Make do_timer() and xtime_lock local to kernel/time/ by Torben Hohn · 14 years ago
  38. 2d0640b hrtimers: Notify hrtimer users of switches to NOHZ mode by Stephen Boyd · 14 years ago
  39. af39008 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  40. 0bcfe75 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 15 years ago
  41. af5ab27 clockevents: Remove the per cpu tick skew by Arjan van de Ven · 15 years ago
  42. dca45ad Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  43. 396e894 sched: Revert nohz_ratelimit() for now by Peter Zijlstra · 15 years ago
  44. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  45. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 15 years ago
  46. 3310d4d nohz: Fix nohz ratelimit by Peter Zijlstra · 15 years ago
  47. 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 15 years ago
  48. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 15 years ago
  49. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 15 years ago
  50. 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 15 years ago
  51. 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 15 years ago
  52. 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 15 years ago
  53. b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 15 years ago
  54. 39c0cbe sched: Rate-limit nohz by Mike Galbraith · 15 years ago
  55. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  56. 2718501 nohz: Track last do_timer() cpu by Thomas Gleixner · 15 years ago
  57. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 16 years ago
  58. 529eacc nohz: Type cast printk argument by Thomas Gleixner · 15 years ago
  59. 3c5d92a nohz: Introduce arch_needs_cpu by Martin Schwidefsky · 15 years ago
  60. eed3b9c nohz: Reuse ktime in sub-functions of tick_check_idle. by Martin Schwidefsky · 15 years ago
  61. fdc6f19 NOHZ: update idle state also when NOHZ is inactive by Eero Nurkkala · 15 years ago
  62. 38df92b Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. f2e21c9 NOHZ: Properly feed cpufreq ondemand governor by Eero Nurkkala · 16 years ago
  64. 5c33386 timers: Identifying the existing pinned timers by Arun R Bharadwaj · 16 years ago
  65. 934d96e time-sched.c: tick_nohz_update_jiffies should be static by Jaswinder Singh Rajput · 16 years ago
  66. 61420f5 Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  67. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. 79741dd [PATCH] idle cputime accounting by Martin Schwidefsky · 16 years ago
  69. 457533a [PATCH] fix scaled & unscaled cputime accounting by Martin Schwidefsky · 16 years ago
  70. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
  71. 0014744 nohz: suppress needless timer reprogramming by Woodruff, Richard · 16 years ago
  72. fa116ea nohz: no softirq pending warnings for offline cpus by Heiko Carstens · 16 years ago
  73. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  74. 6a7b3dc sched: convert nohz_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
  75. ae99286 nohz: disable tick_nohz_kick_tick() for now by Thomas Gleixner · 16 years ago
  76. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  77. c4bd822 NOHZ: fix thinko in the timer restart code path by Thomas Gleixner · 16 years ago
  78. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  79. fb02fbc NOHZ: restart tick device from irq_enter() by Thomas Gleixner · 16 years ago
  80. c34bec5 NOHZ: split tick_nohz_restart_sched_tick() by Thomas Gleixner · 16 years ago
  81. 719254f NOHZ: unify the nohz function calls in irq_enter() by Thomas Gleixner · 16 years ago
  82. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  83. 8083e4a [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor by venkatesh.pallipadi@intel.com · 17 years ago
  84. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  85. 49d670f clockevents: prevent stale tick_next_period for onlining CPUs by Thomas Gleixner · 16 years ago
  86. 6441402 clockevents: prevent cpu online to interfere with nohz by Thomas Gleixner · 16 years ago
  87. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 17 years ago
  88. 56c7426 sched_clock: fix NOHZ interaction by Peter Zijlstra · 17 years ago
  89. 3c4fbe5 nohz: fix wrong event handler after online an offlined cpu by Miao Xie · 17 years ago
  90. b845b51 printk: robustify printk by Peter Zijlstra · 17 years ago
  91. e4e4e53 sched clock: revert various sched_clock() changes by Ingo Molnar · 17 years ago
  92. ecc8b65 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  93. 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 17 years ago
  94. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 17 years ago
  95. 1e09481 Merge branch 'linus' into core/softlockup by Ingo Molnar · 17 years ago
  96. da6e88f Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  97. af52a90 sched_clock: stop maximum check on NO HZ by Steven Rostedt · 17 years ago
  98. 857f3fd nohz: don't stop idle tick if softirqs are pending. by Heiko Carstens · 17 years ago
  99. 7a14ce1 nohz: reduce jiffies polling overhead by Ingo Molnar · 17 years ago
  100. 02ff375 softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds by Ingo Molnar · 17 years ago