aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2007-10-15sched: yield fixDmitry Adamushko
2007-10-15sched: group scheduler wakeup latency fixSrivatsa Vaddagiri
2007-10-15sched: remove set_leftmost()Ingo Molnar
2007-10-15sched: clean up sched_fork()Hiroshi Shimamoto
2007-10-15sched: max_vruntime() simplificationPeter Zijlstra
2007-10-15sched: fix sched_fork()Ingo Molnar
2007-10-15sched: fix sign check error in place_entity()Ingo Molnar
2007-10-15sched: undo some of the recent changesIngo Molnar
2007-10-15sched: remove last_min_vruntime effectIngo Molnar
2007-10-15sched: remove condition from set_task_cpu()Ingo Molnar
2007-10-15sched: entity_key() fixIngo Molnar
2007-10-15sched debug: check spreadPeter Zijlstra
2007-10-15sched debug: more width for parameter printoutsIngo Molnar
2007-10-15sched: add vslicePeter Zijlstra
2007-10-15sched debug: print settingsIngo Molnar
2007-10-15sched: remove unneeded tunablesIngo Molnar
2007-10-15sched debug: BKL usage statistics, fixS.Caglar Onur
2007-10-15sched debug: BKL usage statisticsIngo Molnar
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri
2007-10-15sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri
2007-10-15sched: print &rq->cfs statsSrivatsa Vaddagiri
2007-10-15sched: print nr_running and load in /proc/sched_debugSrivatsa Vaddagiri
2007-10-15sched: fix minor bug in yieldSrivatsa Vaddagiri
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri
2007-10-15sched: kernel/sched_fair.c whitespace cleanupsIngo Molnar
2007-10-15sched: fix formatting of /proc/sched_debugMike Galbraith
2007-10-15sched: enhance debug outputIngo Molnar
2007-10-15sched: prettify /proc/sched_debug outputIngo Molnar
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko
2007-10-15sched: optimize task_new_fair()Dmitry Adamushko
2007-10-15sched: fix delay accounting performance regressionIngo Molnar
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko
2007-10-15sched: add set_curr_task() callsDmitry Adamushko
2007-10-15sched: sched_setscheduler() fixDmitry Adamushko
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri
2007-10-15sched: fix SMP migration latenciesMike Galbraith
2007-10-15sched: better min_vruntime trackingPeter Zijlstra
2007-10-15sched: clean up schedstat block in dequeue_entity()Dmitry Adamushko
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar
2007-10-15sched: remove wait_runtime limitIngo Molnar
2007-10-15sched: clean up struct load_statDmitry Adamushko
2007-10-15sched: debug: update exec_clock only when SCHED_DEBUGIngo Molnar
2007-10-15sched: add more vruntime statisticsIngo Molnar
2007-10-15sched: handle vruntime 64-bit overflowPeter Zijlstra
2007-10-15sched: add tree based averagesPeter Zijlstra
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar
2007-10-15sched: add se->vruntime debuggingIngo Molnar
2007-10-15sched: clean up new task placementPeter Zijlstra
2007-10-15sched: wakeup granularity increaseIngo Molnar