aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-09sched: remove the 'u64 now' parameter from update_curr_rt()Ingo Molnar1-3/+3
2007-08-09sched: remove 'now' use from assignmentsIngo Molnar1-3/+3
2007-08-09sched: fix bug in balance_tasks()Peter Williams1-17/+2
2007-08-09sched: simplify move_tasks()Peter Williams1-4/+5
2007-08-02[PATCH] sched: reduce debug codeIngo Molnar1-2/+2
2007-08-02[PATCH] sched: ->task_new cleanupIngo Molnar1-10/+0
2007-07-09sched: cfs core, kernel/sched_rt.cIngo Molnar1-0/+255