aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-01-28kernel: add CLONE_IO to specifically request sharing of IO contextsJens Axboe
2008-01-28io context sharing: preliminary supportJens Axboe
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe
2008-01-27printk: revert ktime_get() timestampsIngo Molnar
2008-01-26[S390] Remove appldata include from sysctl_check.cHeiko Carstens
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-25sched: keep total / count stats in addition to the max forArjan van de Ven
2008-01-25sched: fix: don't take a mutex from interrupt contextPeter Zijlstra
2008-01-25sched: print backtrace of running tasks tooNick Piggin
2008-01-25printk: use ktime_get()Ingo Molnar
2008-01-25softlockup: fix signednessIngo Molnar
2008-01-25sched: latencytop supportArjan van de Ven
2008-01-25sched: fix goto retry in pick_next_task_rt()Dmitry Adamushko
2008-01-25sched: monitor clock underflows in /proc/sched_debugGuillaume Chazarain
2008-01-25sched: fix rq->clock warps on frequency changesGuillaume Chazarain
2008-01-25sched: fix, always create kernel threads with normal priorityMichal Schmidt
2008-01-25debug: clean up kernel/profile.cPaolo Ciarrocchi
2008-01-25sched: remove the !PREEMPT_BKL codeIngo Molnar
2008-01-25sched: make PREEMPT_BKL the defaultIngo Molnar
2008-01-25debug: track and print last unloaded module in the oops traceArjan van de Ven
2008-01-25debug: show being-loaded/being-unloaded indicator for modulesArjan van de Ven
2008-01-25sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra
2008-01-25sched: rt-group: reduce reschedulingPeter Zijlstra
2008-01-25hrtimer: unlock hrtimer_wakeupPeter Zijlstra
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra
2008-01-25hrtimer: clean up cpu->base locking tricksPeter Zijlstra
2008-01-25sched: rt throttling vs no_hzPeter Zijlstra
2008-01-25sched: pull_rt_task() cleanupMike Galbraith
2008-01-25sched: rt group schedulingPeter Zijlstra
2008-01-25sched: rt time limitPeter Zijlstra
2008-01-25sched: high-res preemption tickPeter Zijlstra
2008-01-25sched: do not do cond_resched() when CONFIG_PREEMPTHerbert Xu
2008-01-25sched: documentation, whitespace fixesIngo Molnar
2008-01-25sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra
2008-01-25sched: sched_rt_entityPeter Zijlstra
2008-01-25uids: merge multiple error paths in alloc_uid() into onePavel Emelyanov
2008-01-25sched: dynamically update the root-domain span/online mapsGregory Haskins
2008-01-25Preempt-RCU: CPU Hotplug handlingPaul E. McKenney
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