summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-01-25Preempt-RCU: implementationPaul E. McKenney-2/+1166
2008-01-25Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney-1/+11
2008-01-25Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney-551/+602
2008-01-25Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma-8/+17
2008-01-25sched: remove some old cpuset logicGregory Haskins-33/+0
2008-01-25sched: RT-balance, only adjust overload state when changingGregory Haskins-3/+5
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt-22/+179
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt-14/+23
2008-01-25sched: remove do_div() from __sched_slice()Peter Zijlstra-1/+1
2008-01-25sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko-8/+3
2008-01-25sched: no need for 'affine wakeup' balancingDmitry Adamushko-0/+3
2008-01-25sched: add credits for RT balancing improvementsIngo Molnar-0/+2
2008-01-25sched: style cleanup, #2Ingo Molnar-15/+17
2008-01-25sched: remove unused JIFFIES_TO_NS() macroIngo Molnar-2/+1
2008-01-25sched: fix sched_rt.c:join/leave_domainIngo Molnar-17/+16
2008-01-25sched: only balance our RT tasks within our domainGregory Haskins-26/+38
2008-01-25sched: add sched-domain rootsGregory Haskins-3/+118
2008-01-25sched: clean up schedule_balance_rt()Ingo Molnar-4/+2
2008-01-25sched: clean up pull_rt_task()Ingo Molnar-12/+10
2008-01-25sched: remove leftover debuggingIngo Molnar-8/+0
2008-01-25sched: remove rt_overload()Ingo Molnar-9/+1
2008-01-25sched: clean up kernel/sched_rt.cIngo Molnar-0/+9
2008-01-25sched: clean up overlong line in kernel/sched_debug.cIngo Molnar-2/+4
2008-01-25sched: clean up find_lock_lowest_rq()Ingo Molnar-4/+5
2008-01-25sched: clean up pick_next_highest_task_rt()Ingo Molnar-3/+3
2008-01-25sched: RT-balance on new taskSteven Rostedt-0/+1
2008-01-25sched: RT-balance, optimize cpu searchSteven Rostedt-13/+36
2008-01-25sched: RT-balance, optimizeGregory Haskins-7/+18
2008-01-25sched: break out early if RT task cannot be migratedGregory Haskins-1/+2
2008-01-25sched: RT-balance, avoid overloadingSteven Rostedt-4/+16
2008-01-25sched: wake-balance fixesGregory Haskins-2/+10
2008-01-25sched: optimize RT affinityGregory Haskins-12/+88
2008-01-25sched: pre-route RT tasks on wakeupGregory Haskins-0/+19
2008-01-25sched: RT balancing: include current CPUGregory Haskins-4/+1
2008-01-25sched: break out search for RT tasksGregory Haskins-27/+39
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins-140/+194
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins-11/+11
2008-01-25sched: add RT-balance cpu-weightGregory Haskins-6/+54
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt-91/+4
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt-0/+11
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt-11/+178
2008-01-25sched: add rt-overload trackingSteven Rostedt-0/+36
2008-01-25sched: add RT task pushingSteven Rostedt-2/+231
2008-01-25sched: track highest prio task queuedSteven Rostedt-0/+21
2008-01-25sched: count # of queued RT tasksSteven Rostedt-0/+18
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar-13/+149
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy-40/+24
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy-19/+19
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy-41/+111
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri-45/+327