summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-03-20sched/fair: Update util_est only on util_avg updatesPatrick Bellasi
2018-03-20sched/fair: Use util_est in LB and WU pathsPatrick Bellasi
2018-03-20sched/fair: Add util_est on top of PELTPatrick Bellasi
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman
2018-02-13sched/fair: Remove stray space in #ifdefVincent Guittot
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker