summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge branch 'sched/urgent' into sched/core, to pick up dependent fixesIngo Molnar2018-11-121-16/+50
| |\
| * | sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2018-11-041-2/+11
| * | sched/fair: Clean up load_balance() conditionValentin Schneider2018-11-041-3/+3
* | | sched/fair: Clean up comment in nohz_idle_balance()Andrea Parri2018-12-111-3/+1
| |/ |/|
* | sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-11-121-14/+48
* | sched/fair: Fix a comment in task_numa_fault()Yi Wang2018-11-051-2/+2
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-231-47/+140
|\
| * sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-1/+1
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-021-12/+80
| |\
| * | sched/numa: Remove unused numa_stats::nr_running fieldVincent Guittot2018-09-101-3/+0
| * | sched/numa: Remove unused code from update_numa_stats()Vincent Guittot2018-09-101-20/+1
| * | sched/fair: Don't move tasks to lower capacity CPUs unless necessaryChris Redpath2018-09-101-0/+11
| * | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-101-2/+4
OpenPOWER on IntegriCloud