aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap1-1/+0
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, to fix XFS performance regressionMel Gorman1-0/+14
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman1-12/+29
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar1-0/+2
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot1-7/+7
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu1-22/+4
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang1-5/+6
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar1-11/+21
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot1-5/+9
2019-12-25sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider1-2/+10
2019-12-25sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider1-1/+15
2019-12-25sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar1-22/+12
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar1-1/+12
2019-12-17sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
2019-12-17sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker1-0/+3
2019-12-17sched/cfs: fix spurious active migrationVincent Guittot1-1/+8
2019-12-17sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot1-0/+4
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar1-9/+20
2019-11-18sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot1-4/+31
2019-11-18sched/fair: Fix rework of find_idlest_group()Vincent Guittot1-7/+84
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-1/+1
2019-11-11sched/fair: Use mul_u32_u32()Peter Zijlstra1-2/+1
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-1/+6
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra1-1/+1
2019-11-11sched/fair: Better document newidle_balance()Peter Zijlstra1-0/+5
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-3/+12
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-3/+12
2019-10-29sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi1-1/+13
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot1-128/+256
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot1-36/+14
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot1-10/+10
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot1-8/+3
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot1-12/+28
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot1-10/+14
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot1-5/+8
2019-10-21sched/fair: Rework load_balance()Vincent Guittot1-209/+402
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot1-104/+1
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot1-16/+16
2019-10-21sched/fair: Clean up asym packingVincent Guittot1-47/+16
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period ratio precisionXuewei Zhang1-14/+22
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret1-1/+1
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary codeEric W. Biederman1-1/+1
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai1-16/+0
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-216/+193
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret1-60/+50