aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()"Mel Gorman1-56/+1
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot1-1/+1
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso1-1/+1
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi1-4/+38
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi1-14/+70
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi1-6/+116
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot1-18/+87
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra1-114/+114
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra1-6/+4
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra1-118/+118
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra1-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot1-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot1-20/+96
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-12/+19
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra1-36/+37
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra1-6/+43
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra1-12/+19
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra1-107/+111
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra1-17/+35
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra1-8/+15
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey1-1/+1
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-15/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-94/+89
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker1-1/+6
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()Mel Gorman1-1/+56
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman1-0/+12
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra1-1/+1
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman1-1/+10
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() until neededMel Gorman1-1/+1
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman1-3/+2
2018-02-13sched/fair: Remove stray space in #ifdefVincent Guittot1-2/+2
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman1-2/+20
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman1-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman1-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman1-5/+3
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra1-16/+16
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+20
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra1-2/+2
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli1-2/+0
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli1-1/+1
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cacheMel Gorman1-3/+9
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes1-3/+1
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes1-1/+1
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes1-1/+1
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi1-5/+5
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian1-3/+2
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot1-29/+73
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1