aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2014-11-24sched: Reduce trigger_load_balance() parametersDaniel Lezcano
2014-11-24sched/fair: Rework sched_fair time accountingPeter Zijlstra
2014-11-24sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal
2014-11-24sched/fair: Move load idx selection in find_idlest_groupVincent Guittot
2014-11-24sched: Check sched_domain before computing group powerSrikar Dronamraju
2014-11-24sched/fair: Avoid integer overflowMichal Nazarewicz
2014-11-24sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2014-11-24sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2014-11-24sched/fair: Fix trivial typos in commentsKamalesh Babulal
2014-11-24sched: Remove bogus parameter in structured commentRamkumar Ramachandra
2014-11-24sched/balancing: Periodically decay max cost of idle balanceJason Low
2014-11-24sched/balancing: Consider max cost of idle balance per sched domainJason Low
2014-11-24sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov
2014-11-24sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov
2014-11-24sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov
2014-11-24sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov
2014-11-24sched/fair: Fix the group_capacity computationPeter Zijlstra
2014-11-24sched/fair: Rework and comment the group_capacity codePeter Zijlstra
2014-11-24sched/fair: Fix group power_orig computationPeter Zijlstra
2014-11-24sched/fair: Reduce local_group logicPeter Zijlstra
2014-11-24sched/fair: Rewrite group_imb triggerPeter Zijlstra
2014-11-24sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim
2014-11-24sched/fair: Rework and comment the group_imb codePeter Zijlstra
2014-11-24sched/fair: Optimize find_busiest_queue()Peter Zijlstra
2014-11-24sched/fair: Make group power more consistentPeter Zijlstra
2014-11-24sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra
2014-11-24sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra
2014-11-24sched: Clean-up struct sd_lb_statJoonsoo Kim
2014-11-24sched: Factor out code to should_we_balance()Joonsoo Kim
2014-11-24sched: Remove one division operation in find_busiest_queue()Joonsoo Kim
2014-11-06sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2014-11-06sched: Implement smarter wake-affine logicMichael Wang
2014-11-06sched: Move h_load calculation to task_h_load()Vladimir Davydov
2014-11-06sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai
2014-11-06sched: Fix some kernel-doc warningsYacine Belkadi
2014-11-06kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2014-11-06sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal
2014-11-06sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi
2014-11-06sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2014-11-06sched: Change cfs_rq load avg to unsigned longAlex Shi
2014-11-06sched: Consider runnable load average in move_tasks()Alex Shi
2014-11-06sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi
2014-11-06sched: Fix sleep time double accounting in enqueue entityAlex Shi
2014-11-06sched: Set an initial value of runnable avg for new forked taskAlex Shi
2014-11-06Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi
2014-11-06sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang
2014-11-06sched: Refine the code in unthrottle_cfs_rq()Michael Wang
2014-11-06sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal
2014-11-06sched: Use an accessor to read the rq clockFrederic Weisbecker
2014-11-06sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker