aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08sched: sync wakeups vs avg_overlapPeter Zijlstra1-8/+10
2008-09-30sched: minor optimizations in wake_affine and select_task_rq_fairAmit K. Arora1-9/+7
2008-09-25sched: maintain only task entities in cfs_rq->tasks listBharata B Rao1-17/+9
2008-09-23sched: fixup buddy selectionPeter Zijlstra1-2/+2
2008-09-23sched: fixlet for group load balancePeter Zijlstra1-13/+14
2008-09-23sched: rework wakeup preemptionPeter Zijlstra1-129/+4
2008-09-22sched: fix list traversal to use _rcu variantChris Friesen1-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra1-3/+10
2008-09-06sched: fix __load_balance_iterator() for cfq with only one taskGautham R Shenoy1-1/+1
2008-08-28sched: call resched_task() conditionally from new task wake up pathBharata B Rao1-1/+8
2008-08-11sched: fix mysql+oltp regressionMike Galbraith1-7/+12
2008-07-28sched: fix warning in hrtick_start_fair()Peter Zijlstra1-1/+1
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+5
2008-07-20Merge branch 'sched/urgent' into sched/develIngo Molnar1-3/+2
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra1-3/+2
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)Max Krasnyansky1-0/+3
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-123/+290
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-163/+91
2008-07-04sched: add avg-overlap support to RT tasksGregory Haskins1-19/+2
2008-06-27sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani1-3/+3
2008-06-27sched: bias effective_load() error towards failing wake_affine().Peter Zijlstra1-0/+28
2008-06-27sched: incremental effective_load()Peter Zijlstra1-3/+15
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra1-22/+26
2008-06-27sched: fix mult overflowSrivatsa Vaddagiri1-4/+4
2008-06-27sched: optimize effective_load()Peter Zijlstra1-4/+4
2008-06-27sched: fix task_h_load()Peter Zijlstra1-9/+40
2008-06-27sched: fix load scaling in group balancingPeter Zijlstra1-4/+6
2008-06-27sched: hierarchical load vs affine wakeupsPeter Zijlstra1-2/+21
2008-06-27sched: simplify the group load balancerPeter Zijlstra1-7/+8
2008-06-27sched: no need to aggregate task_weightPeter Zijlstra1-1/+1
2008-06-27sched: kill task_group balancingSrivatsa Vaddagiri1-13/+2
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra1-6/+6
2008-06-27sched: fix wakeup granularity and buddy granularityPeter Zijlstra1-8/+7
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra1-44/+80
2008-06-27sched: fix calc_delta_asym, #2Peter Zijlstra1-3/+6
2008-06-27sched: fix calc_delta_asym()Peter Zijlstra1-1/+27
2008-06-27sched: revert the revert of: weight calculationsPeter Zijlstra1-33/+72
2008-06-06sched: fix SCHED_OTHER balance iterator to include all tasksGregory Haskins1-12/+7
2008-05-29sched: stop wake_affine from causing serious imbalanceMike Galbraith1-11/+14
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar1-80/+44
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar1-72/+33
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis1-1/+1
2008-05-08sched: fix weight calculationsMike Galbraith1-3/+8
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra1-1/+1
2008-05-05sched: fix debuggingMike Galbraith1-27/+0
2008-05-05sched: fix SCHED_FAIR wake-idle logic errorGregory Haskins1-1/+1
2008-05-05sched: add statics, don't return void expressionsHarvey Harrison1-2/+4
2008-05-05sched: fix normalized sleeperPeter Zijlstra1-1/+1
2008-04-19sched: debug: show a weight treePeter Zijlstra1-0/+27
2008-04-19sched: fair: weight calculationsPeter Zijlstra1-33/+62