summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-031-0/+29
|\
| * sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-04-251-0/+4
| * sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-161-0/+25
* | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-04-291-6/+10
* | sched/core: Make some functions staticYueHaibing2019-04-181-1/+1
* | sched/core: Unify p->on_rq updatesPeter Zijlstra2019-04-161-2/+0
* | sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider2019-04-161-1/+0
* | sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing2019-04-031-2/+2
|/
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-031-3/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-241-21/+63
|\
| * sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37
| * sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-191-1/+25
| * sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-191-2/+11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-7/+8
|\ \ | |/ |/|
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-7/+8
* | sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar2019-02-131-3/+3
* | sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar2019-02-111-3/+3
* | sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider2019-02-111-9/+2
* | sched/fair: Explain LLC nohz kick conditionValentin Schneider2019-02-111-2/+7
* | sched/fair: Simplify nohz_balancer_kick()Valentin Schneider2019-02-111-6/+2
* | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-22/+16
* | sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2019-02-111-9/+34
* | sched/fair: Optimize update_blocked_averages()Vincent Guittot2019-02-111-5/+21
* | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-111-0/+1
|\|
| * cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-0/+1
* | sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2019-02-041-5/+28
* | sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2019-02-041-55/+71
* | sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot2019-02-041-5/+9
* | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-21/+24
* | sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-041-13/+0
* | sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova2019-02-041-6/+6
* | sched/fair: Fix unnecessary increase of balance intervalVincent Guittot2019-01-271-13/+27
* | sched/fair: Fix rounding bug for asym packingVincent Guittot2019-01-271-3/+1
* | sched/fair: Trigger asym_packing during idle load balanceVincent Guittot2019-01-271-1/+1
* | sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra2019-01-271-14/+16
* | sched/core: Give DCE a fighting chancePeter Zijlstra2019-01-271-2/+2
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-3/+3
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9
* sched/fair: Fix warning on non-SMP buildOlof Johansson2018-12-271-8/+8
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-51/+334
|\
| * sched/fair: Select an energy-efficient CPU on task wake-upQuentin Perret2018-12-111-2/+141
| * sched/fair: Introduce an energy estimation helper functionQuentin Perret2018-12-111-0/+76
| * sched/fair: Add over-utilization/tipping point indicatorMorten Rasmussen2018-12-111-2/+57
| * sched/fair: Clean-up update_sg_lb_stats parametersQuentin Perret2018-12-111-16/+11
| * sched/topology: Add lowest CPU asymmetry sched_domain level pointerQuentin Perret2018-12-111-1/+1
| * sched: Fix various typos in commentsIngo Molnar2018-12-031-4/+4
| * sched/fair: Make some variables staticMuchun Song2018-11-121-6/+6
| * sched/core: Create task_has_idle_policy() helperViresh Kumar2018-11-121-5/+5
| * sched/fair: Add lsub_positive() and use it consistentlyPatrick Bellasi2018-11-121-7/+17
| * sched/fair: Mask UTIL_AVG_UNCHANGED usagesPatrick Bellasi2018-11-121-5/+4