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