summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] swsusp: fix platform modeStefan Seyfried2006-12-071-0/+22
* [PATCH] swsusp: use __GFP_WAITRafael J. Wysocki2006-12-071-3/+3
* [PATCH] swsusp: Improve handling of highmemRafael J. Wysocki2006-12-077-242/+680
* [PATCH] swsusp: update userland interface documentationRafael J. Wysocki2006-12-072-19/+63
* [PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki2006-12-072-1/+44
* [PATCH] swsusp: document support for swap filesRafael J. Wysocki2006-12-073-13/+65
* [PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki2006-12-073-5/+26
* [PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki2006-12-077-119/+98
* [PATCH] swsusp: rearrange swap-handling codeRafael J. Wysocki2006-12-071-109/+112
* [PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki2006-12-074-16/+31
* [PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried2006-12-072-1/+34
* [PATCH] alpha: switch to pci_get APIAlan Cox2006-12-073-5/+10
* [PATCH] h8300 stray bracket fixMariusz Kozlowski2006-12-071-1/+1
* [PATCH] avr32: fixup kprobes preemption handlingPaul Mundt2006-12-071-0/+1
* [PATCH] arch/frv/kernel/futex.c must #include <linux/uaccess.h>Adrian Bunk2006-12-071-1/+1
* [PATCH] security/keys/*: user kmemdup()Eric Sesterhenn2006-12-072-6/+2
* [PATCH] radix-tree: RCU lockless readsideNick Piggin2006-12-073-107/+340
* [PATCH] Save some bytes in struct mm_structArnaldo Carvalho de Melo2006-12-071-1/+2
* [PATCH] mm: make compound page destructor handling explicitAndy Whitcroft2006-12-074-4/+22
* [PATCH] slab: better fallback allocation behaviorChristoph Lameter2006-12-071-22/+57
* [PATCH] GFP_THISNODE must not trigger global reclaimChristoph Lameter2006-12-071-0/+11
* [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter2006-12-071-12/+28
* [PATCH] slab: deprecate kmem_cache_tAndrew Morton2006-12-071-8/+9
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07189-332/+332
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-076-11/+8
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07114-165/+164
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-0755-108/+107
* [PATCH] slab: remove SLAB_USERChristoph Lameter2006-12-073-4/+3
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-0715-18/+17
* [PATCH] slab: remove SLAB_NOIOChristoph Lameter2006-12-072-2/+1
* [PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter2006-12-072-4/+2
* [PATCH] slab: remove SLAB_NO_GROWChristoph Lameter2006-12-072-4/+2
* [PATCH] kill install_file_pte's pte_valHugh Dickins2006-12-071-2/+0
* [PATCH] mm: cleanup indentation on switch for CPU operationsAndy Whitcroft2006-12-072-17/+17
* [PATCH] reject corrupt swapfiles earlierEric Sandeen2006-12-071-6/+5
* [PATCH] silence unused pgdat warning from alloc_bootmem_node and friendsAndy Whitcroft2006-12-071-7/+20
* [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft2006-12-075-7/+7
* [PATCH] drain_node_page(): Drain pages in batch unitsChristoph Lameter2006-12-071-2/+8
* [PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.hChristoph Lameter2006-12-071-15/+18
* [PATCH] Move names_cachep to linux/fs.hChristoph Lameter2006-12-072-3/+2
* [PATCH] Move fs_cachep to linux/fs_struct.hChristoph Lameter2006-12-072-1/+2
* [PATCH] Move filep_cachep to include/file.hChristoph Lameter2006-12-072-1/+2
* [PATCH] Move files_cachep to include/file.hChristoph Lameter2006-12-072-1/+2
* [PATCH] Move vm_area_cachep to include/mm.hChristoph Lameter2006-12-072-1/+2
* [PATCH] Move sighand_cachep to include/signal.hChristoph Lameter2006-12-072-1/+2
* [PATCH] Remove bio_cachep from slab.hChristoph Lameter2006-12-071-1/+0
* [PATCH] make mm/thrash.c:global_faults staticAdrian Bunk2006-12-071-1/+1
* [PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft2006-12-071-0/+4
* [PATCH] Allow NULL pointers in percpu_freeAlan Stern2006-12-074-14/+10
* [PATCH] node-aware skb allocationChristoph Hellwig2006-12-072-8/+10