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