aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-20sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao1-25/+27
2011-05-04sched: Remove unused 'this_best_prio arg' from balance_tasks()Vladimir Davydov1-10/+6
2011-04-19sched: Next buddy hint on sleep and preempt pathVenkatesh Pallipadi1-3/+23
2011-04-19sched: Make set_*_buddy() work on non-task entitiesVenkatesh Pallipadi1-12/+12
2011-04-18Merge branch 'sched/locking' into sched/coreIngo Molnar1-3/+20
2011-04-14sched: Deal with non-atomic min_vruntime reads on 32bitsPeter Zijlstra1-2/+17
2011-04-14sched: Remove rq argument to sched_class::task_waking()Peter Zijlstra1-1/+3
2011-04-14sched: Drop the rq argument to sched_class::select_task_rq()Peter Zijlstra1-1/+1
2011-04-11sched: Avoid using sd->levelPeter Zijlstra1-1/+1
2011-04-11sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra1-6/+24
2011-04-11sched: Eliminate dead code from wakeup_gran()Shaohua Li1-4/+1
2011-04-11sched: Fix erroneous all_pinned logicKen Chen1-7/+4
2011-04-11sched: Fix sched-domain avg_load calculationKen Chen1-1/+2
2011-04-07Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+12
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05sched: Clean up rebalance_domains() load-balance interval calculationPeter Zijlstra1-4/+12
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31sched: Fix rebalance interval calculationSisir Koppaka1-2/+3
2011-03-04sched: Resched proper CPU on yield_to()Venkatesh Pallipadi1-4/+0
2011-03-04sched: Allow SCHED_BATCH to preempt SCHED_IDLE tasksDarren Hart1-5/+7
2011-02-23sched: Fix the group_imb logicPeter Zijlstra1-2/+10
2011-02-23sched: Clean up some f_b_g() commentsPeter Zijlstra1-15/+13
2011-02-23sched: Clean up remnants of sd_idlePeter Zijlstra1-13/+10
2011-02-16sched: Wholesale removal of sd_idle logicVenkatesh Pallipadi1-42/+11
2011-02-03sched: Add yield_to(task, preempt) functionalityMike Galbraith1-0/+20
2011-02-03sched: Use a buddy to implement yield_task_fair()Rik van Riel1-60/+88
2011-02-03sched: Limit the scope of clear_buddiesRik van Riel1-7/+23
2011-02-03sched: Check the right ->nr_running in yield_task_fair()Rik van Riel1-1/+1
2011-01-26sched: Fix switch_from_fair()Peter Zijlstra1-6/+36
2011-01-26sched: Avoid expensive initial update_cfs_load()Paul Turner1-0/+1
2011-01-26sched: Simplify update_cfs_shares parametersPaul Turner1-16/+14
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load averagesPaul Turner1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner1-3/+3
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang1-25/+53
2011-01-18sched: Fix signed unsigned comparison in check_preempt_tick()Mike Galbraith1-0/+3
2011-01-18sched: Update effective_load() to use global share weightsPaul Turner1-16/+16
2010-12-19sched: Fix interactivity bug by charging unaccounted run-time on entity re-weightPaul Turner1-1/+5
2010-12-19sched: Move periodic share updates to entity_tick()Paul Turner1-4/+17
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar1-5/+3
2010-11-26Merge commit 'v2.6.37-rc3' into sched/coreIngo Molnar1-9/+31
2010-11-23sched: Fix UP build breakagePeter Zijlstra1-1/+1
2010-11-18sched: Allow update_cfs_load() to update global loadPaul Turner1-15/+29
2010-11-18sched: Implement demand based update_cfs_load()Paul Turner1-0/+12
2010-11-18sched: Update shares on idle_balancePaul Turner1-0/+1
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner1-1/+8
2010-11-18sched: Introduce hierarchal order on shares update listPaul Turner1-10/+16
2010-11-18sched: Fix update_cfs_load() synchronizationPaul Turner1-12/+21
2010-11-18sched: Fix load corruption from update_cfs_shares()Paul Turner1-8/+8
2010-11-18sched: Make tg_shares_up() walk on-demandPeter Zijlstra1-0/+58