aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes1-1/+1
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes1-1/+1
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi1-5/+5
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian1-3/+2
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot1-29/+73
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker1-1/+1
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker1-1/+1
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-0/+1
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman1-1/+1
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman1-0/+5
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman1-2/+3
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman1-1/+1
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman1-35/+48
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman1-2/+5
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman1-1/+10
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki1-8/+16
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-94/+46
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra1-0/+7
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra1-0/+41
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra1-111/+15
2017-09-29sched/fair: Update calc_group_*() commentsPeter Zijlstra1-22/+44
2017-09-29sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik1-12/+33
2017-09-29sched/fair: Implement more accurate async detachPeter Zijlstra1-6/+3
2017-09-29sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra1-14/+31
2017-09-29sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra1-12/+21
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra1-59/+113
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra1-81/+105
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra1-16/+35
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot1-26/+37
2017-09-29sched/fair: More accurate reweight_entity()Peter Zijlstra1-1/+11
2017-09-29sched/fair: Introduce {en,de}queue_load_avg()Peter Zijlstra1-70/+86
2017-09-29sched/fair: Rename {en,de}queue_entity_load_avg()Peter Zijlstra1-6/+6
2017-09-29sched/fair: Move enqueue migrate handlingPeter Zijlstra1-34/+36
2017-09-29sched/fair: Change update_load_avg() argumentsPeter Zijlstra1-16/+15
2017-09-29sched/fair: Remove se->load.weight from se->avg.load_sumPeter Zijlstra1-27/+64
2017-09-29sched/fair: Cure calc_cfs_shares() vs. reweight_entity()Peter Zijlstra1-4/+3