summaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c
Commit message (Expand)AuthorAgeFilesLines
* sched: cpu accounting controller (V2)Srivatsa Vaddagiri2007-12-021-0/+1
* sched: isolate SMP balancing code a bit morePeter Williams2007-10-241-0/+4
* sched: reduce balance-tasks overheadPeter Williams2007-10-241-9/+19
* sched: tidy up SCHED_RRDmitry Adamushko2007-10-151-1/+1
* sched: uninline schedulerAlexey Dobriyan2007-10-151-1/+1
* sched: mark scheduling classes as constIngo Molnar2007-10-151-1/+2
* sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri2007-10-151-0/+8
* sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko2007-10-151-5/+0
* sched: simplify sched_class::yield_task()Dmitry Adamushko2007-10-151-2/+2
* sched: group-scheduler coreSrivatsa Vaddagiri2007-10-151-0/+5
* sched: optimize task_tick_rt() a bitDmitry Adamushko2007-08-241-3/+8
* sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar2007-08-091-2/+1
* sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar2007-08-091-2/+1
* sched: remove the 'u64 now' parameter from update_curr_rt()Ingo Molnar2007-08-091-3/+3
* sched: remove 'now' use from assignmentsIngo Molnar2007-08-091-3/+3
* sched: fix bug in balance_tasks()Peter Williams2007-08-091-17/+2
* sched: simplify move_tasks()Peter Williams2007-08-091-4/+5
* [PATCH] sched: reduce debug codeIngo Molnar2007-08-021-2/+2
* [PATCH] sched: ->task_new cleanupIngo Molnar2007-08-021-10/+0
* sched: cfs core, kernel/sched_rt.cIngo Molnar2007-07-091-0/+255