summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-04sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan1-15/+28
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2020-11-17sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret1-1/+2
2020-11-15Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-25/+45
2020-11-10sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot1-24/+43
2020-11-10sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot1-1/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort1-0/+14
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov1-10/+10
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song1-4/+4
2020-09-25sched/fair: Minimize concurrent LBs between domain levelVincent Guittot1-0/+9
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot1-2/+2
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian1-10/+9
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang1-4/+5
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot1-2/+7
2020-08-26sched/fair: Simplify the work when reweighting entityJiang Biao1-2/+2
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba1-1/+2
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don1-0/+4
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki1-1/+1
2020-07-22sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov1-1/+7
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra1-2/+13
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-2/+13
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld1-2/+6
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra1-1/+1
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot1-1/+1
2020-06-25sched/fair: Optimize dequeue_task_fair()Peng Wang1-3/+3
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)1-1/+0
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)1-1/+2
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba1-1/+1