summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-29sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-29sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar1-8/+8
2025-10-29sched/fair: Trivial correction of the newidle_balance() commentBarry Song1-1/+1
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-14sched/fair: Add NOHZ balancer flag for nohz.next_balance updatesValentin Schneider1-10/+14
2024-12-14sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot1-3/+21
2024-12-14sched/fair: Merge for each idle cpu loop of ILBVincent Guittot1-25/+7
2024-12-14sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot1-3/+3
2024-12-14sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot1-28/+5
2024-08-19sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo1-4/+3
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef1-17/+1
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-04-26sched/fair: Fixes for capacity inversion detectionQais Yousef1-2/+11
2023-04-26sched/uclamp: Fix a uninitialized variable warningsQais Yousef1-19/+16
2023-04-26sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef1-5/+9
2023-04-26sched/fair: Detect capacity inversionQais Yousef1-3/+60
2023-04-26sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef1-6/+8
2023-04-26sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef1-1/+4
2023-04-26sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef1-8/+13
2023-04-26sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef1-3/+5
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef1-2/+24
2023-04-26sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef1-10/+16
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot1-0/+10
2023-04-20sched/fair: Move calculate of avg_load to a better locationzgpeng1-2/+3
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-11/+44
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao1-2/+13
2023-01-14sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef1-0/+123
2023-01-14sched/fair: Cleanup task_util and capacity typeVincent Donnefort1-2/+3
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou1-4/+4
2022-04-27sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang1-5/+5
2022-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot1-3/+13
2022-02-01kernel: delete repeated words in commentsRandy Dunlap1-1/+1
2022-01-27sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort1-1/+2
2022-01-27sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort1-0/+1
2021-09-15sched/numa: Fix is_core_idle()Mika Penttilä1-1/+1
2021-09-03kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra1-1/+1
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-19sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal1-3/+3
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-23sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot1-2/+8
2021-06-16sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann1-2/+3
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-06-16sched/fair: Keep load_avg and load_sum syncedVincent Guittot1-6/+5
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider1-2/+1
2021-05-11sched,fair: Alternative sched_slice()Peter Zijlstra1-1/+11
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-05-11sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1