1. 60588bf sched/fair: Optimize select_idle_cpu by Cheng Jian · 5 years ago
  2. 7c2e8bb sched: Spare resched IPI when prio changes on a single fair task by Frederic Weisbecker · 5 years ago
  3. bef69dd sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util() by Vincent Guittot · 5 years ago
  4. b21feab Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies by Ingo Molnar · 5 years ago
  5. a972338 sched/fair: Add comments for group_type and balancing at SD_NUMA level by Vincent Guittot · 5 years ago
  6. 3318544b sched/fair: Fix rework of find_idlest_group() by Vincent Guittot · 5 years ago
  7. b90f7c9 sched/pelt: Fix update of blocked PELT ordering by Vincent Guittot · 5 years ago
  8. a0e813f sched/core: Further clarify sched_class::set_next_task() by Peter Zijlstra · 5 years ago
  9. 2eeb01a sched/fair: Use mul_u32_u32() by Peter Zijlstra · 5 years ago
  10. 98c2f70 sched/core: Simplify sched_class::pick_next_task() by Peter Zijlstra · 5 years ago
  11. 5d7d605 sched/core: Optimize pick_next_task() by Peter Zijlstra · 5 years ago
  12. 7277a34 sched/fair: Better document newidle_balance() by Peter Zijlstra · 5 years ago
  13. 6d5a763 Merge tag 'v5.4-rc7' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  14. 6e2df05 sched: Fix pick_next_task() vs 'change' pattern race by Peter Zijlstra · 5 years ago
  15. b8c9636 sched/fair/util_est: Implement faster ramp-up EWMA on utilization increases by Patrick Bellasi · 5 years ago
  16. 57abff0 sched/fair: Rework find_idlest_group() by Vincent Guittot · 5 years ago
  17. fc1273f sched/fair: Optimize find_idlest_group() by Vincent Guittot · 5 years ago
  18. 11f10e5 sched/fair: Use load instead of runnable load in wakeup path by Vincent Guittot · 5 years ago
  19. c63be7b sched/fair: Use utilization to select misfit task by Vincent Guittot · 5 years ago
  20. 2ab4092 sched/fair: Spread out tasks evenly when not overloaded by Vincent Guittot · 5 years ago
  21. b0fb1eb sched/fair: Use load instead of runnable load in load_balance() by Vincent Guittot · 5 years ago
  22. 5e23e47 sched/fair: Use rq->nr_running when balancing load by Vincent Guittot · 5 years ago
  23. 0b0695f sched/fair: Rework load_balance() by Vincent Guittot · 5 years ago
  24. fcf0553 sched/fair: Remove meaningless imbalance calculation by Vincent Guittot · 5 years ago
  25. a349834 sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_running by Vincent Guittot · 5 years ago
  26. 490ba97 sched/fair: Clean up asym packing by Vincent Guittot · 5 years ago
  27. 4929a4e sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision by Xuewei Zhang · 5 years ago
  28. 4892f51 sched/fair: Avoid redundant EAS calculation by Quentin Perret · 5 years ago
  29. 763a9ec sched/fair: Fix -Wunused-but-set-variable warnings by Qian Cai · 5 years ago
  30. 154abaf tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code by Eric W. Biederman · 5 years ago
  31. dac9f02 sched/fair: Remove unused cfs_rq_clock_task() function by Qian Cai · 5 years ago
  32. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  33. 563c4f8 Merge branch 'sched/rt' into sched/core, to pick up -rt changes by Ingo Molnar · 5 years ago
  34. eb92692 sched/fair: Speed-up energy-aware wake-ups by Quentin Perret · 5 years ago
  35. 5e2d2cc sched/fair: Don't assign runtime for throttled cfs_rq by Liangyan · 5 years ago
  36. a46d14e sched/fair: Use rq_lock/unlock in online_fair_sched_group by Phil Auld · 5 years ago
  37. 6769243 sched: Rework pick_next_task() slow-path by Peter Zijlstra · 6 years ago
  38. 5f2a45f sched: Allow put_prev_task() to drop rq->lock by Peter Zijlstra · 6 years ago
  39. 5ba553e sched/fair: Expose newidle_balance() by Peter Zijlstra · 6 years ago
  40. 03b7fad sched: Add task_struct pointer to sched_class::set_curr_task by Peter Zijlstra · 6 years ago
  41. de53fd7 sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices by Dave Chiluk · 5 years ago
  42. c1a280b sched/preempt: Use CONFIG_PREEMPTION where appropriate by Thomas Gleixner · 5 years ago
  43. 60e17f5 sched/fair: Introduce fits_capacity() by Viresh Kumar · 6 years ago
  44. 3c29e65 sched/fair: Fall back to sched-idle CPU if idle CPU isn't found by Viresh Kumar · 6 years ago
  45. 43e9f7f sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq by Viresh Kumar · 6 years ago
  46. f6cad8d sched/fair: Fix imbalance due to CPU affinity by Vincent Guittot · 6 years ago
  47. 9434f9f sched/fair: Change task_numa_work() storage to static by Valentin Schneider · 6 years ago
  48. b34920d sched/fair: Move task_numa_work() init to init_numa_balancing() by Valentin Schneider · 6 years ago
  49. d35927a sched/fair: Move init_numa_balancing() below task_numa_work() by Valentin Schneider · 6 years ago
  50. cb361d8 sched/fair: Use RCU accessors consistently for ->numa_group by Jann Horn · 6 years ago
  51. 16d51a5 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 6 years ago
  52. dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. af24bde sched/uclamp: Add uclamp support to energy_compute() by Patrick Bellasi · 6 years ago
  54. 982d9cd sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks by Patrick Bellasi · 6 years ago
  55. a3df067 sched/fair: Rename weighted_cpuload() to cpu_runnable_load() by Dietmar Eggemann · 6 years ago
  56. f9f240f sched/debug: Add sched_overutilized tracepoint by Qais Yousef · 6 years ago
  57. 8de6242 sched/debug: Add new tracepoint to track PELT at se level by Qais Yousef · 6 years ago
  58. ba19f51 sched/debug: Add new tracepoints to track PELT at rq level by Qais Yousef · 6 years ago
  59. 3c93a0c sched/debug: Add a new sched_trace_*() helper functions by Qais Yousef · 6 years ago
  60. 8ec59c0 sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() by Vincent Guittot · 6 years ago
  61. 8dc2d99 x86/percpu, sched/fair: Avoid local_clock() by Peter Zijlstra · 6 years ago
  62. 66567fc sched/fair: Don't push cfs_bandwith slack timers forward by bsegall@google.com · 6 years ago
  63. b0c7922 sched/fair: Clean up definition of NOHZ blocked load functions by Valentin Schneider · 6 years ago
  64. af75d1a sched/fair: Remove sgs->sum_weighted_load by Dietmar Eggemann · 6 years ago
  65. 1c1b8a7 sched/fair: Replace source_load() & target_load() with weighted_cpuload() by Dietmar Eggemann · 6 years ago
  66. 5e83eaf sched/fair: Remove the rq->cpu_load[] update code by Dietmar Eggemann · 6 years ago
  67. f2bedc4 sched/fair: Remove rq->load by Dietmar Eggemann · 6 years ago
  68. 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
  69. 176d232 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  70. 9b019ac sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs by Nicholas Piggin · 6 years ago
  71. a860fa7 sched/numa: Fix a possible divide-by-zero by Xie XiuQi · 6 years ago
  72. b1546ed sched/core: Make some functions static by YueHaibing · 6 years ago
  73. 7dd7788 sched/core: Unify p->on_rq updates by Peter Zijlstra · 6 years ago
  74. 2e8e192 sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup by Phil Auld · 6 years ago
  75. e2abb39 sched/fair: Remove unneeded prototype of capacity_of() by Valentin Schneider · 6 years ago
  76. 71b47ea sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static by YueHaibing · 6 years ago
  77. 0e9f024 sched/fair: Do not re-read ->h_load_next during hierarchical load calculation by Mel Gorman · 6 years ago
  78. 231c807 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  79. b9a7b88 sched/fair: Skip LLC NOHZ logic for asymmetric systems by Valentin Schneider · 6 years ago
  80. a0fe2cf sched/fair: Tune down misfit NOHZ kicks by Valentin Schneider · 6 years ago
  81. e25a7a9 sched/fair: Comment some nohz_balancer_kick() kick conditions by Valentin Schneider · 6 years ago
  82. 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  83. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  84. c89d92e sched/fair: Use non-atomic cpumask_{set,clear}_cpu() by Viresh Kumar · 6 years ago
  85. 1b5500d sched/fair: Remove unused 'sd' parameter from select_idle_smt() by Viresh Kumar · 6 years ago
  86. 9f13274 sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block by Valentin Schneider · 6 years ago
  87. 892d59c sched/fair: Explain LLC nohz kick condition by Valentin Schneider · 6 years ago
  88. 7edab78 sched/fair: Simplify nohz_balancer_kick() by Valentin Schneider · 6 years ago
  89. d0fe0b9 sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argument by Dietmar Eggemann · 6 years ago
  90. 039ae8b sched/fair: Fix O(nr_cgroups) in the load balancing path by Vincent Guittot · 6 years ago
  91. 31bc6ae sched/fair: Optimize update_blocked_averages() by Vincent Guittot · 6 years ago
  92. c9ba756 Merge tag 'v5.0-rc6' into sched/core, to pick up fixes by Ingo Molnar · 6 years ago
  93. f678331 sched/fair: Fix insertion in rq->leaf_cfs_rq_list by Vincent Guittot · 6 years ago
  94. 5d299ea sched/fair: Add tmp_alone_branch assertion by Peter Zijlstra · 6 years ago
  95. 10a35e6 sched/pelt: Skip updating util_est when utilization is higher than CPU's capacity by Vincent Guittot · 6 years ago
  96. 2312729 sched/fair: Update scale invariance of PELT by Vincent Guittot · 6 years ago
  97. 62478d9 sched/fair: Move the rq_of() helper function by Vincent Guittot · 6 years ago
  98. c45a779 sched/fair: Convert numa_group.refcount to refcount_t by Elena Reshetova · 6 years ago
  99. b284909 cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM by Josh Poimboeuf · 6 years ago
  100. 46a745d sched/fair: Fix unnecessary increase of balance interval by Vincent Guittot · 6 years ago