summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2020-04-08sched/fair: Fix negative imbalance in imbalance calculationAubrey Li
2020-04-08sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang
2020-04-08sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-03-20sched/fair: Fix condition of avg_load calculationTao Zhou
2020-03-20sched/fair: Improve spreading of utilizationVincent Guittot
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar
2020-02-20sched/fair: Remove wake_cap()Morten Rasmussen
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen
2020-02-11sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman
2020-01-28sched/fair: Optimize select_idle_core()Srikar Dronamraju
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot
2019-12-25sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider
2019-12-25sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider
2019-12-25sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-17sched/fair: Optimize select_idle_cpuCheng Jian
2019-12-17sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker
2019-12-17sched/cfs: fix spurious active migrationVincent Guittot
2019-12-17sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot
2019-11-18sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot