aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-04-05sched/fair: sanitize vruntime of entity being placedZhang Qiao
2022-06-14sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2021-09-12kthread: Fix PF_KTHREAD vs to_kthread() racePeter Zijlstra
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef
2020-12-08sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-11-24sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-10-01sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang
2020-06-17sched/fair: Don't NUMA balance for kthreadsJens Axboe
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-17sched/fair: Fix enqueue_task_fair warningVincent Guittot
2020-03-05sched/fair: Optimize select_idle_cpuCheng Jian
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
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider