aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
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
2014-11-27sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-11-27sched: Push down pre_schedule() and idle_balance()Peter Zijlstra
2014-11-27sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra
2014-11-27sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra
2014-11-27sched: Push put_prev_task() into pick_next_task()Peter Zijlstra
2014-11-27sched/fair: Track cgroup depthPeter Zijlstra
2014-11-25sched: Move rq->idle_stamp up to the coreDaniel Lezcano
2014-11-25sched: Fix race in idle_balance()Daniel Lezcano
2014-11-25sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano
2014-11-24Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot
2014-11-24sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano
2014-11-24sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano
2014-11-24sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano
2014-11-24sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano
2014-11-24sched: Remove unused parameter from find_new_ilb()Daniel Lezcano
2014-11-24sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano
2014-11-24sched: Reduce nohz_kick_needed() parametersDaniel Lezcano