summaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* revert "sched: fix fair sleepers"Ingo Molnar2008-04-141-4/+2Star
* sched: cleanup old and rarely used 'debug' features.Peter Zijlstra2008-03-211-14/+0Star
* 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/+10Star
* 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/+2Star
* 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/+35Star
* sched: clean up __pick_last_entity() a bitIngo Molnar2008-02-251-5/+3Star
* sched: remove duplicate code from sched_fair.cBalbir Singh2008-02-251-9/+6Star
* 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
* sched: do not hurt SCHED_BATCH on wakeupIngo Molnar2007-12-181-2/+1Star
* sched: default to more agressive yield for SCHED_BATCH tasksIngo Molnar2007-12-041-3/+4
* sched: cpu accounting controller (V2)Srivatsa Vaddagiri2007-12-021-0/+6
* sched: fix minimum granularity tuningsZou Nan hai2007-11-261-6/+6
* sched: make sched_nr_latency staticAdrian Bunk2007-11-151-1/+1
* sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri2007-11-091-1/+2
* sched: clean up the wakeup preempt check, #2Ingo Molnar2007-11-091-3/+2Star
* sched: clean up the wakeup preempt checkIngo Molnar2007-11-091-12/+13
* sched: wakeup preemption fixIngo Molnar2007-11-091-4/+2Star
* sched: remove PREEMPT_RESTRICTIngo Molnar2007-11-091-8/+2Star
* sched: reintroduce SMP tunings againIngo Molnar2007-11-091-9/+9
* sched: reintroduce the sched_min_granularity tunablePeter Zijlstra2007-11-091-7/+28
* sched: documentation: place_entity() commentsPeter Zijlstra2007-11-091-2/+9
* sched: fix vslicePeter Zijlstra2007-11-091-0/+1
* sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar2007-10-291-1/+1
* sched: isolate SMP balancing code a bit morePeter Williams2007-10-241-0/+4
* sched: reduce balance-tasks overheadPeter Williams2007-10-241-11/+33
* sched: fix new task startup crashSrivatsa Vaddagiri2007-10-171-5/+1Star
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+2
* sched: speed up context-switches a bitIngo Molnar2007-10-151-11/+0Star
* sched: do not wakeup-preempt with SCHED_BATCH tasksIngo Molnar2007-10-151-0/+6
* sched: update commentIngo Molnar2007-10-151-7/+5Star