1. 5f95ba7 sched/numa: Simplify load_too_imbalanced() by Srikar Dronamraju · 7 years ago
  2. 305c1fa sched/numa: Evaluate move once per node by Srikar Dronamraju · 7 years ago
  3. 2e62c47 sched/fair: Remove #ifdefs from scale_rt_capacity() by Vincent Guittot · 6 years ago
  4. bbb62c0 sched/core: Remove the rt_avg code by Vincent Guittot · 7 years ago
  5. 523e979 sched/core: Use PELT for scale_rt_capacity() by Vincent Guittot · 7 years ago
  6. 91c2749 sched/irq: Add IRQ utilization tracking by Vincent Guittot · 7 years ago
  7. 3727e0e sched/dl: Add dl_rq utilization tracking by Vincent Guittot · 7 years ago
  8. 371bf42 sched/rt: Add rt_rq utilization tracking by Vincent Guittot · 7 years ago
  9. c079629 sched/pelt: Move PELT related code in a dedicated file by Vincent Guittot · 7 years ago
  10. 8fe5c5a sched/fair: Fix util_avg of new tasks for asymmetric systems by Quentin Perret · 7 years ago
  11. 4520843 Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  12. 3482d98 sched/util_est: Fix util_est_dequeue() for throttled cfs_rq by Vincent Guittot · 7 years ago
  13. f1d1be8 sched/fair: Advance global expiration when period timer is restarted by Xunlei Pang · 7 years ago
  14. 512ac99 sched/fair: Fix bandwidth timer clock drift condition by Xunlei Pang · 7 years ago
  15. 03585a9 sched/fair: Remove stale tg_unthrottle_up() comments by Li RongQing · 7 years ago
  16. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  17. 2539fc8 sched/fair: Update util_est before updating schedutil by Patrick Bellasi · 7 years ago
  18. 943d355 sched/core: Distinguish between idle_cpu() calls based on desired effect, introduce available_idle_cpu() by Rohit Jain · 7 years ago
  19. 1378447 sched/numa: Stagger NUMA balancing scan periods for new threads by Mel Gorman · 7 years ago
  20. dfd5c3e Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependencies by Ingo Molnar · 7 years ago
  21. 66e1c94 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  22. 789ba28 Revert "sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()" by Mel Gorman · 7 years ago
  23. c976a86 sched/fair: Avoid calling sync_entity_load_avg() unnecessarily by Viresh Kumar · 7 years ago
  24. f1d88b4 sched/fair: Rearrange select_task_rq_fair() to optimize it by Viresh Kumar · 7 years ago
  25. 457be90 sched/fair: Fix the update of blocked load when newly idle by Vincent Guittot · 7 years ago
  26. adcc8da sched/core: Simplify helpers for rq clock update skip requests by Davidlohr Bueso · 7 years ago
  27. d519329 sched/fair: Update util_est only on util_avg updates by Patrick Bellasi · 7 years ago
  28. f9be3e5 sched/fair: Use util_est in LB and WU paths by Patrick Bellasi · 7 years ago
  29. 7f65ea4 sched/fair: Add util_est on top of PELT by Patrick Bellasi · 7 years ago
  30. 31e77c9 sched/fair: Update blocked load when newly idle by Vincent Guittot · 7 years ago
  31. 47ea541 sched/fair: Move idle_balance() by Peter Zijlstra · 7 years ago
  32. dd70724 sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks by Peter Zijlstra · 7 years ago
  33. af3fe03 sched/fair: Move rebalance_domains() by Peter Zijlstra · 7 years ago
  34. 6392838 sched/nohz: Optimize nohz_idle_balance() by Peter Zijlstra · 7 years ago
  35. 1936c53 sched/fair: Reduce the periodic update duration by Vincent Guittot · 7 years ago
  36. f643ea2 sched/nohz: Stop NOHZ stats when decayed by Vincent Guittot · 7 years ago
  37. ea14b57e sched/cpufreq: Provide migration hint by Peter Zijlstra · 7 years ago
  38. 00357f5 sched/nohz: Clean up nohz enter/exit by Peter Zijlstra · 7 years ago
  39. e022e0d sched/fair: Update blocked load from NEWIDLE by Peter Zijlstra · 7 years ago
  40. a4064fb sched/fair: Add NOHZ stats balancing by Peter Zijlstra · 7 years ago
  41. 4550487 sched/fair: Restructure nohz_balance_kick() by Peter Zijlstra · 7 years ago
  42. b7031a0 sched/fair: Add NOHZ_STATS_KICK by Peter Zijlstra · 7 years ago
  43. a22e47a sched/core: Convert nohz_flags to atomic_t by Peter Zijlstra · 7 years ago
  44. 13a453c sched/fair: Add ';' after label attributes by Norbert Manthey · 7 years ago
  45. 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
  46. 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
  47. d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
  48. 7347fc8 sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine() by Mel Gorman · 7 years ago
  49. 2c83362 sched/fair: Consider SD_NUMA when selecting the most idle group to schedule on by Mel Gorman · 7 years ago
  50. 24d0c1d sched/fair: Do not migrate due to a sync wakeup on exit by Peter Zijlstra · 7 years ago
  51. 082f764 sched/fair: Do not migrate on wake_affine_weight() if weights are equal by Mel Gorman · 7 years ago
  52. eeb6039 sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() until needed by Mel Gorman · 7 years ago
  53. 7ebb66a sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affine by Mel Gorman · 7 years ago
  54. 387f77c sched/fair: Remove stray space in #ifdef by Vincent Guittot · 7 years ago
  55. 32e839d sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS by Mel Gorman · 7 years ago
  56. 806486c sched/fair: Do not migrate if the prev_cpu is idle by Mel Gorman · 7 years ago
  57. 3b76c4a sched/fair: Restructure wake_affine*() to return a CPU id by Mel Gorman · 7 years ago
  58. 89a55f5 sched/fair: Remove unnecessary parameters from wake_affine_idle() by Mel Gorman · 7 years ago
  59. 2ed41a5 sched/core: Optimize update_stats_*() by Peter Zijlstra · 7 years ago
  60. af8c5e2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  61. ce48c146 sched/core: Fix cpu.max vs. cpuhotplug deadlock by Peter Zijlstra · 7 years ago
  62. 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
  63. 7673c8a sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter by Juri Lelli · 7 years ago
  64. 7332dec sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cache by Mel Gorman · 7 years ago
  65. 9783be2 sched/fair: Correct obsolete comment about cpufreq_update_util() by Joel Fernandes · 7 years ago
  66. 18cec7e sched/fair: Remove impossible condition from find_idlest_group_cpu() by Joel Fernandes · 7 years ago
  67. f453ae2 sched/fair: Consider RT/IRQ pressure in capacity_spare_wake() by Joel Fernandes · 7 years ago
  68. f01415f sched/fair: Use 'unsigned long' for utilization, consistently by Patrick Bellasi · 7 years ago
  69. a555e9d sched/fair: Remove unused 'curr' parameter from wakeup_gran by Cheng Jian · 7 years ago
  70. a4c3c04 sched/fair: Update and fix the runnable propagation rule by Vincent Guittot · 7 years ago
  71. 22714a2 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  72. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  73. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  74. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
  75. 204c083 sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu() by Frederic Weisbecker · 7 years ago
  76. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  77. 93f50f9 sched/fair: Fix usage of find_idlest_group() when the local group is idlest by Brendan Jackman · 7 years ago
  78. 6fee85c sched/fair: Fix usage of find_idlest_group() when no groups are allowed by Brendan Jackman · 7 years ago
  79. 0d10ab9 sched/fair: Fix find_idlest_group() when local group is not allowed by Brendan Jackman · 7 years ago
  80. e90381e sched/fair: Remove unnecessary comparison with -1 by Brendan Jackman · 7 years ago
  81. 18bd1b4b sched/fair: Move select_task_rq_fair() slow-path into its own function by Brendan Jackman · 7 years ago
  82. 583ffd9 sched/fair: Force balancing on NOHZ balance if local group has capacity by Brendan Jackman · 7 years ago
  83. ea16f0e sched/fair: Sync task util before slow-path wakeup by Brendan Jackman · 7 years ago
  84. 9382490 sched/fair: Search a task from the tail of the queue by Uladzislau Rezki · 7 years ago
  85. 151aeab Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  86. 024c9d2 sched/core: Ensure load_balance() respects the active_mask by Peter Zijlstra · 7 years ago
  87. f2cdd9c sched/core: Address more wake_affine() regressions by Peter Zijlstra · 7 years ago
  88. d153b15 sched/core: Fix wake_affine() performance regression by Peter Zijlstra · 7 years ago
  89. 17de4ee sched/fair: Update calc_group_*() comments by Peter Zijlstra · 7 years ago
  90. 2c8e4dc sched/fair: Calculate runnable_weight slightly differently by Josef Bacik · 7 years ago
  91. 9a2dd58 sched/fair: Implement more accurate async detach by Peter Zijlstra · 8 years ago
  92. f207934 sched/fair: Align PELT windows between cfs_rq and its se by Peter Zijlstra · 8 years ago
  93. 144d848 sched/fair: Implement synchonous PELT detach on load-balance migrate by Peter Zijlstra · 8 years ago
  94. 1ea6c46 sched/fair: Propagate an effective runnable_load_avg by Peter Zijlstra · 8 years ago
  95. 0e2d2aa sched/fair: Rewrite PELT migration propagation by Peter Zijlstra · 8 years ago
  96. 2a2f5d4e sched/fair: Rewrite cfs_rq->removed_*avg by Peter Zijlstra · 8 years ago
  97. 9059393 sched/fair: Use reweight_entity() for set_user_nice() by Vincent Guittot · 8 years ago
  98. 840c5ab sched/fair: More accurate reweight_entity() by Peter Zijlstra · 8 years ago
  99. 8d5b902 sched/fair: Introduce {en,de}queue_load_avg() by Peter Zijlstra · 7 years ago
  100. b5b3e35 sched/fair: Rename {en,de}queue_entity_load_avg() by Peter Zijlstra · 7 years ago