aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven1-0/+3
2008-01-25sched: fix: don't take a mutex from interrupt contextPeter Zijlstra1-2/+2
2008-01-25sched: latencytop supportArjan van de Ven1-1/+7
2008-01-25sched: high-res preemption tickPeter Zijlstra1-4/+65
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt1-0/+39
2008-01-25sched: remove do_div() from __sched_slice()Peter Zijlstra1-1/+1
2008-01-25sched: no need for 'affine wakeup' balancingDmitry Adamushko1-0/+3
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins1-0/+148
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri1-31/+53
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri1-4/+27
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri1-1/+3
2007-12-18sched: do not hurt SCHED_BATCH on wakeupIngo Molnar1-2/+1
2007-12-04sched: default to more agressive yield for SCHED_BATCH tasksIngo Molnar1-3/+4
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri1-0/+6
2007-11-26sched: fix minimum granularity tuningsZou Nan hai1-6/+6
2007-11-15sched: make sched_nr_latency staticAdrian Bunk1-1/+1
2007-11-09sched: fix copy_namespace() <-> sched_fork() dependency in do_forkSrivatsa Vaddagiri1-1/+2
2007-11-09sched: clean up the wakeup preempt check, #2Ingo Molnar1-3/+2
2007-11-09sched: clean up the wakeup preempt checkIngo Molnar1-12/+13
2007-11-09sched: wakeup preemption fixIngo Molnar1-4/+2
2007-11-09sched: remove PREEMPT_RESTRICTIngo Molnar1-8/+2
2007-11-09sched: reintroduce SMP tunings againIngo Molnar1-9/+9
2007-11-09sched: reintroduce the sched_min_granularity tunablePeter Zijlstra1-7/+28
2007-11-09sched: documentation: place_entity() commentsPeter Zijlstra1-2/+9
2007-11-09sched: fix vslicePeter Zijlstra1-0/+1
2007-10-29sched: fix style of swap() macro in kernel/sched_fair.cIngo Molnar1-1/+1
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams1-0/+4
2007-10-24sched: reduce balance-tasks overheadPeter Williams1-11/+33
2007-10-17sched: fix new task startup crashSrivatsa Vaddagiri1-5/+1
2007-10-15sched: reintroduce cache-hot affinityIngo Molnar1-0/+2
2007-10-15sched: speed up context-switches a bitIngo Molnar1-11/+0
2007-10-15sched: do not wakeup-preempt with SCHED_BATCH tasksIngo Molnar1-0/+6
2007-10-15sched: update commentIngo Molnar1-7/+5
2007-10-15sched: prevent wakeup over-schedulingMike Galbraith1-3/+11
2007-10-15sched: disable forced preemption by defaultPeter Zijlstra1-11/+13
2007-10-15sched: fix group scheduling for SCHED_BATCHDmitry Adamushko1-3/+2
2007-10-15sched: disable sleeper_fairness on SCHED_BATCHPeter Zijlstra1-1/+3
2007-10-15sched: another wakeup_granularity fixPeter Zijlstra1-2/+5
2007-10-15sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar1-1/+2
2007-10-15sched: cleanup: function prototype cleanupsIngo Molnar1-10/+5
2007-10-15sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar1-1/+1
2007-10-15sched: cleanup, make dequeue_entity() and update_stats_wait_end() similarDmitry Adamushko1-4/+7
2007-10-15sched: cleanup, remove calc_weighted()Dmitry Adamushko1-11/+0
2007-10-15sched: uninline schedulerAlexey Dobriyan1-1/+1
2007-10-15sched: tweak wakeup granularityIngo Molnar1-4/+4
2007-10-15sched: fix __pick_next_entity()Dmitry Adamushko1-2/+5
2007-10-15sched: vslice fixups for non-0 nice levelsIngo Molnar1-13/+40
2007-10-15sched: mark scheduling classes as constIngo Molnar1-3/+2
2007-10-15sched: group scheduler, fix latencySrivatsa Vaddagiri1-0/+2
2007-10-15sched: group scheduler, fix bloatSrivatsa Vaddagiri1-18/+25