summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorLines
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman-2/+20
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman-5/+3
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra-16/+16
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-19/+20
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra-2/+2
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli-2/+0
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli-1/+1
2018-01-10sched/fair: Only immediately migrate tasks due to interrupts if prev and targ...Mel Gorman-3/+9
2018-01-10sched/fair: Correct obsolete comment about cpufreq_update_util()Joel Fernandes-3/+1
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes-1/+1
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes-1/+1
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi-5/+5
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian-3/+2
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot-29/+73
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker-1/+1
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker-1/+1
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker-0/+1
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman-1/+1
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman-0/+5
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman-2/+3
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman-1/+1
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman-35/+48
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman-2/+5
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman-1/+10
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki-8/+16
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-94/+46
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra-0/+7
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra-0/+41
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra-111/+15
2017-09-29sched/fair: Update calc_group_*() commentsPeter Zijlstra-22/+44
2017-09-29sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik-12/+33
2017-09-29sched/fair: Implement more accurate async detachPeter Zijlstra-6/+3
2017-09-29sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra-14/+31
2017-09-29sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra-12/+21
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra-59/+113
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra-81/+105
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra-16/+35
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot-26/+37
2017-09-29sched/fair: More accurate reweight_entity()Peter Zijlstra-1/+11
2017-09-29sched/fair: Introduce {en,de}queue_load_avg()Peter Zijlstra-70/+86
2017-09-29sched/fair: Rename {en,de}queue_entity_load_avg()Peter Zijlstra-6/+6
2017-09-29sched/fair: Move enqueue migrate handlingPeter Zijlstra-34/+36
2017-09-29sched/fair: Change update_load_avg() argumentsPeter Zijlstra-16/+15
2017-09-29sched/fair: Remove se->load.weight from se->avg.load_sumPeter Zijlstra-27/+64
2017-09-29sched/fair: Cure calc_cfs_shares() vs. reweight_entity()Peter Zijlstra-4/+3