summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Update util_est before updating schedutilPatrick Bellasi2018-05-251-1/+8
* sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-141-10/+10
* sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-0/+41
* Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-141-56/+1
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-131-1/+1
| |\
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
* | | sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar2018-05-041-9/+7
* | | sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar2018-05-041-21/+16
| |/ |/|
* | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
|/
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-1/+1
* sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2018-03-201-4/+38
* sched/fair: Use util_est in LB and WU pathsPatrick Bellasi2018-03-201-14/+70
* sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-201-6/+116
* sched/fair: Update blocked load when newly idleVincent Guittot2018-03-091-18/+87
* sched/fair: Move idle_balance()Peter Zijlstra2018-03-091-114/+114
* sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra2018-03-091-6/+4
* sched/fair: Move rebalance_domains()Peter Zijlstra2018-03-091-118/+118
* sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra2018-03-091-5/+4
* sched/fair: Reduce the periodic update durationVincent Guittot2018-03-091-4/+17
* sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-091-20/+96
* sched/cpufreq: Provide migration hintPeter Zijlstra2018-03-091-12/+19
* sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-36/+37
* sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-091-6/+43
* sched/fair: Add NOHZ stats balancingPeter Zijlstra2018-03-091-12/+19
* sched/fair: Restructure nohz_balance_kick()Peter Zijlstra2018-03-091-107/+111
* sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-091-17/+35
* sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-091-8/+15
* sched/fair: Add ';' after label attributesNorbert Manthey2018-03-091-1/+1
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-15/+1
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-94/+89
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-1/+6
* sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman2018-02-211-1/+56
* sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman2018-02-211-0/+12
* sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra2018-02-211-1/+1
* sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman2018-02-211-1/+10
* sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman2018-02-211-1/+1
* sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman2018-02-211-3/+2
* sched/fair: Remove stray space in #ifdefVincent Guittot2018-02-131-2/+2
* sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2018-02-061-2/+20
* sched/fair: Do not migrate if the prev_cpu is idleMel Gorman2018-02-061-1/+7
* sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman2018-02-061-18/+17
* sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman2018-02-061-5/+3
* sched/core: Optimize update_stats_*()Peter Zijlstra2018-02-061-16/+16
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-19/+20
|\
| * sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-101-2/+0
| * sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2018-01-101-1/+1
| * sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman2018-01-101-3/+9
| * sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes2018-01-101-3/+1
| * sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes2018-01-101-1/+1
| * sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes2018-01-101-1/+1