summaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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/+2
* sched: clean up the wakeup preempt checkIngo Molnar2007-11-091-12/+13
* sched: wakeup preemption fixIngo Molnar2007-11-091-4/+2
* sched: remove PREEMPT_RESTRICTIngo Molnar2007-11-091-8/+2
* 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/+1
* sched: reintroduce cache-hot affinityIngo Molnar2007-10-151-0/+2
* sched: speed up context-switches a bitIngo Molnar2007-10-151-11/+0
* sched: do not wakeup-preempt with SCHED_BATCH tasksIngo Molnar2007-10-151-0/+6
* sched: update commentIngo Molnar2007-10-151-7/+5
* sched: prevent wakeup over-schedulingMike Galbraith2007-10-151-3/+11
* sched: disable forced preemption by defaultPeter Zijlstra2007-10-151-11/+13
* sched: fix group scheduling for SCHED_BATCHDmitry Adamushko2007-10-151-3/+2
* sched: disable sleeper_fairness on SCHED_BATCHPeter Zijlstra2007-10-151-1/+3
* sched: another wakeup_granularity fixPeter Zijlstra2007-10-151-2/+5
* sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar2007-10-151-1/+2
* sched: cleanup: function prototype cleanupsIngo Molnar2007-10-151-10/+5
* sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar2007-10-151-1/+1
* sched: cleanup, make dequeue_entity() and update_stats_wait_end() similarDmitry Adamushko2007-10-151-4/+7
* sched: cleanup, remove calc_weighted()Dmitry Adamushko2007-10-151-11/+0
* sched: uninline schedulerAlexey Dobriyan2007-10-151-1/+1
* sched: tweak wakeup granularityIngo Molnar2007-10-151-4/+4
* sched: fix __pick_next_entity()Dmitry Adamushko2007-10-151-2/+5
* sched: vslice fixups for non-0 nice levelsIngo Molnar2007-10-151-13/+40
* sched: mark scheduling classes as constIngo Molnar2007-10-151-3/+2
OpenPOWER on IntegriCloud