| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] swsusp: Improve handling of highmem | Rafael J. Wysocki | 2006-12-07 | 1 | -3/+6 |
* | [PATCH] swsusp: use block device offsets to identify swap locations | Rafael J. Wysocki | 2006-12-07 | 1 | -2/+1 |
* | [PATCH] swsusp: use partition device and offset to identify swap areas | Rafael J. Wysocki | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] radix-tree: RCU lockless readside | Nick Piggin | 2006-12-07 | 1 | -0/+101 |
* | [PATCH] Save some bytes in struct mm_struct | Arnaldo Carvalho de Melo | 2006-12-07 | 1 | -1/+2 |
* | [PATCH] mm: make compound page destructor handling explicit | Andy Whitcroft | 2006-12-07 | 1 | -0/+18 |
* | [PATCH] slab: deprecate kmem_cache_t | Andrew Morton | 2006-12-07 | 1 | -8/+9 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 21 | -28/+28 |
* | [PATCH] slab: remove SLAB_DMA | Christoph Lameter | 2006-12-07 | 1 | -3/+0 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 4 | -4/+3 |
* | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 2006-12-07 | 2 | -2/+1 |
* | [PATCH] slab: remove SLAB_USER | Christoph Lameter | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] slab: remove SLAB_NOFS | Christoph Lameter | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] slab: remove SLAB_NOIO | Christoph Lameter | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] slab: remove SLAB_LEVEL_MASK | Christoph Lameter | 2006-12-07 | 1 | -2/+0 |
* | [PATCH] slab: remove SLAB_NO_GROW | Christoph Lameter | 2006-12-07 | 1 | -2/+0 |
* | [PATCH] silence unused pgdat warning from alloc_bootmem_node and friends | Andy Whitcroft | 2006-12-07 | 1 | -7/+20 |
* | [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int | Andy Whitcroft | 2006-12-07 | 2 | -4/+4 |
* | [PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.h | Christoph Lameter | 2006-12-07 | 1 | -15/+18 |
* | [PATCH] Move names_cachep to linux/fs.h | Christoph Lameter | 2006-12-07 | 2 | -3/+2 |
* | [PATCH] Move fs_cachep to linux/fs_struct.h | Christoph Lameter | 2006-12-07 | 2 | -1/+2 |
* | [PATCH] Move filep_cachep to include/file.h | Christoph Lameter | 2006-12-07 | 2 | -1/+2 |
* | [PATCH] Move files_cachep to include/file.h | Christoph Lameter | 2006-12-07 | 2 | -1/+2 |
* | [PATCH] Move vm_area_cachep to include/mm.h | Christoph Lameter | 2006-12-07 | 2 | -1/+2 |
* | [PATCH] Move sighand_cachep to include/signal.h | Christoph Lameter | 2006-12-07 | 2 | -1/+2 |
* | [PATCH] Remove bio_cachep from slab.h | Christoph Lameter | 2006-12-07 | 1 | -1/+0 |
* | [PATCH] node-aware skb allocation | Christoph Hellwig | 2006-12-07 | 1 | -3/+3 |
* | [PATCH] add numa node information to struct device | Christoph Hellwig | 2006-12-07 | 1 | -0/+22 |
* | [PATCH] leak tracking for kmalloc_node | Christoph Hellwig | 2006-12-07 | 1 | -0/+23 |
* | [PATCH] mm: k{,um}map_atomic() vs in_atomic() | Peter Zijlstra | 2006-12-07 | 2 | -5/+13 |
* | [PATCH] mm: pagefault_{disable,enable}() | Peter Zijlstra | 2006-12-07 | 11 | -26/+58 |
* | [PATCH] shared page table for hugetlb page | Chen, Kenneth W | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] mm: add arch_alloc_page | Nick Piggin | 2006-12-07 | 1 | -0/+3 |
* | [PATCH] new scheme to preempt swap token | Ashwin Chaugule | 2006-12-07 | 2 | -4/+10 |
* | [PATCH] memory page_alloc zonelist caching reorder structure | Paul Jackson | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] memory page_alloc zonelist caching speedup | Paul Jackson | 2006-12-07 | 2 | -5/+82 |
* | [PATCH] Get rid of zone_table[] | Christoph Lameter | 2006-12-07 | 1 | -21/+36 |
* | [PATCH] add bottom_half.h | Andrew Morton | 2006-12-07 | 3 | -6/+12 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-12-06 | 3 | -13/+34 |
|\ |
|
| * | [MIPS] Import updates from i386's i8259.c | Atsushi Nemoto | 2006-12-06 | 1 | -8/+29 |
| * | [MIPS] pte_offset(dir,addr): parenthesis fix | Franck Bui-Huu | 2006-12-06 | 2 | -5/+5 |
* | | x86[-64]:Remove 'volatile' from atomic_t | Linus Torvalds | 2006-12-06 | 2 | -2/+2 |
* | | [PATCH] Remove 'volatile' from spinlock_types | Art Haas | 2006-12-06 | 2 | -4/+4 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2006-12-06 | 38 | -1913/+869 |
|\ \ |
|
| * | | sh: sh775x/titan fixes for irq header changes. | Jamie Lenehan | 2006-12-06 | 2 | -33/+31 |
| * | | sh: Fixup pte_mkhuge() build failure. | Paul Mundt | 2006-12-06 | 1 | -0/+8 |
| * | | sh: stacktrace/lockdep/irqflags tracing support. | Paul Mundt | 2006-12-06 | 3 | -101/+150 |
| * | | sh: Fixup movli.l/movco.l atomic ops for gcc4. | Paul Mundt | 2006-12-06 | 1 | -24/+24 |
| * | | sh: dyntick infrastructure. | Paul Mundt | 2006-12-06 | 1 | -0/+21 |
| * | | sh: Clock framework tidying. | Paul Mundt | 2006-12-06 | 1 | -10/+2 |