aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched_rt.c
AgeCommit message (Expand)Author
2008-01-25sched: RT-balance, only adjust overload state when changingGregory Haskins
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt
2008-01-25sched: fix sched_rt.c:join/leave_domainIngo Molnar
2008-01-25sched: only balance our RT tasks within our domainGregory Haskins
2008-01-25sched: clean up schedule_balance_rt()Ingo Molnar
2008-01-25sched: clean up pull_rt_task()Ingo Molnar
2008-01-25sched: remove leftover debuggingIngo Molnar
2008-01-25sched: remove rt_overload()Ingo Molnar
2008-01-25sched: clean up kernel/sched_rt.cIngo Molnar
2008-01-25sched: clean up overlong line in kernel/sched_debug.cIngo Molnar
2008-01-25sched: clean up find_lock_lowest_rq()Ingo Molnar
2008-01-25sched: clean up pick_next_highest_task_rt()Ingo Molnar
2008-01-25sched: RT-balance, optimize cpu searchSteven Rostedt
2008-01-25sched: RT-balance, optimizeGregory Haskins
2008-01-25sched: break out early if RT task cannot be migratedGregory Haskins
2008-01-25sched: RT-balance, avoid overloadingSteven Rostedt
2008-01-25sched: wake-balance fixesGregory Haskins
2008-01-25sched: optimize RT affinityGregory Haskins
2008-01-25sched: pre-route RT tasks on wakeupGregory Haskins
2008-01-25sched: RT balancing: include current CPUGregory Haskins
2008-01-25sched: break out search for RT tasksGregory Haskins
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins
2008-01-25sched: add RT-balance cpu-weightGregory Haskins
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt
2008-01-25sched: add rt-overload trackingSteven Rostedt
2008-01-25sched: add RT task pushingSteven Rostedt
2008-01-25sched: track highest prio task queuedSteven Rostedt
2008-01-25sched: count # of queued RT tasksSteven Rostedt
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri
2007-12-20sched: rt: account the cpu time during the tickPeter Zijlstra
2007-12-02sched: cpu accounting controller (V2)Srivatsa Vaddagiri
2007-10-24sched: isolate SMP balancing code a bit morePeter Williams
2007-10-24sched: reduce balance-tasks overheadPeter Williams
2007-10-15sched: tidy up SCHED_RRDmitry Adamushko
2007-10-15sched: uninline schedulerAlexey Dobriyan
2007-10-15sched: mark scheduling classes as constIngo Molnar
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: group-scheduler coreSrivatsa Vaddagiri
2007-08-24sched: optimize task_tick_rt() a bitDmitry Adamushko
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from update_curr_rt()Ingo Molnar