1. fa17b50 sched: Wrap scheduler p->cpus_allowed access by Peter Zijlstra · 14 years ago
  2. 6eb57e0 sched: Request for idle balance during nohz idle load balance by Suresh Siddha · 13 years ago
  3. ca38062 sched: Use resched IPI to kick off the nohz idle balance by Suresh Siddha · 13 years ago
  4. f4cfb33 sched: Remove redundant test in check_preempt_tick() by Wang Xingchao · 13 years ago
  5. d8b4986 sched: Return unused runtime on group dequeue by Paul Turner · 14 years ago
  6. e8da1b1 sched: Add exports tracking cfs bandwidth control statistics by Nikhil Rao · 14 years ago
  7. d3d9dc3 sched: Throttle entities exceeding their allowed bandwidth by Paul Turner · 14 years ago
  8. 5238cdd sched: Prevent buddy interactions with throttled entities by Paul Turner · 14 years ago
  9. 64660c8 sched: Prevent interactions with throttled entities by Paul Turner · 14 years ago
  10. 671fd9d sched: Add support for unthrottling group entities by Paul Turner · 14 years ago
  11. 85dac90 sched: Add support for throttling group entities by Paul Turner · 14 years ago
  12. a9cf55b sched: Expire invalid runtime by Paul Turner · 14 years ago
  13. 58088ad sched: Add a timer to handle CFS bandwidth refresh by Paul Turner · 14 years ago
  14. ec12cb7 sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth by Paul Turner · 14 years ago
  15. ab84d31 sched: Introduce primitives to account for CFS bandwidth tracking by Paul Turner · 14 years ago
  16. 953bfcd sched: Implement hierarchical task accounting for SCHED_OTHER by Paul Turner · 14 years ago
  17. 0835471 sched: Remove noop in lowest_flag_domain() by Hillf Danton · 14 years ago
  18. 2c2efae sched: Kill WAKEUP_PREEMPT by Yong Zhang · 13 years ago
  19. 0f31714 sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair by Lin Ming · 14 years ago
  20. 2bd2d6f sched: Replace use of entity_key() by Stephan Baerwolf · 14 years ago
  21. 045176d sched: Remove unused function cpu_cfs_rq() by Jan Schoenherr · 14 years ago
  22. 9763b67 sched, cgroup: Optimize load_balance_fair() by Peter Zijlstra · 14 years ago
  23. 9598c82 sched: Don't update shares twice on on_rq parent by Paul Turner · 14 years ago
  24. 9bbd737 sched: update correct entity's runtime in check_preempt_wakeup() by Paul Turner · 14 years ago
  25. 994bf1c Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  26. 9c3f75c sched: Break out cpu_power from the sched_group structure by Peter Zijlstra · 14 years ago
  27. 2a46dae sched: Remove rcu_read_lock() from wake_affine() by Nikunj A. Dadhania · 14 years ago
  28. 1e87623 sched: Fix ->min_vruntime calculation in dequeue_entity() by Peter Zijlstra · 14 years ago
  29. 1399fa7 sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculations by Nikhil Rao · 14 years ago
  30. 931aeed sched: Remove unused 'this_best_prio arg' from balance_tasks() by Vladimir Davydov · 14 years ago
  31. 2f36825 sched: Next buddy hint on sleep and preempt path by Venkatesh Pallipadi · 14 years ago
  32. 69c80f3 sched: Make set_*_buddy() work on non-task entities by Venkatesh Pallipadi · 14 years ago
  33. 6ddafda Merge branch 'sched/locking' into sched/core by Ingo Molnar · 14 years ago
  34. 3fe1698 sched: Deal with non-atomic min_vruntime reads on 32bits by Peter Zijlstra · 14 years ago
  35. 74f8e4b sched: Remove rq argument to sched_class::task_waking() by Peter Zijlstra · 14 years ago
  36. 7608dec sched: Drop the rq argument to sched_class::select_task_rq() by Peter Zijlstra · 14 years ago
  37. a6c75f2 sched: Avoid using sd->level by Peter Zijlstra · 14 years ago
  38. dce840a sched: Dynamically allocate sched_domain/sched_group data-structures by Peter Zijlstra · 14 years ago
  39. f4ad9bd sched: Eliminate dead code from wakeup_gran() by Shaohua Li · 14 years ago
  40. b30aef1 sched: Fix erroneous all_pinned logic by Ken Chen · 14 years ago
  41. b0432d8 sched: Fix sched-domain avg_load calculation by Ken Chen · 14 years ago
  42. 8b9686f Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  43. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  44. 49c022e sched: Clean up rebalance_domains() load-balance interval calculation by Peter Zijlstra · 14 years ago
  45. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  46. 3436ae1 sched: Fix rebalance interval calculation by Sisir Koppaka · 14 years ago
  47. 6d1cafd sched: Resched proper CPU on yield_to() by Venkatesh Pallipadi · 14 years ago
  48. a2f5c9a sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasks by Darren Hart · 14 years ago
  49. 866ab43 sched: Fix the group_imb logic by Peter Zijlstra · 14 years ago
  50. cc57aa8 sched: Clean up some f_b_g() comments by Peter Zijlstra · 14 years ago
  51. c186faf sched: Clean up remnants of sd_idle by Peter Zijlstra · 14 years ago
  52. 46e49b3 sched: Wholesale removal of sd_idle logic by Venkatesh Pallipadi · 14 years ago
  53. d95f412 sched: Add yield_to(task, preempt) functionality by Mike Galbraith · 14 years ago
  54. ac53db5 sched: Use a buddy to implement yield_task_fair() by Rik van Riel · 14 years ago
  55. 2c13c919 sched: Limit the scope of clear_buddies by Rik van Riel · 14 years ago
  56. 725e758 sched: Check the right ->nr_running in yield_task_fair() by Rik van Riel · 14 years ago
  57. da7a735 sched: Fix switch_from_fair() by Peter Zijlstra · 14 years ago
  58. f07333b sched: Avoid expensive initial update_cfs_load() by Paul Turner · 14 years ago
  59. 6d5ab29 sched: Simplify update_cfs_shares parameters by Paul Turner · 14 years ago
  60. 05ca62c sched: Use rq->clock_task instead of rq->clock for correctly maintaining load averages by Paul Turner · 14 years ago
  61. b815f19 sched: Fix/remove redundant cfs_rq checks by Paul Turner · 14 years ago
  62. e37b6a7 sched: Fix sign under-flows in wake_affine by Paul Turner · 14 years ago
  63. 3ff6dca sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug by Yong Zhang · 14 years ago
  64. d7d8294 sched: Fix signed unsigned comparison in check_preempt_tick() by Mike Galbraith · 14 years ago
  65. 977dda7 sched: Update effective_load() to use global share weights by Paul Turner · 14 years ago
  66. 19e5eeb sched: Fix interactivity bug by charging unaccounted run-time on entity re-weight by Paul Turner · 14 years ago
  67. 43365bd sched: Move periodic share updates to entity_tick() by Paul Turner · 14 years ago
  68. 8e9255e Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  69. 22a867d Merge commit 'v2.6.37-rc3' into sched/core by Ingo Molnar · 14 years ago
  70. 70caf8a sched: Fix UP build breakage by Peter Zijlstra · 14 years ago
  71. d6b5591 sched: Allow update_cfs_load() to update global load by Paul Turner · 14 years ago
  72. 3b3d190 sched: Implement demand based update_cfs_load() by Paul Turner · 14 years ago
  73. c66eaf6 sched: Update shares on idle_balance by Paul Turner · 14 years ago
  74. a7a4f8a sched: Add sysctl_sched_shares_window by Paul Turner · 14 years ago
  75. 67e8625 sched: Introduce hierarchal order on shares update list by Paul Turner · 14 years ago
  76. e33078b sched: Fix update_cfs_load() synchronization by Paul Turner · 14 years ago
  77. f0d7442 sched: Fix load corruption from update_cfs_shares() by Paul Turner · 14 years ago
  78. 9e3081c sched: Make tg_shares_up() walk on-demand by Peter Zijlstra · 14 years ago
  79. 3d4b47b sched: Implement on-demand (active) cfs_rq list by Peter Zijlstra · 14 years ago
  80. 2069dd7 sched: Rewrite tg_shares_up) by Peter Zijlstra · 14 years ago
  81. d5ad140 sched: Fix idle balancing by Nikhil Rao · 14 years ago
  82. b5482cf sched: Fix volanomark performance regression by Alex Shi · 14 years ago
  83. 1e5a740 sched: Fix cross-sched-class wakeup preemption by Peter Zijlstra · 14 years ago
  84. aae6d3d sched: Use group weight, idle cpu metrics to fix imbalances during idle by Suresh Siddha · 14 years ago
  85. 37542b6a Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  86. b2b5ce0 sched, cgroup: Fixup broken cgroup movement by Peter Zijlstra · 14 years ago
  87. bc4016f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. aa48380 sched: Remove irq time from available CPU power by Venkatesh Pallipadi · 14 years ago
  89. 305e683 sched: Do not account irq time to current task by Venkatesh Pallipadi · 14 years ago
  90. 75dd321 sched: Drop group_capacity to 1 only if local group has extra capacity by Nikhil Rao · 14 years ago
  91. fab4762 sched: Force balancing on newidle balance if local group has capacity by Nikhil Rao · 14 years ago
  92. 2582f0e sched: Set group_imb only a task can be pulled from the busiest cpu by Nikhil Rao · 14 years ago
  93. 864616e sched: Comment updates: fix default latency and granularity numbers by Takuya Yoshikawa · 14 years ago
  94. ed859ed Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  95. b0a0f66 sched: suppress RCU lockdep splat in task_fork_fair by Paul E. McKenney · 14 years ago
  96. 58b26c4 sched: Increment cache_nice_tries only on periodic lb by Venkatesh Pallipadi · 14 years ago
  97. f6c3f16 sched: Fix nohz balance kick by Suresh Siddha · 14 years ago
  98. 0bf377b sched: Improve latencies under load by decreasing minimum scheduling granularity by Ingo Molnar · 14 years ago
  99. aad1830 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. da2b71e sched: Move sched_avg_update() to update_cpu_load() by Suresh Siddha · 14 years ago