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