summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: delete repeated words in commentsRandy Dunlap2021-02-261-1/+1
* sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-171-2/+2
* rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra2021-02-171-32/+14
* sched/fair: Merge select_idle_core/cpu()Mel Gorman2021-02-171-40/+59
* sched/fair: Remove select_idle_smt()Mel Gorman2021-02-171-30/+0
* sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman2021-01-271-6/+8
* sched/fair: Remove SIS_AVG_CPUMel Gorman2021-01-271-11/+9
* sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-01-271-1/+1
* sched: Use task_current() instead of 'rq->curr == p'Hui Su2021-01-141-3/+3
* sched/fair: Reduce cases for active balanceVincent Guittot2021-01-141-22/+23
* sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot2021-01-141-2/+5
* sched/fair: Skip idle cfs_rqVincent Guittot2021-01-141-1/+4
* sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan2021-01-141-15/+28
* sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2021-01-141-2/+5
* sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-141-3/+3
* 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
|\