aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2015-04-09sched: Final power vs. capacity cleanupsNicolas Pitre
2015-04-09sched: Remove remaining dubious usage of "power"Nicolas Pitre
2015-04-09sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2015-04-09sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre
2015-04-09sched/fair: Rework Change "has_capacity" to "has_free_capacity"Nicolas Pitre
2015-04-09sched/balancing: Reduce the rate of needless idle load balancingTim Chen
2015-04-09sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall
2015-04-09sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin
2015-04-09sched/fair: Stop searching for tasks in newidle balance if there are runnable...Jason Low
2015-04-09sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low
2015-04-09sched/fair: Fix endless loop in idle_balance()Kirill Tkhai
2015-04-09sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2015-04-09sched, nohz: Exclude isolated cores from load balancingMike Galbraith
2015-04-09sched: Fix select_task_rq_fair() description commentsMorten Rasmussen
2015-04-09sched: Fix hotplug task migrationPeter Zijlstra
2015-04-09sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra
2015-04-09sched/fair: Reset se-depth when task switched to FAIRMichael wang
2015-04-09sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2015-04-09sched: Push down pre_schedule() and idle_balance()Peter Zijlstra
2015-04-09sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra
2015-04-09sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra
2015-04-09sched: Push put_prev_task() into pick_next_task()Peter Zijlstra
2015-04-09sched/fair: Track cgroup depthPeter Zijlstra
2015-04-09sched: Move rq->idle_stamp up to the coreDaniel Lezcano
2015-04-09sched: Fix race in idle_balance()Daniel Lezcano
2015-04-09sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano
2015-04-09Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot
2015-04-09sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano
2015-04-09sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano
2015-04-09sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano
2015-04-09sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano
2015-04-09sched: Remove unused parameter from find_new_ilb()Daniel Lezcano
2015-04-09sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano
2015-04-09sched: Reduce nohz_kick_needed() parametersDaniel Lezcano
2015-04-09sched: Reduce trigger_load_balance() parametersDaniel Lezcano
2015-04-09sched/fair: Rework sched_fair time accountingPeter Zijlstra
2015-04-09sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal
2015-04-09sched/fair: Move load idx selection in find_idlest_groupVincent Guittot
2015-04-09sched: Check sched_domain before computing group powerSrikar Dronamraju
2015-04-09sched/fair: Avoid integer overflowMichal Nazarewicz
2015-04-09sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2015-04-09sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2015-04-09sched/fair: Fix trivial typos in commentsKamalesh Babulal
2015-04-09sched: Remove bogus parameter in structured commentRamkumar Ramachandra
2015-04-09sched/balancing: Periodically decay max cost of idle balanceJason Low
2015-04-09sched/balancing: Consider max cost of idle balance per sched domainJason Low
2015-04-09sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov
2015-04-09sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov
2015-04-09sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov
2015-04-09sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov