summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot
2019-10-21sched/fair: Rework load_balance()Vincent Guittot
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot
2019-10-21sched/fair: Clean up asym packingVincent Guittot
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds