summaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c
AgeCommit message (Expand)AuthorLines
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt-91/+4
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt-0/+10
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt-11/+176
2008-01-25sched: add rt-overload trackingSteven Rostedt-0/+36
2008-01-25sched: add RT task pushingSteven Rostedt-1/+224
2008-01-25sched: track highest prio task queuedSteven Rostedt-0/+18
2008-01-25sched: count # of queued RT tasksSteven Rostedt-0/+17
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri-0/+2
2007-12-20sched: rt: account the cpu time during the tickPeter Zijlstra-0/+2
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri-0/+1
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams-0/+4
2007-10-24sched: reduce balance-tasks overheadPeter Williams-9/+19
2007-10-15sched: tidy up SCHED_RRDmitry Adamushko-1/+1
2007-10-15sched: uninline schedulerAlexey Dobriyan-1/+1
2007-10-15sched: mark scheduling classes as constIngo Molnar-1/+2
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri-0/+8
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko-5/+0
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko-2/+2
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri-0/+5
2007-08-24sched: optimize task_tick_rt() a bitDmitry Adamushko-3/+8
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar-2/+1
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar-2/+1
2007-08-09sched: remove the 'u64 now' parameter from update_curr_rt()Ingo Molnar-3/+3
2007-08-09sched: remove 'now' use from assignmentsIngo Molnar-3/+3
2007-08-09sched: fix bug in balance_tasks()Peter Williams-17/+2
2007-08-09sched: simplify move_tasks()Peter Williams-4/+5
2007-08-02[PATCH] sched: reduce debug codeIngo Molnar-2/+2
2007-08-02[PATCH] sched: ->task_new cleanupIngo Molnar-10/+0
2007-07-09sched: cfs core, kernel/sched_rt.cIngo Molnar-0/+255