summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2020-12-11sched/fair: Trivial correction of the newidle_balance() commentBarry Song
2020-12-11sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman
2020-11-24sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman
2020-11-24sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman
2020-11-24sched/numa: Rename nr_running and break out the magic numberMel Gorman
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: Dissociate wakeup decisions from SD flag valueValentin Schneider
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su
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-11-10sched/fair: Reorder throttle_cfs_rq() pathPeng Wang
2020-10-29sched/fair: Check for idle core in wake_affineJulia Lawall
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra
2020-10-29sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra
2020-10-29sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian
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
2020-09-25sched/fair: Minimize concurrent LBs between domain levelVincent Guittot
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot
2020-08-26sched/fair: Simplify the work when reweighting entityJiang Biao
2020-08-26sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba
2020-08-26sched/fair: Ignore cache hotness for SMT migrationJosh Don
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki
2020-07-22sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-25sched/fair: Optimize dequeue_task_fair()Peng Wang
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba
2020-06-15sched/pelt: Cleanup PELT dividerVincent Guittot
2020-06-15sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-06-15sched/debug: Add new tracepoints to track util_estVincent Donnefort
2020-06-15sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann