aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2015-06-12sched/core: Validate rq_clock*() serializationPeter Zijlstra
2015-06-12sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy
2015-06-12sched: Optimize freq invariant accountingPeter Zijlstra
2015-06-12sched: Move CFS tasks to CPUs with higher capacityVincent Guittot
2015-06-12sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot
2015-06-12sched: Replace capacity_factor by usageVincent Guittot
2015-06-12sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot
2015-06-12sched: Add struct rq::cpu_capacity_origVincent Guittot
2015-06-12sched: Make scale_rt invariant with frequencyVincent Guittot
2015-06-12sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2015-06-12sched: Remove frequency scaling from cpu_capacityVincent Guittot
2015-06-12sched: Track group sched_entity usage contributionsMorten Rasmussen
2015-06-12sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-06-12sched/fair: cleanup: Remove useless assignment in select_task_rq_fair()Kirill Tkhai
2015-02-27sched/fair: Remove double_lock_balance() from load_balance()Kirill Tkhai
2015-02-27sched/fair: Remove double_lock_balance() from active_load_balance_cpu_stop()Kirill Tkhai
2015-02-27sched: Add wrapper for checking task_struct::on_rqKirill Tkhai
2014-12-23sched/fair: Change "has_capacity" to "has_free_capacity"HEADmasterNicolas Pitre
2014-12-23sched/fair: Remove duplicate code from can_migrate_task()Kirill Tkhai
2014-12-23sched/numa: Favour moving tasks towards the preferred nodeMel Gorman
2014-12-04sched: Test the CPU's capacity in wake_affine()Vincent Guittot
2014-12-04sched: Fix avg_load computationVincent Guittot
2014-12-04sched: Remove a wake_affine() conditionVincent Guittot
2014-12-04sched: Fix imbalance flag resetVincent Guittot
2014-12-04sched: Allow all architectures to set 'capacity_orig'Vincent Guittot
2014-12-04sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot
2014-12-04sched/fair: Leverage the idle state info when choosing the "idlest" cpuNicolas Pitre
2014-12-04sched/fair: Fix reschedule which is generated on throttled cfs_rqKirill Tkhai
2014-12-04sched/fair: Allow calculate_imbalance() to move idle cpusPeter Zijlstra
2014-12-04sched/fair: Make update_sd_pick_busiest() return 'true' on a busier sdRik van Riel
2014-12-04sched/fair: Make calculate_imbalance() independentPeter Zijlstra
2014-12-04sched: Fix CACHE_HOT_BUDY conditionHillf Danton
2014-12-03sched: Rename capacity related flagsNicolas Pitre
2014-12-03sched: Final power vs. capacity cleanupsNicolas Pitre
2014-12-03sched: Remove remaining dubious usage of "power"Nicolas Pitre
2014-12-03sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2014-12-03sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre
2014-12-03sched/fair: Rework Change "has_capacity" to "has_free_capacity"Nicolas Pitre
2014-12-03sched/balancing: Reduce the rate of needless idle load balancingTim Chen
2014-12-03sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall
2014-12-03sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin
2014-12-03sched/fair: Stop searching for tasks in newidle balance if there are runnable...Jason Low
2014-12-02sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low
2014-12-02sched/fair: Fix endless loop in idle_balance()Kirill Tkhai
2014-11-27sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-11-27sched, nohz: Exclude isolated cores from load balancingMike Galbraith
2014-11-27sched: Fix select_task_rq_fair() description commentsMorten Rasmussen
2014-11-27sched: Fix hotplug task migrationPeter Zijlstra
2014-11-27sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra
2014-11-27sched/fair: Reset se-depth when task switched to FAIRMichael wang