summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-252-14/+23
* | sched: remove do_div() from __sched_slice()Peter Zijlstra2008-01-251-1/+1
* | sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko2008-01-251-8/+3Star
* | sched: no need for 'affine wakeup' balancingDmitry Adamushko2008-01-251-0/+3
* | sched: add credits for RT balancing improvementsIngo Molnar2008-01-251-0/+2
* | sched: style cleanup, #2Ingo Molnar2008-01-251-15/+17
* | sched: remove unused JIFFIES_TO_NS() macroIngo Molnar2008-01-251-2/+1Star
* | sched: fix sched_rt.c:join/leave_domainIngo Molnar2008-01-251-17/+16Star
* | sched: only balance our RT tasks within our domainGregory Haskins2008-01-252-26/+38
* | sched: add sched-domain rootsGregory Haskins2008-01-251-3/+118
* | sched: clean up schedule_balance_rt()Ingo Molnar2008-01-251-4/+2Star
* | sched: clean up pull_rt_task()Ingo Molnar2008-01-251-12/+10Star
* | sched: remove leftover debuggingIngo Molnar2008-01-251-8/+0Star
* | sched: remove rt_overload()Ingo Molnar2008-01-251-9/+1Star
* | sched: clean up kernel/sched_rt.cIngo Molnar2008-01-251-0/+9
* | sched: clean up overlong line in kernel/sched_debug.cIngo Molnar2008-01-251-2/+4
* | sched: clean up find_lock_lowest_rq()Ingo Molnar2008-01-251-4/+5
* | sched: clean up pick_next_highest_task_rt()Ingo Molnar2008-01-251-3/+3
* | sched: RT-balance on new taskSteven Rostedt2008-01-251-0/+1
* | sched: RT-balance, optimize cpu searchSteven Rostedt2008-01-251-13/+36
* | sched: RT-balance, optimizeGregory Haskins2008-01-251-7/+18
* | sched: break out early if RT task cannot be migratedGregory Haskins2008-01-251-1/+2
* | sched: RT-balance, avoid overloadingSteven Rostedt2008-01-251-4/+16
* | sched: wake-balance fixesGregory Haskins2008-01-252-2/+10
* | sched: optimize RT affinityGregory Haskins2008-01-251-12/+88
* | sched: pre-route RT tasks on wakeupGregory Haskins2008-01-251-0/+19
* | sched: RT balancing: include current CPUGregory Haskins2008-01-251-4/+1Star
* | sched: break out search for RT tasksGregory Haskins2008-01-251-27/+39
* | sched: de-SCHED_OTHER-ize the RT pathGregory Haskins2008-01-254-140/+194
* | sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins2008-01-251-11/+11
* | sched: add RT-balance cpu-weightGregory Haskins2008-01-253-6/+54
* | sched: disable standard balancer for RT tasksSteven Rostedt2008-01-251-91/+4Star
* | sched: push RT tasks from overloaded CPUsSteven Rostedt2008-01-252-0/+11
* | sched: pull RT tasks from overloaded runqueuesSteven Rostedt2008-01-252-11/+178
* | sched: add rt-overload trackingSteven Rostedt2008-01-251-0/+36
* | sched: add RT task pushingSteven Rostedt2008-01-252-2/+231
* | sched: track highest prio task queuedSteven Rostedt2008-01-252-0/+21
* | sched: count # of queued RT tasksSteven Rostedt2008-01-252-0/+18
* | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-255-13/+149
* | cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy2008-01-253-40/+24Star
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy2008-01-255-19/+19
* | cpu-hotplug: refcount based cpu hotplugGautham R Shenoy2008-01-251-41/+111
* | sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri2008-01-253-45/+327
* | sched: introduce a mutex and corresponding API to serialize access to doms_cu...Srivatsa Vaddagiri2008-01-251-0/+19
* | sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri2008-01-253-20/+40
* | sched: group scheduling, minor fixesSrivatsa Vaddagiri2008-01-252-9/+28
* | sched: group scheduling code cleanupSrivatsa Vaddagiri2008-01-251-18/+3Star
* | sched: remove printk_clock()Ingo Molnar2008-01-251-5/+0Star
* | sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()Ingo Molnar2008-01-251-1/+1
* | printk: make printk more robust by not allowing recursionIngo Molnar2008-01-251-10/+38