summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Preempt-RCU: CPU Hotplug handlingPaul E. McKenney2008-01-251-5/+142
* Preempt-RCU: implementationPaul E. McKenney2008-01-256-2/+1166
* Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney2008-01-252-1/+11
* Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney2008-01-253-551/+602
* Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma2008-01-251-8/+17
* sched: remove some old cpuset logicGregory Haskins2008-01-251-33/+0
* sched: RT-balance, only adjust overload state when changingGregory Haskins2008-01-251-3/+5
* sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-254-22/+179
* 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/+3
* 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/+1
* sched: fix sched_rt.c:join/leave_domainIngo Molnar2008-01-251-17/+16
* 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/+2
* sched: clean up pull_rt_task()Ingo Molnar2008-01-251-12/+10
* sched: remove leftover debuggingIngo Molnar2008-01-251-8/+0
* sched: remove rt_overload()Ingo Molnar2008-01-251-9/+1
* 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/+1
* 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/+4
* 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/+24
* 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