1. ced549f sched: Remove remaining dubious usage of "power" by Nicolas Pitre · 11 years ago
  2. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 11 years ago
  3. 7246544 sched, nohz: Change rq->nr_running to always use wrappers by Kirill Tkhai · 11 years ago
  4. 4638364 sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()") by Kirill Tkhai · 11 years ago
  5. f4ebcbc sched/rt: Substract number of tasks of throttled queues from rq->nr_running by Kirill Tkhai · 11 years ago
  6. 60e69ee sched/numa: Fix task_numa_free() lockdep splat by Mike Galbraith · 11 years ago
  7. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  8. 300a9d8 sched: Remove needless round trip nsecs <-> tick conversion of steal time by Frederic Weisbecker · 11 years ago
  9. 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 11 years ago
  10. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  11. 37e117c sched: Guarantee task priority in pick_next_task() by Peter Zijlstra · 11 years ago
  12. f5f9739 sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED by Dietmar Eggemann · 11 years ago
  13. d82fd25 sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq' by Li Zefan · 11 years ago
  14. dc87734 sched: Remove some #ifdeffery by Peter Zijlstra · 11 years ago
  15. 3f1d2a3 sched: Fix hotplug task migration by Peter Zijlstra · 11 years ago
  16. 6e83125 sched/fair: Remove idle_balance() declaration in sched.h by Peter Zijlstra · 11 years ago
  17. 995b9ea sched/deadline: Remove useless dl_nr_total by Kirill Tkhai · 11 years ago
  18. 38033c3 sched: Push down pre_schedule() and idle_balance() by Peter Zijlstra · 11 years ago
  19. 606dba2 sched: Push put_prev_task() into pick_next_task() by Peter Zijlstra · 13 years ago
  20. 3c4017c sched: Move rq->idle_stamp up to the core by Daniel Lezcano · 11 years ago
  21. b4f2ab43 sched: Remove 'cpu' parameter from idle_balance() by Daniel Lezcano · 11 years ago
  22. 6b6350f sched: Expose some macros related to priority by Dongsheng Yang · 11 years ago
  23. 7caff66 sched: Reduce trigger_load_balance() parameters by Daniel Lezcano · 11 years ago
  24. 1724813 sched/deadline: Remove the sysctl_sched_dl knobs by Peter Zijlstra · 11 years ago
  25. 6bfd6d7 sched/deadline: speed up SCHED_DEADLINE pushes with a push-heap by Juri Lelli · 11 years ago
  26. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  27. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  28. 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 11 years ago
  29. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  30. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  31. e6c390f sched: Add sched_class->task_dead() method by Dario Faggioli · 11 years ago
  32. 37dc6b50 sched: Remove unnecessary iteration over sched domains to update nr_busy_cpus by Preeti U Murthy · 11 years ago
  33. 1ee14e6 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 11 years ago
  34. 7460231 sched: Fix race in migrate_swap_stop() by Peter Zijlstra · 11 years ago
  35. 0ec8aa0 sched/numa: Avoid migrating tasks that are placed on their preferred node by Peter Zijlstra · 11 years ago
  36. 8272701 sched/numa: Call task_numa_free() from do_execve() by Rik van Riel · 11 years ago
  37. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  38. fb13c7e sched/numa: Use a system-wide search to find swap/migration candidates by Mel Gorman · 11 years ago
  39. ac66f54 sched/numa: Introduce migrate_swap() by Peter Zijlstra · 11 years ago
  40. e6628d5 sched/numa: Reschedule task on preferred NUMA node once selected by Mel Gorman · 11 years ago
  41. f809ca9 sched/numa: Track NUMA hinting faults on per-node basis by Mel Gorman · 11 years ago
  42. 9bd721c sched/balancing: Consider max cost of idle balance per sched domain by Jason Low · 11 years ago
  43. 6263322 sched/fair: Rewrite group_imb trigger by Peter Zijlstra · 11 years ago
  44. 0d99b70 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  45. 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
  46. 7d9ffa8 sched: Micro-optimize the smart wake-affine logic by Peter Zijlstra · 12 years ago
  47. 6852079 sched: Move h_load calculation to task_h_load() by Vladimir Davydov · 11 years ago
  48. a9cef46 sched/tg: Remove tg.load_weight by Alex Shi · 12 years ago
  49. 2509940 sched/cfs_rq: Change atomic64_t removed_load to atomic_long_t by Alex Shi · 12 years ago
  50. bf5b986 sched/tg: Use 'unsigned long' for load variable in task group by Alex Shi · 12 years ago
  51. 72a4cf2 sched: Change cfs_rq load avg to unsigned long by Alex Shi · 12 years ago
  52. a75cdaa sched: Set an initial value of runnable avg for new forked task by Alex Shi · 12 years ago
  53. fa6bdde sched: Move a few runnable tg variables into CONFIG_SMP by Alex Shi · 12 years ago
  54. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 12 years ago
  55. e23ee74 sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list by Kirill Tkhai · 12 years ago
  56. 78becc2 sched: Use an accessor to read the rq clock by Frederic Weisbecker · 12 years ago
  57. c5405a4 sched: Remove redundant update_runtime notifier by Neil Zhang · 12 years ago
  58. 8527632 sched: Move update_load_*() methods from sched.h to fair.c by Paul Gortmaker · 12 years ago
  59. 45ceebf sched: Factor out load calculation code from sched/core.c --> sched/proc.c by Paul Gortmaker · 12 years ago
  60. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 12 years ago
  61. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  62. 25f55d9 sched: Fix init NOHZ_IDLE flag by Vincent Guittot · 12 years ago
  63. 9f3660c sched: Kick full dynticks CPU that have more than one task enqueued. by Frederic Weisbecker · 12 years ago
  64. 642dbc3 sched: Fix wrong rq's runnable_avg update with rt tasks by Vincent Guittot · 12 years ago
  65. 60fed78 sched: Split cpuacct code out of sched.h by Li Zefan · 12 years ago
  66. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  67. b719203 sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP by Li Zefan · 12 years ago
  68. 27b4b93 sched: Remove double declaration of root_task_group by Li Zefan · 12 years ago
  69. 25cc7da sched: Move group scheduling functions out of include/linux/sched.h by Li Zefan · 12 years ago
  70. c82ba9f sched: Move struct sched_class to kernel/sched/sched.h by Li Zefan · 12 years ago
  71. b13095f sched: Move wake flags to kernel/sched/sched.h by Li Zefan · 12 years ago
  72. 5e6521e sched: Move struct sched_group to kernel/sched/sched.h by Li Zefan · 12 years ago
  73. cc1f4b1 sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h by Li Zefan · 12 years ago
  74. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  75. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  76. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  77. 3105b86 mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG by Mel Gorman · 12 years ago
  78. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  79. f4e26b1 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 12 years ago
  80. 8295836 sched: Replace update_shares weight distribution with per-entity computation by Paul Turner · 12 years ago
  81. f1b1728 sched: Maintain runnable averages across throttled periods by Paul Turner · 12 years ago
  82. bb17f65 sched: Normalize tg load contributions against runnable time by Paul Turner · 12 years ago
  83. c566e8e sched: Aggregate total task_group load by Paul Turner · 12 years ago
  84. aff3e49 sched: Account for blocked load waking back up by Paul Turner · 12 years ago
  85. 9ee474f sched: Maintain the load contribution of blocked entities by Paul Turner · 12 years ago
  86. 2dac754 sched: Aggregate load contributed by task entities on parenting cfs_rq by Paul Turner · 12 years ago
  87. 18bf280 sched: Maintain per-rq runnable averages by Ben Segall · 12 years ago
  88. f3e9478 sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 12 years ago
  89. 59f9794 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  90. a4c96ae sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 12 years ago
  91. 73fbec6 sched: Move cputime code to its own file by Frederic Weisbecker · 13 years ago
  92. 35cf4e5 sched,cgroup: Fix up task_groups list by Mike Galbraith · 12 years ago
  93. a35b646 sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchies by Peter Zijlstra · 12 years ago
  94. 8323f26 sched: Fix race in task_group() by Peter Zijlstra · 13 years ago
  95. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 13 years ago
  96. c117487 sched: Fix domain iteration by Peter Zijlstra · 13 years ago
  97. 556061b sched/nohz: Fix rq->cpu_load[] calculations by Peter Zijlstra · 13 years ago
  98. c82513e sched: Change rq->nr_running to unsigned int by Peter Zijlstra · 13 years ago
  99. f22e08a Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  100. 1f56ee7 Merge branch 'sched/arch' into sched/urgent by Ingo Molnar · 13 years ago