allow_signal: kill the bogus ->mm check, add a note about CLONE_SIGHAND
[safe/jmp/linux-2.6] / kernel / sched_rt.c
2008-01-25 Gregory Haskinssched: remove some old cpuset logic
2008-01-25 Gregory Haskinssched: RT-balance, only adjust overload state when...
2008-01-25 Steven Rostedtsched: RT-balance, add new methods to sched_class
2008-01-25 Steven Rostedtsched: RT-balance, replace hooks with pre/post schedule...
2008-01-25 Ingo Molnarsched: fix sched_rt.c:join/leave_domain
2008-01-25 Gregory Haskinssched: only balance our RT tasks within our domain
2008-01-25 Ingo Molnarsched: clean up schedule_balance_rt()
2008-01-25 Ingo Molnarsched: clean up pull_rt_task()
2008-01-25 Ingo Molnarsched: remove leftover debugging
2008-01-25 Ingo Molnarsched: remove rt_overload()
2008-01-25 Ingo Molnarsched: clean up kernel/sched_rt.c
2008-01-25 Ingo Molnarsched: clean up overlong line in kernel/sched_debug.c
2008-01-25 Ingo Molnarsched: clean up find_lock_lowest_rq()
2008-01-25 Ingo Molnarsched: clean up pick_next_highest_task_rt()
2008-01-25 Steven Rostedtsched: RT-balance, optimize cpu search
2008-01-25 Gregory Haskinssched: RT-balance, optimize
2008-01-25 Gregory Haskinssched: break out early if RT task cannot be migrated
2008-01-25 Steven Rostedtsched: RT-balance, avoid overloading
2008-01-25 Gregory Haskinssched: wake-balance fixes
2008-01-25 Gregory Haskinssched: optimize RT affinity
2008-01-25 Gregory Haskinssched: pre-route RT tasks on wakeup
2008-01-25 Gregory Haskinssched: RT balancing: include current CPU
2008-01-25 Gregory Haskinssched: break out search for RT tasks
2008-01-25 Gregory Haskinssched: de-SCHED_OTHER-ize the RT path
2008-01-25 Gregory Haskinssched: clean up this_rq use in kernel/sched_rt.c
2008-01-25 Gregory Haskinssched: add RT-balance cpu-weight
2008-01-25 Steven Rostedtsched: disable standard balancer for RT tasks
2008-01-25 Steven Rostedtsched: push RT tasks from overloaded CPUs
2008-01-25 Steven Rostedtsched: pull RT tasks from overloaded runqueues
2008-01-25 Steven Rostedtsched: add rt-overload tracking
2008-01-25 Steven Rostedtsched: add RT task pushing
2008-01-25 Steven Rostedtsched: track highest prio task queued
2008-01-25 Steven Rostedtsched: count # of queued RT tasks
2008-01-25 Srivatsa Vaddagirisched: group scheduling, change how cpu load is calculated
2007-12-20 Peter Zijlstrasched: rt: account the cpu time during the tick
2007-12-02 Srivatsa Vaddagirisched: cpu accounting controller (V2)
2007-10-24 Peter Williamssched: isolate SMP balancing code a bit more
2007-10-24 Peter Williamssched: reduce balance-tasks overhead
2007-10-15 Dmitry Adamushkosched: tidy up SCHED_RR
2007-10-15 Alexey Dobriyansched: uninline scheduler
2007-10-15 Ingo Molnarsched: mark scheduling classes as const
2007-10-15 Srivatsa Vaddagirisched: revert recent removal of set_curr_task()
2007-10-15 Dmitry Adamushkosched: rework enqueue/dequeue_entity() to get rid of...
2007-10-15 Dmitry Adamushkosched: simplify sched_class::yield_task()
2007-10-15 Srivatsa Vaddagirisched: group-scheduler core
2007-08-24 Dmitry Adamushkosched: optimize task_tick_rt() a bit
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->put_prev_t...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->pick_next_...
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->dequeue_task()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from ->enqueue_task()
2007-08-09 Ingo Molnarsched: remove the 'u64 now' parameter from update_curr_rt()
2007-08-09 Ingo Molnarsched: remove 'now' use from assignments
2007-08-09 Peter Williamssched: fix bug in balance_tasks()
2007-08-09 Peter Williamssched: simplify move_tasks()
2007-08-02 Ingo Molnar[PATCH] sched: reduce debug code
2007-08-02 Ingo Molnar[PATCH] sched: ->task_new cleanup
2007-07-09 Ingo Molnarsched: cfs core, kernel/sched_rt.c