summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
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
2018-01-10sched/fair: Remove impossible condition from find_idlest_group_cpu()Joel Fernandes
2018-01-10sched/fair: Consider RT/IRQ pressure in capacity_spare_wake()Joel Fernandes
2018-01-10sched/fair: Use 'unsigned long' for utilization, consistentlyPatrick Bellasi
2017-12-08sched/fair: Remove unused 'curr' parameter from wakeup_granCheng Jian
2017-12-06sched/fair: Update and fix the runnable propagation ruleVincent Guittot
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman
2017-10-10sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman
2017-10-10sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-10-10sched/fair: Search a task from the tail of the queueUladzislau Rezki
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2017-10-10sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra
2017-10-10sched/core: Address more wake_affine() regressionsPeter Zijlstra
2017-10-10sched/core: Fix wake_affine() performance regressionPeter Zijlstra
2017-09-29sched/fair: Update calc_group_*() commentsPeter Zijlstra
2017-09-29sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik
2017-09-29sched/fair: Implement more accurate async detachPeter Zijlstra
2017-09-29sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra
2017-09-29sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra
2017-09-29sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra
2017-09-29sched/fair: Rewrite PELT migration propagationPeter Zijlstra
2017-09-29sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot
2017-09-29sched/fair: More accurate reweight_entity()Peter Zijlstra
2017-09-29sched/fair: Introduce {en,de}queue_load_avg()Peter Zijlstra
2017-09-29sched/fair: Rename {en,de}queue_entity_load_avg()Peter Zijlstra
2017-09-29sched/fair: Move enqueue migrate handlingPeter Zijlstra
2017-09-29sched/fair: Change update_load_avg() argumentsPeter Zijlstra
2017-09-29sched/fair: Remove se->load.weight from se->avg.load_sumPeter Zijlstra
2017-09-29sched/fair: Cure calc_cfs_shares() vs. reweight_entity()Peter Zijlstra