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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
4
-4
/
+3
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2
-2
/
+1
2006-12-07
[PATCH] slab: remove SLAB_USER
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] slab: remove SLAB_NOFS
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] slab: remove SLAB_NOIO
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] slab: remove SLAB_LEVEL_MASK
Christoph Lameter
1
-2
/
+0
2006-12-07
[PATCH] slab: remove SLAB_NO_GROW
Christoph Lameter
1
-2
/
+0
2006-12-07
[PATCH] silence unused pgdat warning from alloc_bootmem_node and friends
Andy Whitcroft
1
-7
/
+20
2006-12-07
[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int
Andy Whitcroft
2
-4
/
+4
2006-12-07
[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h
Christoph Lameter
1
-15
/
+18
2006-12-07
[PATCH] Move names_cachep to linux/fs.h
Christoph Lameter
2
-3
/
+2
2006-12-07
[PATCH] Move fs_cachep to linux/fs_struct.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move filep_cachep to include/file.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move files_cachep to include/file.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move vm_area_cachep to include/mm.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Move sighand_cachep to include/signal.h
Christoph Lameter
2
-1
/
+2
2006-12-07
[PATCH] Remove bio_cachep from slab.h
Christoph Lameter
1
-1
/
+0
2006-12-07
[PATCH] node-aware skb allocation
Christoph Hellwig
1
-3
/
+3
2006-12-07
[PATCH] add numa node information to struct device
Christoph Hellwig
1
-0
/
+22
2006-12-07
[PATCH] leak tracking for kmalloc_node
Christoph Hellwig
1
-0
/
+23
2006-12-07
[PATCH] mm: k{,um}map_atomic() vs in_atomic()
Peter Zijlstra
2
-5
/
+13
2006-12-07
[PATCH] mm: pagefault_{disable,enable}()
Peter Zijlstra
11
-26
/
+58
2006-12-07
[PATCH] shared page table for hugetlb page
Chen, Kenneth W
1
-0
/
+1
2006-12-07
[PATCH] mm: add arch_alloc_page
Nick Piggin
1
-0
/
+3
2006-12-07
[PATCH] new scheme to preempt swap token
Ashwin Chaugule
2
-4
/
+10
2006-12-07
[PATCH] memory page_alloc zonelist caching reorder structure
Paul Jackson
1
-1
/
+1
2006-12-07
[PATCH] memory page_alloc zonelist caching speedup
Paul Jackson
2
-5
/
+82
2006-12-07
[PATCH] Get rid of zone_table[]
Christoph Lameter
1
-21
/
+36
2006-12-07
[PATCH] add bottom_half.h
Andrew Morton
3
-6
/
+12
2006-12-06
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
3
-13
/
+34
2006-12-06
x86[-64]:Remove 'volatile' from atomic_t
Linus Torvalds
2
-2
/
+2
2006-12-06
[PATCH] Remove 'volatile' from spinlock_types
Art Haas
2
-4
/
+4
2006-12-06
[MIPS] Import updates from i386's i8259.c
Atsushi Nemoto
1
-8
/
+29
2006-12-06
[MIPS] pte_offset(dir,addr): parenthesis fix
Franck Bui-Huu
2
-5
/
+5
2006-12-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
38
-1913
/
+869
2006-12-06
Merge git://git.infradead.org/users/dhowells/workq-2.6
Linus Torvalds
25
-63
/
+171
2006-12-06
[PATCH] m68knommu: remove FP conditionals in ucontext struct
Gavin Lambert
1
-6
/
+0
2006-12-06
[PATCH] m68knommu: implement irq_canonicalize()
Greg Ungerer
1
-0
/
+1
2006-12-06
[PATCH] m68knommu: create rtc.h
Greg Ungerer
1
-0
/
+1
2006-12-06
Actually update the fixed up compile failures.
David Howells
1
-1
/
+1
2006-12-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
9
-25
/
+291
2006-12-06
sh: sh775x/titan fixes for irq header changes.
Jamie Lenehan
2
-33
/
+31
2006-12-06
sh: Fixup pte_mkhuge() build failure.
Paul Mundt
1
-0
/
+8
2006-12-06
sh: stacktrace/lockdep/irqflags tracing support.
Paul Mundt
3
-101
/
+150
2006-12-06
sh: Fixup movli.l/movco.l atomic ops for gcc4.
Paul Mundt
1
-24
/
+24
2006-12-06
sh: dyntick infrastructure.
Paul Mundt
1
-0
/
+21
2006-12-06
sh: Clock framework tidying.
Paul Mundt
1
-10
/
+2
2006-12-06
sh: Fixup various PAGE_SIZE == 4096 assumptions.
Paul Mundt
3
-11
/
+6
2006-12-06
sh: dma-api channel capability extensions.
Mark Glaisher
1
-11
/
+29
2006-12-06
sh: KSTK_EIP/KSTK_ESP consistency.
Stuart Menefy
1
-2
/
+2
[next]