summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-25sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal1-2/+2
2021-07-14sched/fair: Fix ascii art by relpacing tabsOdin Ugedal1-4/+4
2021-06-16sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot1-1/+1
2021-05-19sched/fair: Fix unfairness caused by missing load decayOdin Ugedal1-3/+9
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-03-04sched/eas: Don't update misfit status if the task is pinnedQais Yousef1-1/+1
2020-12-08sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot1-8/+28
2020-11-24sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret1-1/+2
2020-10-29sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang1-4/+5
2020-10-01sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner1-32/+47
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot1-9/+14
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-2/+14
2020-06-22sched/fair: Refill bandwidth before scalingHuaixin Chang1-2/+2
2020-06-17sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-05-27sched/fair: Fix enqueue_task_fair() warning some morePhil Auld1-0/+7
2020-05-27sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-05-27sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot1-22/+20
2020-04-17sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-03-05sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
2020-01-26sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2020-01-26sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-1/+1
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-3/+12
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret1-1/+1
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman1-1/+1
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai1-16/+0
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-216/+193
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret1-60/+50
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-3/+6
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-1/+1
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra1-10/+8
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-3/+14
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk1-65/+7
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner1-1/+1
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar1-10/+8
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar1-10/+33
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar1-2/+12
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider1-1/+1
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider1-4/+5
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider1-41/+41
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-404/+219
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi1-6/+34