aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li1-0/+8
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang1-20/+11
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider1-5/+2
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou1-1/+2
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot1-0/+8
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot1-2/+12
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman1-0/+2
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider1-5/+9
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath1-1/+14
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath1-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath1-0/+7
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+2
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle CPU is foundMel Gorman1-4/+27
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman1-6/+37
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA balanceMel Gorman1-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of comparing tasksMel Gorman1-17/+102
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot1-1/+30
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot1-7/+70
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-114/+16
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains with spare capacityMel Gorman1-31/+50
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot1-32/+70
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot1-22/+20
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman1-3/+3
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman1-1/+3
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar1-1/+14
2020-02-20sched/fair: Remove wake_cap()Morten Rasmussen1-29/+1
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen1-0/+56
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: Optimize select_idle_core()Srikar Dronamraju1-2/+4
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