summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Trivial correction of the newidle_balance() commentBarry Song2020-12-111-1/+1
* sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman2020-12-111-1/+2
* sched: Fix kernel-doc markupMauro Carvalho Chehab2020-12-111-1/+1
* Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-26/+47
|\
| * Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-221-1/+2
| |\
| | * sched/fair: Fix overutilized update in enqueue_task_fair()Quentin Perret2020-11-171-1/+2
| * | Merge tag 'sched-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-151-25/+45
| |\|
| | * sched/fair: Prefer prev cpu in asymmetric wakeup pathVincent Guittot2020-11-101-24/+43
| | * sched/fair: Ensure tasks spreading in LLC during LBVincent Guittot2020-11-101-1/+2
* | | sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman2020-11-241-2/+15
* | | sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman2020-11-241-10/+11
* | | sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman2020-11-241-3/+5
* | | sched/numa: Rename nr_running and break out the magic numberMel Gorman2020-11-241-4/+6
* | | sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider2020-11-101-3/+2
* | | sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-101-3/+5
* | | sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su2020-11-101-3/+0
* | | sched/fair: Reorder throttle_cfs_rq() pathPeng Wang2020-11-101-11/+23
* | | sched/fair: Check for idle core in wake_affineJulia Lawall2020-10-291-0/+3
* | | sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-291-2/+2
* | | sched/fair: Exclude the current CPU from find_new_ilb()Peter Zijlstra2020-10-291-0/+4
* | | sched/fair: Improve the accuracy of sched_stat_wait statisticsjun qian2020-10-291-0/+9
|/ /
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* | task_work: cleanup notification modesJens Axboe2020-10-171-1/+1
|/
* sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-031-0/+14
* sched/fair: Tweak pick_next_entity()Peter Oskolkov2020-10-031-10/+10
* sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song2020-09-251-4/+4
* sched/fair: Minimize concurrent LBs between domain levelVincent Guittot2020-09-251-0/+9
* sched/fair: Relax constraint on task's load during load balanceVincent Guittot2020-09-251-2/+2
* sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian2020-09-251-10/+9
* sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang2020-09-251-4/+5
* sched/numa: Use runnable_avg to classify nodeVincent Guittot2020-09-251-2/+7
* sched/fair: Simplify the work when reweighting entityJiang Biao2020-08-261-2/+2
* sched/fair: Fix wrong negative conversion in find_energy_efficient_cpu()Lukasz Luba2020-08-261-1/+2
* sched/fair: Ignore cache hotness for SMT migrationJosh Don2020-08-261-0/+4
* Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-031-1/+1
|\
| * Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2020-08-031-1/+1
| |\
| | * PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba2020-06-241-1/+1
* | | sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov2020-07-221-1/+7
* | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-221-2/+13
|\| |
| * | sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-161-2/+13
* | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-2/+6
* | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-1/+1
|\| |
| * | sched/cfs: change initial value of runnable_avgVincent Guittot2020-06-281-1/+1
| |/
* | sched/fair: Optimize dequeue_task_fair()Peng Wang2020-06-251-3/+3
* | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-251-1/+0
* | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-1/+2
* | sched/pelt: Cleanup PELT dividerVincent Guittot2020-06-151-14/+18
* | sched/fair: Fix NOHZ next idle balanceVincent Guittot2020-06-151-9/+14
* | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-151-0/+6
* | sched/fair: Remove unused 'sd' parameter from scale_rt_capacity()Dietmar Eggemann2020-06-151-2/+2