aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15sched: remove last_min_vruntime effectIngo Molnar1-1/+1
2007-10-15sched: remove condition from set_task_cpu()Ingo Molnar1-3/+1
2007-10-15sched: entity_key() fixIngo Molnar1-7/+10
2007-10-15sched debug: check spreadPeter Zijlstra3-0/+22
2007-10-15sched debug: more width for parameter printoutsIngo Molnar1-2/+2
2007-10-15sched: add vslicePeter Zijlstra3-15/+32
2007-10-15sched debug: print settingsIngo Molnar1-0/+13
2007-10-15sched: remove unneeded tunablesIngo Molnar2-4/+0
2007-10-15sched debug: BKL usage statistics, fixS.Caglar Onur1-0/+2
2007-10-15sched debug: BKL usage statisticsIngo Molnar3-0/+17
2007-10-15sched: enable CONFIG_FAIR_GROUP_SCHED=y by defaultIngo Molnar1-1/+1
2007-10-15sched: fair-group sched, cleanupsIngo Molnar1-4/+4
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri5-0/+121
2007-10-15sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri4-117/+83
2007-10-15sched: print &rq->cfs statsSrivatsa Vaddagiri1-0/+3
2007-10-15sched: print nr_running and load in /proc/sched_debugSrivatsa Vaddagiri1-0/+2
2007-10-15sched: fix minor bug in yieldSrivatsa Vaddagiri1-1/+1
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri5-44/+72
2007-10-15sched: kernel/sched_fair.c whitespace cleanupsIngo Molnar1-5/+5
2007-10-15sched: fix formatting of /proc/sched_debugMike Galbraith1-4/+4
2007-10-15sched: enhance debug outputIngo Molnar1-40/+68
2007-10-15sched: prettify /proc/sched_debug outputIngo Molnar1-4/+2
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko5-67/+35
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko4-9/+9
2007-10-15sched: optimize task_new_fair()Dmitry Adamushko1-3/+4
2007-10-15sched: fix delay accounting performance regressionIngo Molnar1-2/+2
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko4-22/+36
2007-10-15sched: add set_curr_task() callsDmitry Adamushko1-9/+13
2007-10-15sched: sched_setscheduler() fixDmitry Adamushko1-0/+4
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri5-18/+350
2007-10-15sched: fix SMP migration latenciesMike Galbraith1-0/+3
2007-10-15sched: better min_vruntime trackingPeter Zijlstra1-7/+33
2007-10-15sched: x86: allow single-depth wchan outputIngo Molnar1-0/+11
2007-10-15sched: clean up schedstat block in dequeue_entity()Dmitry Adamushko1-2/+2
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar4-161/+14
2007-10-15sched: remove wait_runtime limitIngo Molnar5-124/+5
2007-10-15sched: clean up struct load_statDmitry Adamushko3-13/+9
2007-10-15sched: debug: update exec_clock only when SCHED_DEBUGIngo Molnar1-1/+1
2007-10-15sched: add more vruntime statisticsIngo Molnar1-2/+9
2007-10-15sched: handle vruntime 64-bit overflowPeter Zijlstra1-4/+11
2007-10-15sched: add tree based averagesPeter Zijlstra2-8/+18
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar2-10/+1
2007-10-15sched: add se->vruntime debuggingIngo Molnar1-3/+27
2007-10-15sched: clean up new task placementPeter Zijlstra1-15/+42
2007-10-15sched: wakeup granularity increaseIngo Molnar1-16/+11
2007-10-15sched: simplify check_preempt() methodsIngo Molnar1-4/+3
2007-10-15sched: simplify adaptive latencyPeter Zijlstra1-104/+9
2007-10-15sched: new task placement for vruntimePeter Zijlstra1-9/+27
2007-10-15sched: optimize vruntime based schedulingIngo Molnar2-2/+6
2007-10-15sched: move sched_feat() definitionsIngo Molnar2-31/+31