aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25sched: remove some old cpuset logicGregory Haskins1-33/+0
2008-01-25sched: RT-balance, only adjust overload state when changingGregory Haskins1-3/+5
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt1-0/+89
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt1-10/+7
2008-01-25sched: fix sched_rt.c:join/leave_domainIngo Molnar1-17/+16
2008-01-25sched: only balance our RT tasks within our domainGregory Haskins1-26/+31
2008-01-25sched: clean up schedule_balance_rt()Ingo Molnar1-4/+2
2008-01-25sched: clean up pull_rt_task()Ingo Molnar1-12/+10
2008-01-25sched: remove leftover debuggingIngo Molnar1-8/+0
2008-01-25sched: remove rt_overload()Ingo Molnar1-9/+1
2008-01-25sched: clean up kernel/sched_rt.cIngo Molnar1-0/+9
2008-01-25sched: clean up overlong line in kernel/sched_debug.cIngo Molnar1-2/+4
2008-01-25sched: clean up find_lock_lowest_rq()Ingo Molnar1-4/+5
2008-01-25sched: clean up pick_next_highest_task_rt()Ingo Molnar1-3/+3
2008-01-25sched: RT-balance, optimize cpu searchSteven Rostedt1-13/+36
2008-01-25sched: RT-balance, optimizeGregory Haskins1-7/+18
2008-01-25sched: break out early if RT task cannot be migratedGregory Haskins1-1/+2
2008-01-25sched: RT-balance, avoid overloadingSteven Rostedt1-4/+16
2008-01-25sched: wake-balance fixesGregory Haskins1-2/+8
2008-01-25sched: optimize RT affinityGregory Haskins1-12/+88
2008-01-25sched: pre-route RT tasks on wakeupGregory Haskins1-0/+19
2008-01-25sched: RT balancing: include current CPUGregory Haskins1-4/+1
2008-01-25sched: break out search for RT tasksGregory Haskins1-27/+39
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins1-0/+10
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins1-11/+11
2008-01-25sched: add RT-balance cpu-weightGregory Haskins1-5/+45
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt1-91/+4
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt1-0/+10
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt1-11/+176
2008-01-25sched: add rt-overload trackingSteven Rostedt1-0/+36
2008-01-25sched: add RT task pushingSteven Rostedt1-1/+224
2008-01-25sched: track highest prio task queuedSteven Rostedt1-0/+18
2008-01-25sched: count # of queued RT tasksSteven Rostedt1-0/+17
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri1-0/+2
2007-12-20sched: rt: account the cpu time during the tickPeter Zijlstra1-0/+2
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri1-0/+1
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams1-0/+4
2007-10-24sched: reduce balance-tasks overheadPeter Williams1-9/+19
2007-10-15sched: tidy up SCHED_RRDmitry Adamushko1-1/+1
2007-10-15sched: uninline schedulerAlexey Dobriyan1-1/+1
2007-10-15sched: mark scheduling classes as constIngo Molnar1-1/+2
2007-10-15sched: revert recent removal of set_curr_task()Srivatsa Vaddagiri1-0/+8
2007-10-15sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()Dmitry Adamushko1-5/+0
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko1-2/+2
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri1-0/+5
2007-08-24sched: optimize task_tick_rt() a bitDmitry Adamushko1-3/+8
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar1-2/+1
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar1-2/+1