summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don
2022-06-13sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou
2022-06-13sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak
2022-06-13sched/numa: Apply imbalance limitations consistentlyMel Gorman
2022-06-13sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman
2022-06-13sched/numa: Initialise numa_migrate_retryMel Gorman
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-01sched: Fix missing prototype warningsThomas Gleixner
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-22sched/numa: Fix boot crash on arm64 systemsHuang, Ying
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang
2022-01-18sched/fair: Fix all kernel-doc warningsRandy Dunlap
2022-01-18sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot
2022-01-18sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot