| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: RT-balance, only adjust overload state when changing | Gregory Haskins | 2008-01-25 | 1 | -3/+5 |
* | sched: RT-balance, add new methods to sched_class | Steven Rostedt | 2008-01-25 | 4 | -22/+179 |
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methods | Steven Rostedt | 2008-01-25 | 2 | -14/+23 |
* | sched: remove do_div() from __sched_slice() | Peter Zijlstra | 2008-01-25 | 1 | -1/+1 |
* | sched: get rid of 'new_cpu' in try_to_wake_up() | Dmitry Adamushko | 2008-01-25 | 1 | -8/+3 |
* | sched: no need for 'affine wakeup' balancing | Dmitry Adamushko | 2008-01-25 | 1 | -0/+3 |
* | sched: add credits for RT balancing improvements | Ingo Molnar | 2008-01-25 | 1 | -0/+2 |
* | sched: style cleanup, #2 | Ingo Molnar | 2008-01-25 | 1 | -15/+17 |
* | sched: remove unused JIFFIES_TO_NS() macro | Ingo Molnar | 2008-01-25 | 1 | -2/+1 |
* | sched: fix sched_rt.c:join/leave_domain | Ingo Molnar | 2008-01-25 | 1 | -17/+16 |
* | sched: only balance our RT tasks within our domain | Gregory Haskins | 2008-01-25 | 2 | -26/+38 |
* | sched: add sched-domain roots | Gregory Haskins | 2008-01-25 | 1 | -3/+118 |
* | sched: clean up schedule_balance_rt() | Ingo Molnar | 2008-01-25 | 1 | -4/+2 |
* | sched: clean up pull_rt_task() | Ingo Molnar | 2008-01-25 | 1 | -12/+10 |
* | sched: remove leftover debugging | Ingo Molnar | 2008-01-25 | 1 | -8/+0 |
* | sched: remove rt_overload() | Ingo Molnar | 2008-01-25 | 1 | -9/+1 |
* | sched: clean up kernel/sched_rt.c | Ingo Molnar | 2008-01-25 | 1 | -0/+9 |
* | sched: clean up overlong line in kernel/sched_debug.c | Ingo Molnar | 2008-01-25 | 1 | -2/+4 |
* | sched: clean up find_lock_lowest_rq() | Ingo Molnar | 2008-01-25 | 1 | -4/+5 |
* | sched: clean up pick_next_highest_task_rt() | Ingo Molnar | 2008-01-25 | 1 | -3/+3 |
* | sched: RT-balance on new task | Steven Rostedt | 2008-01-25 | 1 | -0/+1 |
* | sched: RT-balance, optimize cpu search | Steven Rostedt | 2008-01-25 | 1 | -13/+36 |
* | sched: RT-balance, optimize | Gregory Haskins | 2008-01-25 | 1 | -7/+18 |
* | sched: break out early if RT task cannot be migrated | Gregory Haskins | 2008-01-25 | 1 | -1/+2 |
* | sched: RT-balance, avoid overloading | Steven Rostedt | 2008-01-25 | 1 | -4/+16 |
* | sched: wake-balance fixes | Gregory Haskins | 2008-01-25 | 2 | -2/+10 |
* | sched: optimize RT affinity | Gregory Haskins | 2008-01-25 | 1 | -12/+88 |
* | sched: pre-route RT tasks on wakeup | Gregory Haskins | 2008-01-25 | 1 | -0/+19 |
* | sched: RT balancing: include current CPU | Gregory Haskins | 2008-01-25 | 1 | -4/+1 |
* | sched: break out search for RT tasks | Gregory Haskins | 2008-01-25 | 1 | -27/+39 |
* | sched: de-SCHED_OTHER-ize the RT path | Gregory Haskins | 2008-01-25 | 4 | -140/+194 |
* | sched: clean up this_rq use in kernel/sched_rt.c | Gregory Haskins | 2008-01-25 | 1 | -11/+11 |
* | sched: add RT-balance cpu-weight | Gregory Haskins | 2008-01-25 | 3 | -6/+54 |
* | sched: disable standard balancer for RT tasks | Steven Rostedt | 2008-01-25 | 1 | -91/+4 |
* | sched: push RT tasks from overloaded CPUs | Steven Rostedt | 2008-01-25 | 2 | -0/+11 |
* | sched: pull RT tasks from overloaded runqueues | Steven Rostedt | 2008-01-25 | 2 | -11/+178 |
* | sched: add rt-overload tracking | Steven Rostedt | 2008-01-25 | 1 | -0/+36 |
* | sched: add RT task pushing | Steven Rostedt | 2008-01-25 | 2 | -2/+231 |
* | sched: track highest prio task queued | Steven Rostedt | 2008-01-25 | 2 | -0/+21 |
* | sched: count # of queued RT tasks | Steven Rostedt | 2008-01-25 | 2 | -0/+18 |
* | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks | Ingo Molnar | 2008-01-25 | 5 | -13/+149 |
* | cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 3 | -40/+24 |
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 5 | -19/+19 |
* | cpu-hotplug: refcount based cpu hotplug | Gautham R Shenoy | 2008-01-25 | 1 | -41/+111 |
* | sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups | Srivatsa Vaddagiri | 2008-01-25 | 3 | -45/+327 |
* | sched: introduce a mutex and corresponding API to serialize access to doms_cu... | Srivatsa Vaddagiri | 2008-01-25 | 1 | -0/+19 |
* | sched: group scheduling, change how cpu load is calculated | Srivatsa Vaddagiri | 2008-01-25 | 3 | -20/+40 |
* | sched: group scheduling, minor fixes | Srivatsa Vaddagiri | 2008-01-25 | 2 | -9/+28 |
* | sched: group scheduling code cleanup | Srivatsa Vaddagiri | 2008-01-25 | 1 | -18/+3 |
* | sched: remove printk_clock() | Ingo Molnar | 2008-01-25 | 1 | -5/+0 |