aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2007-10-15sched: cleanup: rename task_grp to task_groupIngo Molnar
2007-10-15sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVGIngo Molnar
2007-10-15sched: kfree(NULL) is validIngo Molnar
2007-10-15sched: style cleanupIngo Molnar
2007-10-15sched: break out if printing a warning in sched_domain_debug()Ingo Molnar
2007-10-15sched: run sched_domain_debug() if CONFIG_SCHED_DEBUG=yIngo Molnar
2007-10-15sched: tidy up SCHED_RRDmitry Adamushko
2007-10-15sched: uninline schedulerAlexey Dobriyan
2007-10-15sched: optimize schedule() a bit on SMPIngo Molnar
2007-10-15sched: whitespace cleanupsIngo Molnar
2007-10-15sched: mark scheduling classes as constIngo Molnar
2007-10-15sched: group scheduler SMP migration fixSrivatsa Vaddagiri
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar
2007-10-15sched: clean up sched_fork()Hiroshi Shimamoto
2007-10-15sched: fix sched_fork()Ingo Molnar
2007-10-15sched: undo some of the recent changesIngo Molnar
2007-10-15sched: remove condition from set_task_cpu()Ingo Molnar
2007-10-15sched debug: check spreadPeter Zijlstra
2007-10-15sched: add vslicePeter Zijlstra
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: revert recent removal of set_curr_task()Srivatsa Vaddagiri
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: 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: group-scheduler coreSrivatsa Vaddagiri
2007-10-15sched: fix SMP migration latenciesMike Galbraith
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: add tree based averagesPeter Zijlstra
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar
2007-10-15sched: optimize vruntime based schedulingIngo Molnar
2007-10-15sched: move sched_feat() definitionsIngo Molnar
2007-10-15sched: introduce se->vruntimeIngo Molnar
2007-10-15sched: speed up update_load_add/_sub()Ingo Molnar
2007-10-15sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar
2007-10-15sched: remove precise CPU load calculations #2Ingo Molnar
2007-10-15sched: remove precise CPU loadIngo Molnar
2007-10-15sched: remove stat_granIngo Molnar
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar
2007-10-15sched: uniform tuningsIngo Molnar
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar
2007-10-15sched: use list_for_each_entry_safe() in __wake_up_common()Matthias Kaehlcke
2007-10-15sched: fix sysctl_sched_child_runs_first flagIngo Molnar
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe
2007-09-19sched: fix invalid sched_class useHiroshi Shimamoto
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar