summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2024-03-01sched/fair: Don't balance task to its current running CPUYicong Yang
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-05-11sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-05-11sched: Make struct sched_statistics independent of fair sched classYafang Shao
2023-05-11sched/fair: Use __schedstat_set() in set_next_entity()Yafang Shao
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef
2023-04-26sched/uclamp: Fix a uninitialized variable warningsQais Yousef
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef
2023-04-26sched/fair: Detect capacity inversionQais Yousef
2023-04-26sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef
2023-04-26sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot
2023-04-20sched/fair: Move calculate of avg_load to a better locationzgpeng
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-03-30sched/fair: sanitize vruntime of entity being placedZhang Qiao
2022-12-31sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann
2022-12-31sched/fair: Removed useless update of p->recent_used_cpuVincent Guittot
2022-12-31sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2022-12-31sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2022-12-31sched/fair: Cleanup task_util and capacity typeVincent Donnefort
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-04-27sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
2022-04-08sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman
2022-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot
2022-01-27sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort
2022-01-27sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort
2021-11-25sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal KoutnĂ˝
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don
2021-08-04sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman
2021-08-04sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman
2021-08-04sched/numa: Fix is_core_idle()Mika Penttilä
2021-07-11Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-07-02sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-02sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot
2021-06-30Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28sched: Optimize housekeeping_cpumask() in for_each_cpu_and()Yuan ZhaoXiong
2021-06-28sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal
2021-06-24sched/fair: Introduce the burstable CFS controllerHuaixin Chang
2021-06-22sched/fair: Ensure that the CFS parent is added after unthrottlingRik van Riel
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar