summaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched: group scheduler, fix latencySrivatsa Vaddagiri2007-10-151-0/+2
* sched: group scheduler, fix bloatSrivatsa Vaddagiri2007-10-151-18/+25
* sched: cleanup, remove stale commentIngo Molnar2007-10-151-1/+0
* sched: speed up and simplify vslice calculationsPeter Zijlstra2007-10-151-6/+9
* sched: clean up min_vruntime usePeter Zijlstra2007-10-151-11/+15
* sched: yield fixDmitry Adamushko2007-10-151-20/+5
* sched: group scheduler wakeup latency fixSrivatsa Vaddagiri2007-10-151-5/+16
* sched: remove set_leftmost()Ingo Molnar2007-10-151-12/+2
* sched: max_vruntime() simplificationPeter Zijlstra2007-10-151-2/+2
* sched: fix sign check error in place_entity()Ingo Molnar2007-10-151-1/+1
* sched: undo some of the recent changesIngo Molnar2007-10-151-10/+3
* sched: remove last_min_vruntime effectIngo Molnar2007-10-151-1/+1
* sched: entity_key() fixIngo Molnar2007-10-151-7/+10
* sched debug: check spreadPeter Zijlstra2007-10-151-0/+17