aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-07-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-04-06Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao
2022-06-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2022-06-14sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2021-09-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-09-12kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-07-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-14Merge branch 'v5.4/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-23Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-13Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-03-08Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2020-12-10Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-12-08sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-11-25Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-11-24sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret
2020-11-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-10-05Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-10-01sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner
2020-08-19Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-07-28Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-06-26Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-06-17Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-06-17sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-28Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-05-27sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-27sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-05-27sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-04-22Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-04-17sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-21Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-03-05sched/fair: Optimize select_idle_cpuCheng Jian
2020-01-27Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-01-26sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot
2020-01-26sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra
2020-01-13sched: Add support for lazy preemptionThomas Gleixner
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot