summaryrefslogtreecommitdiff
path: root/kernel/sched_fair.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-20sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra1-0/+2
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-0/+2
2010-07-17sched: Reduce update_group_power() callsPeter Zijlstra1-6/+6
2010-07-17sched: Update rq->clock for nohz balanced cpusSuresh Siddha1-0/+1
2010-06-29sched: Fix spelling of siblingMichael Neuling1-1/+1
2010-06-23rcu: apply RCU protection to wake_affine()Daniel J Blueman1-0/+2
2010-06-18sched: Fix comments to make them DocBook happyMichael Neuling1-4/+5
2010-06-18sched: Fix fix_small_capacityMichael Neuling1-1/+1
2010-06-09sched: Add asymmetric group packing option for sibling domainMichael Neuling1-17/+122
2010-06-09sched: Fix capacity calculations for SMT4Srivatsa Vaddagiri1-10/+43
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi1-131/+198
2010-06-09sched: Avoid side-effect of tickless idle on update_cpu_loadVenkatesh Pallipadi1-1/+4
2010-06-01sched: Fix wake_affine() vs RT tasksPeter Zijlstra1-6/+16
2010-05-06sched: replace migration_thread with cpu_stopTejun Heo1-14/+34
2010-04-23sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha1-42/+40
2010-04-23sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra1-7/+5
2010-04-02sched: Add enqueue/dequeue flagsPeter Zijlstra1-17/+8
2010-04-02sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra1-2/+6
2010-04-02Merge branch 'linus' into sched/coreIngo Molnar1-1/+1
2010-03-11sched: Remove AFFINE_WAKEUPS featureMike Galbraith1-2/+1
2010-03-11sched: Remove ASYM_GRAN featureMike Galbraith1-17/+11
2010-03-11sched: Remove WAKEUP_SYNC featureMike Galbraith1-4/+0
2010-03-11sched: Remove FAIR_SLEEPERS featureMike Galbraith1-1/+1
2010-03-11sched: Remove NORMALIZED_SLEEPERMike Galbraith1-10/+0
2010-03-11sched: Fix select_idle_sibling()Mike Galbraith1-4/+10
2010-03-11sched: Tweak sched_latency and min_granularityMike Galbraith1-6/+6
2010-03-11sched: Cleanup/optimize clock updatesMike Galbraith1-2/+0
2010-03-11sched: Remove avg_overlapMike Galbraith1-18/+0
2010-03-11sched: Remove avg_wakeupMike Galbraith1-31/+0
2010-03-11sched: Implement group scheduler statistics in one structLucas De Marchi1-32/+33
2010-03-01sched, rcu: Fix rcu_dereference() for RCU-lockdepPaul E. McKenney1-1/+1
2010-02-26sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha1-33/+43
2010-02-16Merge branch 'sched/urgent' into sched/coreThomas Gleixner1-2/+13
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2010-01-22sched: Extend enqueue_task to allow head queueingThomas Gleixner1-1/+2
2010-01-21sched: Fix the place where group powers are updatedGautham R Shenoy1-4/+3
2010-01-21sched: Assume *balance is validPeter Zijlstra1-3/+3
2010-01-21sched: Remove load_balance_newidle()Peter Zijlstra1-122/+13
2010-01-21sched: Unify load_balance{,_newidle}()Peter Zijlstra1-56/+59
2010-01-21sched: Add a lock break for PREEMPT=yPeter Zijlstra1-0/+4
2010-01-21sched: Remove from fwd declsPeter Zijlstra1-67/+60
2010-01-21sched: Remove rq_iterator from move_one_taskPeter Zijlstra1-110/+36
2010-01-21sched: Remove rq_iterator usage from load_balance_fairPeter Zijlstra1-51/+29
2010-01-21sched: Remove the sched_class load_balance methodsPeter Zijlstra1-29/+37
2010-01-21sched: Move load balance code into sched_fair.cPeter Zijlstra1-0/+1765
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith1-1/+1
2010-01-17sched: Don't expose local functionsH Hartley Sweeten1-1/+1
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra1-6/+44
2009-12-16sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra1-0/+3
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner1-2/+2