summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-1/+1
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven-0/+7
2008-01-25sched: fix: don't take a mutex from interrupt contextPeter Zijlstra-2/+2
2008-01-25sched: print backtrace of running tasks tooNick Piggin-2/+1
2008-01-25printk: use ktime_get()Ingo Molnar-1/+3
2008-01-25softlockup: fix signednessIngo Molnar-13/+13
2008-01-25sched: latencytop supportArjan van de Ven-1/+258
2008-01-25sched: fix goto retry in pick_next_task_rt()Dmitry Adamushko-7/+2
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain-2/+5
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain-1/+1
2008-01-25sched: fix, always create kernel threads with normal priorityMichal Schmidt-1/+11
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi-50/+49
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar-20/+3
2008-01-25sched: make PREEMPT_BKL the defaultIngo Molnar-8/+1
2008-01-25debug: track and print last unloaded module in the oops traceArjan van de Ven-0/+6
2008-01-25debug: show being-loaded/being-unloaded indicator for modulesArjan van de Ven-6/+15
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra-8/+3
2008-01-25sched: rt-group: reduce reschedulingPeter Zijlstra-1/+4
2008-01-25hrtimer: unlock hrtimer_wakeupPeter Zijlstra-1/+3
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra-132/+141
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra-9/+19
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra-15/+43
2008-01-25sched: pull_rt_task() cleanupMike Galbraith-6/+4
2008-01-25sched: rt group schedulingPeter Zijlstra-203/+537
2008-01-25sched: rt time limitPeter Zijlstra-21/+120
2008-01-25sched: high-res preemption tickPeter Zijlstra-17/+268
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu-2/+4
2008-01-25sched: documentation, whitespace fixesIngo Molnar-4/+4
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra-0/+59
2008-01-25sched: sched_rt_entityPeter Zijlstra-11/+11
2008-01-25uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov-27/+20
2008-01-25sched: dynamically update the root-domain span/online mapsGregory Haskins-12/+19
2008-01-25Preempt-RCU: CPU Hotplug handlingPaul E. McKenney-5/+142
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