summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman
2018-05-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot
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