| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] fuse: add DESTROY operation | Miklos Szeredi | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] fuse: add bmap support | Miklos Szeredi | 2006-12-07 | 1 | -0/+11 |
* | [PATCH] fuse: update userspace interface to version 7.8 | Miklos Szeredi | 2006-12-07 | 1 | -3/+9 |
* | [PATCH] constify inode accessors | Jan Engelhardt | 2006-12-07 | 1 | -3/+3 |
* | [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets | Peter Zijlstra | 2006-12-07 | 1 | -0/+19 |
* | [PATCH] serial uartlite driver | Peter Korsgaard | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] cciss: add support for 1024 logical volumes | Mike Miller | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] fix v850 compilation | Adrian Bunk | 2006-12-07 | 1 | -2/+0 |
* | [PATCH] Support for freezeable workqueues | Rafael J. Wysocki | 2006-12-07 | 1 | -3/+5 |
* | [PATCH] swsusp: Untangle thaw_processes | Rafael J. Wysocki | 2006-12-07 | 1 | -5/+1 |
* | [PATCH] swsusp: Support i386 systems with PAE or without PSE | Rafael J. Wysocki | 2006-12-07 | 1 | -12/+1 |
* | [PATCH] swsusp: thaw userspace and kernel space separately | Nigel Cunningham | 2006-12-07 | 1 | -1/+8 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 2 | -81/+84 |
* | [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 |