summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* sched/fair: Fix condition of avg_load calculationTao Zhou2020-03-201-1/+2
* sched/fair: Improve spreading of utilizationVincent Guittot2020-03-201-0/+8
* sched/fair: Fix enqueue_task_fair warningVincent Guittot2020-03-201-4/+22
* sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot2020-03-061-8/+9
* sched/fair: Fix runnable_avg for throttled cfsVincent Guittot2020-03-061-2/+12
* sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman2020-03-061-0/+2
* sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider2020-03-061-5/+9
* sched/fair: Enable tuning of decay periodThara Gopinath2020-03-061-1/+14
* sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath2020-03-061-0/+7
* sched/fair: Enable periodic update of average thermal pressureThara Gopinath2020-03-061-0/+7
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2020-03-061-0/+2
|\
| * sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2
* | sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman2020-02-241-4/+27
* | sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman2020-02-241-6/+37
* | sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman2020-02-241-18/+22
* | sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman2020-02-241-17/+102
* | sched/fair: Take into account runnable_avg to classify groupVincent Guittot2020-02-241-1/+30
* | sched/pelt: Add a new runnable average signalVincent Guittot2020-02-241-7/+70
* | sched/pelt: Remove unused runnable load averageVincent Guittot2020-02-241-114/+16
* | sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman2020-02-241-31/+50
* | sched/numa: Replace runnable_load_avg by load_avgVincent Guittot2020-02-241-32/+70
* | sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot2020-02-241-22/+20
* | sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman2020-02-241-3/+3
* | sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman2020-02-241-1/+3
* | Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar2020-02-241-1/+14
|\|
| * sched/fair: Fix kernel-doc warning in attach_entity_load_avg()Randy Dunlap2020-02-111-1/+0
| * sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman2020-02-101-0/+14
* | sched/fair: Remove wake_cap()Morten Rasmussen2020-02-201-29/+1
* | sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen2020-02-201-0/+56
* | sched/fair: Optimize select_idle_core()Srikar Dronamraju2020-01-281-2/+4
|/
* sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman2020-01-281-12/+29
* sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar2020-01-201-0/+2
* sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-171-7/+7
* sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu2020-01-171-22/+4
* sched/fair: calculate delta runnable load only when it's neededPeng Wang2020-01-171-5/+6
* sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar2020-01-171-11/+21
* sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot2020-01-171-5/+9
* sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider2019-12-251-2/+10
* sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider2019-12-251-1/+15
* sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar2019-12-251-22/+12
* Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-1/+12
|\
| * sched/cfs: fix spurious active migrationVincent Guittot2019-12-171-1/+8
| * sched/fair: Fix find_idlest_group() to handle CPU affinityVincent Guittot2019-12-171-0/+4
* | sched/fair: Optimize select_idle_cpuCheng Jian2019-12-171-3/+4
* | sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker2019-12-171-0/+3
|/
* sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot2019-11-181-49/+62
* Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-181-9/+20
|\
| * sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-11-131-9/+20
* | sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot2019-11-181-4/+31