index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-11
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
Linus Torvalds
19
-7
/
+2043
2009-06-11
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
138
-85
/
+27406
2009-06-11
Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
16
-130
/
+145
2009-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...
Linus Torvalds
2
-1
/
+4
2009-06-11
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+4
2009-06-11
slow_work_thread() should do the exclusive wait
Oleg Nesterov
1
-2
/
+2
2009-06-11
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-93
/
+181
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
158
-2760
/
+3790
2009-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
33
-1584
/
+1534
2009-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
13
-103
/
+4853
2009-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
275
-7254
/
+18185
2009-06-11
Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
55
-1644
/
+2471
2009-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
13
-177
/
+180
2009-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
58
-477
/
+1946
2009-06-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
23
-1233
/
+1582
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
15
-795
/
+369
2009-06-11
vgacon: use slab allocator instead of the bootmem allocator
Pekka Enberg
1
-3
/
+2
2009-06-11
irq: use kcalloc() instead of the bootmem allocator
Pekka Enberg
1
-1
/
+1
2009-06-11
sched: use slab in cpupri_init()
Pekka Enberg
2
-4
/
+6
2009-06-11
sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()
Pekka Enberg
1
-4
/
+4
2009-06-11
memcg: don't use bootmem allocator in setup code
Yinghai Lu
1
-4
/
+8
2009-06-11
irq/cpumask: make memoryless node zero happy
Yinghai Lu
2
-6
/
+9
2009-06-11
x86: remove some alloc_bootmem_cpumask_var calling
Yinghai Lu
5
-29
/
+12
2009-06-11
vt: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-6
/
+2
2009-06-11
sched: use kzalloc() instead of the bootmem allocator
Pekka Enberg
1
-12
/
+8
2009-06-11
init: introduce mm_init()
Pekka Enberg
1
-6
/
+11
2009-06-11
vmalloc: use kzalloc() instead of alloc_bootmem()
Pekka Enberg
2
-3
/
+2
2009-06-11
slab: setup allocators earlier in the boot sequence
Pekka Enberg
3
-61
/
+77
2009-06-11
bootmem: fix slab fallback on numa
Pekka Enberg
1
-0
/
+9
2009-06-11
bootmem: use slab if bootmem is no longer available
Pekka Enberg
1
-0
/
+3
2009-06-11
kmemleak: Add the corresponding MAINTAINERS entry
Catalin Marinas
1
-0
/
+6
2009-06-11
kmemleak: Simple testing module for kmemleak
Catalin Marinas
3
-0
/
+122
2009-06-11
kmemleak: Enable the building of the memory leak detector
Catalin Marinas
2
-0
/
+23
2009-06-11
kmemleak: Remove some of the kmemleak false positives
Catalin Marinas
3
-0
/
+18
2009-06-11
kmemleak: Add modules support
Catalin Marinas
1
-0
/
+56
2009-06-11
kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash
Catalin Marinas
1
-0
/
+11
2009-06-11
kmemleak: Add the vmalloc memory allocation/freeing hooks
Catalin Marinas
1
-3
/
+27
2009-06-11
kmemleak: Add the slub memory allocation/freeing hooks
Catalin Marinas
1
-1
/
+4
2009-06-11
kmemleak: Add the slob memory allocation/freeing hooks
Catalin Marinas
1
-0
/
+7
2009-06-11
kmemleak: Add the slab memory allocation/freeing hooks
Catalin Marinas
2
-2
/
+32
2009-06-11
kmemleak: Add documentation on the memory leak detector
Catalin Marinas
2
-0
/
+146
2009-06-11
kmemleak: Add the base support
Catalin Marinas
3
-1
/
+1597
2009-06-11
Merge branches 'frv' and 'mn10300'
Linus Torvalds
21
-836
/
+656
2009-06-11
MN10300: Add utrace/tracehooks support
David Howells
7
-239
/
+257
2009-06-11
MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handler
David Howells
1
-18
/
+0
2009-06-11
FRV: Implement new-style ptrace
David Howells
7
-164
/
+367
2009-06-11
FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologue
David Howells
1
-1
/
+0
2009-06-11
FRV: Implement TIF_NOTIFY_RESUME
David Howells
2
-5
/
+10
2009-06-11
FRV: Remove in-kernel strace code
David Howells
1
-379
/
+0
2009-06-11
FRV: BUG to BUG_ON changes
Stoyan Gaydarov
4
-17
/
+8
[next]