summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+31
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman1-1/+1
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar1-5/+5
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-0/+1
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann1-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann1-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann1-100/+57
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou1-1/+1
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou1-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou1-4/+4
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng1-2/+3
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang1-5/+5
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni1-20/+31
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni1-0/+19
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2022-03-22sched/numa: Fix boot crash on arm64 systemsHuang, Ying1-1/+1
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar1-0/+29
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar1-0/+2
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-41/+77
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-5/+5
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying1-5/+20
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying1-7/+8
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman1-10/+12
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman1-8/+10
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang1-0/+2
2022-01-18sched/fair: Fix all kernel-doc warningsRandy Dunlap1-3/+5
2022-01-18sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot1-14/+22
2022-01-18sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot1-14/+19
2022-01-18sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot1-7/+18
2022-01-18sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot1-3/+13
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann1-63/+8
2021-12-08sched/fair: Cleanup task_util and capacity typeVincent Donnefort1-2/+3
2021-12-07sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song1-0/+5
2021-12-04sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort1-1/+2
2021-12-04sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort1-0/+1
2021-11-17sched/core: Forced idle accountingJosh Don1-1/+1
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause1-2/+2
2021-10-31sched/fair: Cleanup newidle_balanceVincent Guittot1-5/+3
2021-10-31sched/fair: Remove sysctl_sched_migration_cost conditionVincent Guittot1-2/+1
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot1-9/+27
2021-10-31sched/fair: Skip update_blocked_averages if we are defering load balanceVincent Guittot1-3/+6
2021-10-31sched/fair: Account update_blocked_averages in newidle_balance costVincent Guittot1-4/+7
2021-10-14sched/numa: Fix a few commentsBharata B Rao1-2/+2
2021-10-14sched/numa: Remove the redundant member numa_group::fault_cpusBharata B Rao1-7/+5
2021-10-14sched/numa: Replace hard-coded number by a define in numa_task_group()Bharata B Rao1-1/+2
2021-10-05sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot1-5/+0
2021-10-05sched/fair: Consider SMT in ASYM_PACKING load balanceRicardo Neri1-0/+92
2021-10-05sched/fair: Carve out logic to mark a group for asymmetric packingRicardo Neri1-7/+13
2021-10-05sched/fair: Provide update_sg_lb_stats() with sched domain statisticsRicardo Neri1-2/+3