aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-19sched: debug: show a weight treePeter Zijlstra1-0/+27
2008-04-19sched: fair: weight calculationsPeter Zijlstra1-33/+62
2008-04-19sched: fair-group: de-couple load-balancing from the rb-treesPeter Zijlstra1-8/+13
2008-04-19sched: fair-group scheduling vs latencyPeter Zijlstra1-13/+31
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra1-44/+80
2008-04-19sched, cpuset: customize sched domains, coreHidetoshi Seto1-1/+3
2008-04-19sched: prepatory code movementPeter Zijlstra1-98/+92
2008-04-19sched: mix tasks and groupsDhaval Giani1-6/+45
2008-04-19sched: old sleeper bonusPeter Zijlstra1-2/+5
2008-04-19sched: fix regression with sched yieldPeter Zijlstra1-1/+1
2008-04-19sched: remove sysctl_sched_batch_wakeup_granularityIngo Molnar1-10/+0
2008-04-19sched: fix wakeup granularity for buddiesPeter Zijlstra1-20/+49
2008-04-19sched: re-do "sched: fix fair sleepers"Ingo Molnar1-2/+4
2008-04-14revert "sched: fix fair sleepers"Ingo Molnar1-4/+2
2008-03-21sched: cleanup old and rarely used 'debug' features.Peter Zijlstra1-14/+0
2008-03-19sched: retune wake granularityIngo Molnar1-2/+2
2008-03-19sched: improve affine wakeupsIngo Molnar1-16/+42
2008-03-19sched: clean up wakeup balancing, code flowIngo Molnar1-15/+10
2008-03-19sched: clean up wakeup balancing, rename variablesIngo Molnar1-12/+20
2008-03-19sched: clean up wakeup balancing, move wake_affine()Ingo Molnar1-59/+75
2008-03-15sched: simplify sched_slice()Ingo Molnar1-6/+2
2008-03-15sched: fix fair sleepersIngo Molnar1-2/+4
2008-03-15sched: fix overload performance: buddy wakeupsPeter Zijlstra1-0/+26
2008-03-15sched: min_vruntime fixPeter Zijlstra1-18/+28
2008-03-07sched: retain vruntimePeter Zijlstra1-0/+14
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra1-80/+35
2008-02-25sched: clean up __pick_last_entity() a bitIngo Molnar1-5/+3
2008-02-25sched: remove duplicate code from sched_fair.cBalbir Singh1-9/+6
2008-01-31sched: let +nice tasks have smaller impactPeter Zijlstra1-1/+5
2008-01-31sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri1-1/+1
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