summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-3/+7
|\
| * sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-06-271-3/+7
* | sched: Allow newidle balancing to bail out of load_balanceJosh Don2022-06-131-1/+7
* | sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou2022-06-131-64/+28
* | sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak2022-06-131-3/+13
* | sched/numa: Apply imbalance limitations consistentlyMel Gorman2022-06-131-36/+45
* | sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman2022-06-131-0/+9
* | sched/numa: Initialise numa_migrate_retryMel Gorman2022-06-131-0/+1
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\
| * sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-1/+31
|\ \
| * | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-20/+31
| * | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-061-0/+19
| |/
* | Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-061-5/+5
|\ \
| * | sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-191-5/+5
| |/
* | sched: Fix missing prototype warningsThomas Gleixner2022-05-011-0/+1
* | sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann2022-04-291-19/+0
* | sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann2022-04-291-98/+0
* | sched/fair: Refactor cpu_util_without()Dietmar Eggemann2022-04-291-100/+57
* | sched/fair: Revise comment about lb decision matrixTao Zhou2022-04-221-1/+1
* | sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou2022-04-221-1/+1
* | sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou2022-04-221-4/+4
* | sched/fair: Move calculate of avg_load to a better locationzgpeng2022-04-221-2/+3
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-0/+1
|\
* | sched/numa: Fix boot crash on arm64 systemsHuang, Ying2022-03-221-1/+1
* | sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar2022-02-231-0/+29
* | sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar2022-02-231-0/+2
* | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-41/+77
|\ \
| * | sched/fair: Fix all kernel-doc warningsRandy Dunlap2022-01-181-3/+5
| * | sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot2022-01-181-14/+22
| * | sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot2022-01-181-14/+19
| * | sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot2022-01-181-7/+18
| * | sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-01-181-3/+13
| |/
* | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-5/+5
* | sched/numa: Avoid migrating task to CPU-less nodeHuang Ying2022-02-161-5/+20
* | sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying2022-02-161-7/+8
* | sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2022-02-111-10/+12
* | sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman2022-02-111-8/+10
* | sched/numa: initialize numa statistics when forking new taskHonglei Wang2022-01-271-0/+2
|/
* sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann2021-12-111-63/+8
* sched/fair: Cleanup task_util and capacity typeVincent Donnefort2021-12-081-2/+3
* sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song2021-12-071-0/+5
* sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2021-12-041-1/+2
* sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2021-12-041-0/+1
* sched/core: Forced idle accountingJosh Don2021-11-171-1/+1
* sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-111-2/+2
* sched/fair: Cleanup newidle_balanceVincent Guittot2021-10-311-5/+3
* sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot2021-10-311-2/+1
* sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot2021-10-311-9/+27
* sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot2021-10-311-3/+6