summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-01-25Preempt-RCU: implementationPaul E. McKenney
2008-01-25Preempt-RCU: fix rcu_barrier for preemptive environment.Paul E. McKenney
2008-01-25Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.cPaul E. McKenney
2008-01-25Preempt-RCU: Use softirq instead of tasklets forDipankar Sarma
2008-01-25sched: remove some old cpuset logicGregory Haskins
2008-01-25sched: RT-balance, only adjust overload state when changingGregory Haskins
2008-01-25sched: RT-balance, add new methods to sched_classSteven Rostedt
2008-01-25sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt
2008-01-25sched: remove do_div() from __sched_slice()Peter Zijlstra
2008-01-25sched: get rid of 'new_cpu' in try_to_wake_up()Dmitry Adamushko
2008-01-25sched: no need for 'affine wakeup' balancingDmitry Adamushko
2008-01-25sched: add credits for RT balancing improvementsIngo Molnar
2008-01-25sched: style cleanup, #2Ingo Molnar
2008-01-25sched: remove unused JIFFIES_TO_NS() macroIngo Molnar
2008-01-25sched: fix sched_rt.c:join/leave_domainIngo Molnar
2008-01-25sched: only balance our RT tasks within our domainGregory Haskins
2008-01-25sched: add sched-domain rootsGregory Haskins
2008-01-25sched: clean up schedule_balance_rt()Ingo Molnar
2008-01-25sched: clean up pull_rt_task()Ingo Molnar
2008-01-25sched: remove leftover debuggingIngo Molnar
2008-01-25sched: remove rt_overload()Ingo Molnar
2008-01-25sched: clean up kernel/sched_rt.cIngo Molnar
2008-01-25sched: clean up overlong line in kernel/sched_debug.cIngo Molnar
2008-01-25sched: clean up find_lock_lowest_rq()Ingo Molnar
2008-01-25sched: clean up pick_next_highest_task_rt()Ingo Molnar
2008-01-25sched: RT-balance on new taskSteven Rostedt
2008-01-25sched: RT-balance, optimize cpu searchSteven Rostedt
2008-01-25sched: RT-balance, optimizeGregory Haskins
2008-01-25sched: break out early if RT task cannot be migratedGregory Haskins
2008-01-25sched: RT-balance, avoid overloadingSteven Rostedt
2008-01-25sched: wake-balance fixesGregory Haskins
2008-01-25sched: optimize RT affinityGregory Haskins
2008-01-25sched: pre-route RT tasks on wakeupGregory Haskins
2008-01-25sched: RT balancing: include current CPUGregory Haskins
2008-01-25sched: break out search for RT tasksGregory Haskins
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins
2008-01-25sched: add RT-balance cpu-weightGregory Haskins
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt
2008-01-25sched: add rt-overload trackingSteven Rostedt
2008-01-25sched: add RT task pushingSteven Rostedt
2008-01-25sched: track highest prio task queuedSteven Rostedt
2008-01-25sched: count # of queued RT tasksSteven Rostedt
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri