aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-11-20sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
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: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-26sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef
2023-04-20sched/fair: Fix imbalance overflowVincent Guittot
2023-04-20sched/fair: Move calculate of avg_load to a better locationzgpeng
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao
2023-01-14sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef
2023-01-14sched/fair: Cleanup task_util and capacity typeVincent Donnefort
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-02-01sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot
2022-02-01kernel: delete repeated words in commentsRandy Dunlap
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-09-15sched/numa: Fix is_core_idle()Mika Penttilä
2021-09-03kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-19sched/fair: Ensure _sum and _avg values stay consistentOdin Ugedal
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-23sched/pelt: Ensure that *_sum is always synced with *_avgVincent Guittot
2021-06-16sched/fair: Fix util_est UTIL_AVG_UNCHANGED handlingDietmar Eggemann
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-06-16sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-14sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider
2021-05-11sched,fair: Alternative sched_slice()Peter Zijlstra
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-05-11sched/pelt: Fix task util_est update filteringVincent Donnefort
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2021-03-04sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song