summaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched: stop wake_affine from causing serious imbalanceMike Galbraith2008-05-291-11/+14
* revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-291-80/+44
* revert ("sched: fair: weight calculations")Ingo Molnar2008-05-291-72/+33
* sched: fix weight calculationsMike Galbraith2008-05-081-3/+8
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-051-1/+1
* sched: fix debuggingMike Galbraith2008-05-051-27/+0
* sched: fix SCHED_FAIR wake-idle logic errorGregory Haskins2008-05-051-1/+1
* sched: add statics, don't return void expressionsHarvey Harrison2008-05-051-2/+4
* sched: fix normalized sleeperPeter Zijlstra2008-05-051-1/+1
* sched: debug: show a weight treePeter Zijlstra2008-04-191-0/+27
* sched: fair: weight calculationsPeter Zijlstra2008-04-191-33/+62
* sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra2008-04-191-8/+13
* sched: fair-group scheduling vs latencyPeter Zijlstra2008-04-191-13/+31
* sched: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-04-191-44/+80
* sched, cpuset: customize sched domains, coreHidetoshi Seto2008-04-191-1/+3
* sched: prepatory code movementPeter Zijlstra2008-04-191-98/+92
* sched: mix tasks and groupsDhaval Giani2008-04-191-6/+45
* sched: old sleeper bonusPeter Zijlstra2008-04-191-2/+5
* sched: fix regression with sched yieldPeter Zijlstra2008-04-191-1/+1
* sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar2008-04-191-10/+0
* sched: fix wakeup granularity for buddiesPeter Zijlstra2008-04-191-20/+49
* sched: re-do "sched: fix fair sleepers"Ingo Molnar2008-04-191-2/+4
* revert "sched: fix fair sleepers"Ingo Molnar2008-04-141-4/+2
* sched: cleanup old and rarely used 'debug' features.Peter Zijlstra2008-03-211-14/+0
* sched: retune wake granularityIngo Molnar2008-03-191-2/+2
* sched: improve affine wakeupsIngo Molnar2008-03-191-16/+42
* sched: clean up wakeup balancing, code flowIngo Molnar2008-03-191-15/+10
* sched: clean up wakeup balancing, rename variablesIngo Molnar2008-03-191-12/+20
* sched: clean up wakeup balancing, move wake_affine()Ingo Molnar2008-03-191-59/+75
* sched: simplify sched_slice()Ingo Molnar2008-03-151-6/+2
* sched: fix fair sleepersIngo Molnar2008-03-151-2/+4
* sched: fix overload performance: buddy wakeupsPeter Zijlstra2008-03-151-0/+26
* sched: min_vruntime fixPeter Zijlstra2008-03-151-18/+28
* sched: retain vruntimePeter Zijlstra2008-03-071-0/+14
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-041-80/+35
* sched: clean up __pick_last_entity() a bitIngo Molnar2008-02-251-5/+3
* sched: remove duplicate code from sched_fair.cBalbir Singh2008-02-251-9/+6
* sched: let +nice tasks have smaller impactPeter Zijlstra2008-01-311-1/+5
* sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri2008-01-311-1/+1
* sched: keep total / count stats in addition to the max forArjan van de Ven2008-01-251-0/+3
* sched: fix: don't take a mutex from interrupt contextPeter Zijlstra2008-01-251-2/+2
* sched: latencytop supportArjan van de Ven2008-01-251-1/+7
* sched: high-res preemption tickPeter Zijlstra2008-01-251-4/+65
* sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-251-0/+39
* sched: remove do_div() from __sched_slice()Peter Zijlstra2008-01-251-1/+1
* sched: no need for 'affine wakeup' balancingDmitry Adamushko2008-01-251-0/+3
* sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-251-0/+148
* sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri2008-01-251-31/+53
* sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri2008-01-251-4/+27
* sched: group scheduling, minor fixesSrivatsa Vaddagiri2008-01-251-1/+3