summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-130/+145
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2-1/+4
2009-06-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov1-2/+2
2009-06-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-93/+181
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds158-2760/+3790
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds33-1584/+1534
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds13-103/+4853
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds275-7254/+18185
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds55-1644/+2471
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds13-177/+180
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds58-477/+1946
2009-06-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds23-1233/+1582
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds15-795/+369
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg1-3/+2
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg1-1/+1
2009-06-11sched: use slab in cpupri_init()Pekka Enberg2-4/+6
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg1-4/+4
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu1-4/+8
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu2-6/+9
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu5-29/+12
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg1-6/+2
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg1-12/+8
2009-06-11init: introduce mm_init()Pekka Enberg1-6/+11
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg2-3/+2
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg3-61/+77
2009-06-11bootmem: fix slab fallback on numaPekka Enberg1-0/+9
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg1-0/+3
2009-06-11Merge branches 'frv' and 'mn10300'Linus Torvalds21-836/+656
2009-06-11MN10300: Add utrace/tracehooks supportDavid Howells7-239/+257
2009-06-11MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handlerDavid Howells1-18/+0
2009-06-11FRV: Implement new-style ptraceDavid Howells7-164/+367
2009-06-11FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologueDavid Howells1-1/+0
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEDavid Howells2-5/+10
2009-06-11FRV: Remove in-kernel strace codeDavid Howells1-379/+0
2009-06-11FRV: BUG to BUG_ON changesStoyan Gaydarov4-17/+8
2009-06-11FRV: bitops: Change the bitmap index from int to unsigned longJustin Chen1-14/+15
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds95-2714/+4438
2009-06-11moxa: prevent opening unavailable portsDirk Eibach1-0/+5
2009-06-11imx: serial: use tty_encode_baud_rate to set true rateOskar Schirmer1-0/+7
2009-06-11imx: serial: add IrDA support to serial driverFabian Godehardt2-19/+181
2009-06-11imx: serial: use rational library functionOskar Schirmer2-20/+11
2009-06-11lib: isolate rational fractions helper functionOskar Schirmer4-0/+85
2009-06-11imx: serial: handle initialisation failure correctlyDaniel Glöckner1-1/+6
2009-06-11imx: serial: be sure to stop xmit upon shutdownFabian Godehardt1-0/+4
2009-06-11imx: serial: notify higher layers in case xmit IRQ was not calledFabian Godehardt1-0/+3
2009-06-11imx: serial: fix one bit field typeDaniel Glöckner1-1/+1
2009-06-11imx: serial: fix whitespaces (no changes in functionality)Oskar Schirmer1-25/+23
2009-06-11tty: use prepare/finish_waitJiri Slaby1-4/+2
2009-06-11tty: remove sleep_onJiri Slaby1-1/+2