1. 754bd59 sched/fair: Do not announce throttled next buddy in dequeue_task_fair() by Konstantin Khlebnikov · 9 years ago
  2. 094f469 sched/fair: Initialize throttle_count for new task-groups lazily by Konstantin Khlebnikov · 9 years ago
  3. 8974189 sched/fair: Fix cfs_rq avg tracking underflow by Peter Zijlstra · 9 years ago
  4. eda8dca sched/debug: Fix deadlock when enabling sched events by Josh Poimboeuf · 9 years ago
  5. b7fa30c sched/fair: Fix post_init_entity_util_avg() serialization by Peter Zijlstra · 9 years ago
  6. cfa1033 sched/fair: Correct unit of load_above_capacity by Morten Rasmussen · 9 years ago
  7. 1be0eb2 sched/fair: Clean up scale confusion by Peter Zijlstra · 9 years ago
  8. 2f95035 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 9 years ago
  9. 59efa0b sched/core: Kill sched_class::task_waking to clean up the migration logic by Peter Zijlstra · 9 years ago
  10. b5179ac sched/fair: Prepare to fix fairness problems on migration by Peter Zijlstra · 9 years ago
  11. c58d25f sched/fair: Move record_wakee() by Peter Zijlstra · 9 years ago
  12. 4eb8676 Merge branch 'smp/hotplug' into sched/core, to resolve conflicts by Ingo Molnar · 9 years ago
  13. eb60b3e Merge branch 'sched/urgent' into sched/core to pick up fixes by Ingo Molnar · 9 years ago
  14. 53d3bc7 Revert "sched/fair: Fix fairness issue on migration" by Ingo Molnar · 9 years ago
  15. 536bd00 sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakage by Rafael J. Wysocki · 9 years ago
  16. 20a5c8c sched/fair: Make ilb_notifier an explicit call by Thomas Gleixner · 9 years ago
  17. 885e542 sched/fair: Fix comment in calculate_imbalance() by Dietmar Eggemann · 9 years ago
  18. 0a9b23c sched/fair: Remove stale power aware scheduling comments by Dietmar Eggemann · 9 years ago
  19. b52fad2 sched/fair: Update rq clock before updating nohz CPU load by Matt Fleming · 9 years ago
  20. 7b20b91 sched/fair: Optimize sum computation with a lookup table by Yuyang Du · 9 years ago
  21. 172895e sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOAD_SCALE by Yuyang Du · 9 years ago
  22. 6ecdd74 sched/fair: Generalize the load/util averages resolution definition by Yuyang Du · 9 years ago
  23. e7904a2 locking/lockdep, sched/core: Implement a better lock pinning scheme by Peter Zijlstra · 10 years ago
  24. 9fd81dd sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updates by Frederic Weisbecker · 9 years ago
  25. 1f41906 sched/fair: Correctly handle nohz ticks CPU load accounting by Frederic Weisbecker · 9 years ago
  26. cee1afc sched/fair: Gather CPU load functions under a more conventional namespace by Frederic Weisbecker · 9 years ago
  27. a2c6c91 sched/fair: Call cpufreq hook in additional paths by Steve Muckle · 9 years ago
  28. 41e0d37 sched/fair: Do not call cpufreq hook unless util changed by Steve Muckle · 9 years ago
  29. 21e96f8 sched/fair: Move cpufreq hook to update_cfs_rq_load_avg() by Steve Muckle · 9 years ago
  30. 1f621e0 sched/fair: Fix asym packing to select correct CPU by Srikar Dronamraju · 9 years ago
  31. 2b8c41da sched/fair: Initiate a new task's util avg to a bounded value by Yuyang Du · 9 years ago
  32. 1c3de5e sched/fair: Update comments after a variable rename by Yuyang Du · 9 years ago
  33. bfdb198 sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernels by Tim Chen · 9 years ago
  34. d02c07118 sched/fair: Reset nr_balance_failed after active balancing by Srikar Dronamraju · 9 years ago
  35. be53f58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  36. d433558 sched/fair: Add comments to explain select_idle_sibling() by Matt Fleming · 9 years ago
  37. 3a47d51 sched/fair: Fix fairness issue on migration by Peter Zijlstra · 9 years ago
  38. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  39. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 9 years ago
  40. be68a68 sched/fair: Consolidate nohz CPU load update code by Frederic Weisbecker · 9 years ago
  41. 7400d3b sched/fair: Avoid using decay_load_missed() with a negative value by Byungchul Park · 9 years ago
  42. 6aa447bc Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  43. 6fe1f34 sched/cgroup: Fix cgroup entity load tracking tear-down by Peter Zijlstra · 9 years ago
  44. 4142c3e sched/numa: Spread memory according to CPU and memory use by Rik van Riel · 9 years ago
  45. cb25176 sched/debug: Make schedstats a runtime tunable that is disabled by default by Mel Gorman · 9 years ago
  46. 1dff76b sched/numa: Fix use-after-free bug in the task_numa_compare by Gavin Guo · 9 years ago
  47. 0905f04 sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_task() by Yuyang Du · 9 years ago
  48. 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 9 years ago
  49. 9e0e83a sched/fair: Fix multiplication overflow on 32-bit systems by Andrey Ryabinin · 9 years ago
  50. aa0b7ae sched/fair: Disable the task group load_avg update for the root_task_group by Waiman Long · 9 years ago
  51. a426f99 sched/fair: Avoid redundant idle_cpu() call in update_sg_lb_stats() by Waiman Long · 9 years ago
  52. ad936d8 sched/fair: Make it possible to account fair load avg consistently by Byungchul Park · 9 years ago
  53. 525628c sched/fair: Modify the comment about lock assumptions in migrate_task_rq_fair() by Byungchul Park · 9 years ago
  54. 3ea94de sched/core: Fix incorrect wait time and wait count statistics by Joonwoo Park · 9 years ago
  55. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  56. 5117084 sched/numa: Cap PTE scanning overhead to 3% of run time by Rik van Riel · 9 years ago
  57. 525705d sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz() by Byungchul Park · 9 years ago
  58. 5954327 sched/fair: Prepare __update_cpu_load() to handle active tickless by Byungchul Park · 9 years ago
  59. d937cdc sched/fair: Clean up the explanation around decaying load update misses by Peter Zijlstra · 9 years ago
  60. 38c6ade sched/fair: Remove empty idle enter and exit functions by Dietmar Eggemann · 9 years ago
  61. 25b3e5a sched/numa: Fix math underflow in task_tick_numa() by Rik van Riel · 9 years ago
  62. 6af597d Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve conflicts by Ingo Molnar · 9 years ago
  63. 3e386d5 sched/fair: Update task group's load_avg after task migration by Yuyang Du · 9 years ago
  64. fde7d22e sched/fair: Fix overly small weight for interactive group entities by Yuyang Du · 9 years ago
  65. 5a4fd03 sched/core: Remove a parameter in the migrate_task_rq() function by xiaofeng.yan · 9 years ago
  66. b52da86 sched/numa: Fix task_tick_fair() from disabling numa_balancing by Srikar Dronamraju · 9 years ago
  67. 79a89f9 sched/fair: Remove unnecessary parameter for group_classify() by Leo Yan · 9 years ago
  68. 84fb5a1 sched/fair: Polish comments for LOAD_AVG_MAX by Leo Yan · 9 years ago
  69. 4620f8c sched/numa: Limit the amount of virtual memory scanned in task_numa_work() by Rik van Riel · 9 years ago
  70. 006cdf0 sched/fair: Optimize per entity utilization tracking by Peter Zijlstra · 9 years ago
  71. 6f2b045 sched/fair: Defer calling scaling functions by Dietmar Eggemann · 9 years ago
  72. 6115c79 sched/fair: Optimize __update_load_avg() by Peter Zijlstra · 9 years ago
  73. 54a2138 sched/fair: Rename scale() to cap_scale() by Peter Zijlstra · 9 years ago
  74. 231678b sched/fair: Get rid of scaling utilization by capacity_orig by Dietmar Eggemann · 10 years ago
  75. 9e91d61 sched/fair: Name utilization related data and functions consistently by Dietmar Eggemann · 10 years ago
  76. e3279a2 sched/fair: Make utilization tracking CPU scale-invariant by Dietmar Eggemann · 10 years ago
  77. 8cd5601 sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define by Morten Rasmussen · 10 years ago
  78. e0f5f3a sched/fair: Make load tracking frequency scale-invariant by Dietmar Eggemann · 10 years ago
  79. 2a59572 sched/numa: Convert sched_numa_balancing to a static_branch by Srikar Dronamraju · 10 years ago
  80. c3b9bc5 sched/numa: Disable sched_numa_balancing on UMA systems by Srikar Dronamraju · 10 years ago
  81. 78a9c54 sched/numa: Rename numabalancing_enabled to sched_numa_balancing by Srikar Dronamraju · 10 years ago
  82. c5afb6a sched/fair: Fix nohz.next_balance update by Vincent Guittot · 10 years ago
  83. bc54da2 sched/core: Remove unused argument from sched_class::task_move_group by Peter Zijlstra · 10 years ago
  84. daa5940 sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair() by Byungchul Park · 10 years ago
  85. a928051 sched/fair: Make the entity load aging on attaching tunable by Peter Zijlstra · 9 years ago
  86. 6efdb10 sched/fair: Fix switched_to_fair()'s per entity load tracking by Byungchul Park · 10 years ago
  87. 1746bab sched/fair: Have task_move_group_fair() also detach entity load from the old runqueue by Byungchul Park · 10 years ago
  88. 50a2a3b sched/fair: Have task_move_group_fair() unconditionally add the entity load to the runqueue by Byungchul Park · 10 years ago
  89. a05e8c5 sched/fair: Factor out the {at,de}taching of the per entity load {to,from} the runqueue by Byungchul Park · 10 years ago
  90. c5b2803 sched: Make sched_class::set_cpus_allowed() unconditional by Peter Zijlstra · 10 years ago
  91. 7855a35 sched: Ensure a task has a non-normalized vruntime when returning back to CFS by Byungchul Park · 10 years ago
  92. 7ea241a sched/fair: Clean up load average references by Yuyang Du · 10 years ago
  93. 1396223 sched/fair: Provide runnable_load_avg back to cfs_rq by Yuyang Du · 10 years ago
  94. 1269557 sched/fair: Remove task and group entity load when they are dead by Yuyang Du · 10 years ago
  95. 540247f sched/fair: Init cfs_rq's sched_entity load average by Yuyang Du · 10 years ago
  96. 6c1d47c sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n by Vincent Guittot · 10 years ago
  97. 9d89c25 sched/fair: Rewrite runnable load and utilization average tracking by Yuyang Du · 10 years ago
  98. cd126af sched/fair: Remove rq's runnable avg by Yuyang Du · 10 years ago
  99. 63b0e9e sched/fair: Beef up wake_wide() by Mike Galbraith · 10 years ago
  100. 985d3a4 sched/fair: Avoid pulling all tasks in idle balancing by Yuyang Du · 10 years ago