aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15sched: export cpu_clock()Paul E. McKenney1-0/+1
2007-10-15sched: fix: move the CPU check into ->task_new_fair()Ingo Molnar1-4/+1
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar1-18/+18
2007-10-15sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar1-2/+2
2007-10-15sched: kfree(NULL) is validIngo Molnar1-8/+5
2007-10-15sched: style cleanupIngo Molnar1-1/+1
2007-10-15sched: break out if printing a warning in sched_domain_debug()Ingo Molnar1-0/+3
2007-10-15sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=yIngo Molnar1-2/+1
2007-10-15sched: tidy up SCHED_RRDmitry Adamushko1-24/+17
2007-10-15sched: uninline schedulerAlexey Dobriyan1-22/+22
2007-10-15sched: optimize schedule() a bit on SMPIngo Molnar1-2/+6
2007-10-15sched: whitespace cleanupsIngo Molnar1-26/+26
2007-10-15sched: mark scheduling classes as constIngo Molnar1-12/+5
2007-10-15sched: group scheduler SMP migration fixSrivatsa Vaddagiri1-1/+4
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar1-12/+12
2007-10-15sched: clean up sched_fork()Hiroshi Shimamoto1-5/+2
2007-10-15sched: fix sched_fork()Ingo Molnar1-1/+1
2007-10-15sched: undo some of the recent changesIngo Molnar1-1/+0
2007-10-15sched: remove condition from set_task_cpu()Ingo Molnar1-3/+1
2007-10-15sched debug: check spreadPeter Zijlstra1-0/+3
2007-10-15sched: add vslicePeter Zijlstra1-0/+2
2007-10-15sched debug: BKL usage statisticsIngo Molnar1-0/+9
2007-10-15sched: add fair-user schedulerSrivatsa Vaddagiri1-0/+9
2007-10-15sched: clean up code under CONFIG_FAIR_GROUP_SCHEDSrivatsa Vaddagiri1-110/+62
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri1-8/+26
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko1-26/+10
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko1-1/+1
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko1-1/+0
2007-10-15sched: add set_curr_task() callsDmitry Adamushko1-9/+13
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri1-16/+330
2007-10-15sched: fix SMP migration latenciesMike Galbraith1-0/+3
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar1-33/+5
2007-10-15sched: remove wait_runtime limitIngo Molnar1-18/+0
2007-10-15sched: clean up struct load_statDmitry Adamushko1-11/+7
2007-10-15sched: add tree based averagesPeter Zijlstra1-1/+5
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar1-3/+1
2007-10-15sched: optimize vruntime based schedulingIngo Molnar1-2/+3
2007-10-15sched: move sched_feat() definitionsIngo Molnar1-0/+31
2007-10-15sched: introduce se->vruntimeIngo Molnar1-0/+1
2007-10-15sched: speed up update_load_add/_sub()Ingo Molnar1-4/+5
2007-10-15sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar1-1/+1
2007-10-15sched: remove precise CPU load calculations #2Ingo Molnar1-31/+1
2007-10-15sched: remove precise CPU loadIngo Molnar1-35/+7
2007-10-15sched: remove stat_granIngo Molnar1-4/+1
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar1-6/+0
2007-10-15sched: uniform tuningsIngo Molnar1-28/+0
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar1-0/+1
2007-10-15sched: use list_for_each_entry_safe() in __wake_up_common()Matthias Kaehlcke1-3/+2
2007-10-15sched: fix sysctl_sched_child_runs_first flagIngo Molnar1-4/+2
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe1-0/+1