aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi1-1/+8
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, introduce available_idle_cpu()Rohit Jain1-10/+10
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman1-0/+41
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar1-56/+1
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-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar1-9/+7
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar1-21/+16
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