aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham25-9/+26
2006-12-07[PATCH] swsusp: fix platform modeStefan Seyfried1-0/+22
2006-12-07[PATCH] swsusp: use __GFP_WAITRafael J. Wysocki1-3/+3
2006-12-07[PATCH] swsusp: Improve handling of highmemRafael J. Wysocki7-242/+680
2006-12-07[PATCH] swsusp: update userland interface documentationRafael J. Wysocki2-19/+63
2006-12-07[PATCH] swsusp: add ioctl for swap files supportRafael J. Wysocki2-1/+44
2006-12-07[PATCH] swsusp: document support for swap filesRafael J. Wysocki3-13/+65
2006-12-07[PATCH] swsusp: add resume_offset command line parameterRafael J. Wysocki3-5/+26
2006-12-07[PATCH] swsusp: use block device offsets to identify swap locationsRafael J. Wysocki7-119/+98
2006-12-07[PATCH] swsusp: rearrange swap-handling codeRafael J. Wysocki1-109/+112
2006-12-07[PATCH] swsusp: use partition device and offset to identify swap areasRafael J. Wysocki4-16/+31
2006-12-07[PATCH] uswsusp: add pmops->{prepare,enter,finish} support (aka "platform mode")Stefan Seyfried2-1/+34
2006-12-07[PATCH] alpha: switch to pci_get APIAlan Cox3-5/+10
2006-12-07[PATCH] h8300 stray bracket fixMariusz Kozlowski1-1/+1
2006-12-07[PATCH] avr32: fixup kprobes preemption handlingPaul Mundt1-0/+1
2006-12-07[PATCH] arch/frv/kernel/futex.c must #include <linux/uaccess.h>Adrian Bunk1-1/+1
2006-12-07[PATCH] security/keys/*: user kmemdup()Eric Sesterhenn2-6/+2
2006-12-07[PATCH] radix-tree: RCU lockless readsideNick Piggin3-107/+340
2006-12-07[PATCH] Save some bytes in struct mm_structArnaldo Carvalho de Melo1-1/+2
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft4-4/+22
2006-12-07[PATCH] slab: better fallback allocation behaviorChristoph Lameter1-22/+57
2006-12-07[PATCH] GFP_THISNODE must not trigger global reclaimChristoph Lameter1-0/+11
2006-12-07[PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_nodeChristoph Lameter1-12/+28
2006-12-07[PATCH] slab: deprecate kmem_cache_tAndrew Morton1-8/+9
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter189-332/+332
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter6-11/+8
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter114-165/+164
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter55-108/+107
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter3-4/+3
2006-12-07[PATCH] slab: remove SLAB_NOFSChristoph Lameter15-18/+17
2006-12-07[PATCH] slab: remove SLAB_NOIOChristoph Lameter2-2/+1
2006-12-07[PATCH] slab: remove SLAB_LEVEL_MASKChristoph Lameter2-4/+2
2006-12-07[PATCH] slab: remove SLAB_NO_GROWChristoph Lameter2-4/+2
2006-12-07[PATCH] kill install_file_pte's pte_valHugh Dickins1-2/+0
2006-12-07[PATCH] mm: cleanup indentation on switch for CPU operationsAndy Whitcroft2-17/+17
2006-12-07[PATCH] reject corrupt swapfiles earlierEric Sandeen1-6/+5
2006-12-07[PATCH] silence unused pgdat warning from alloc_bootmem_node and friendsAndy Whitcroft1-7/+20
2006-12-07[PATCH] numa node ids are int, page_to_nid and zone_to_nid should return intAndy Whitcroft5-7/+7
2006-12-07[PATCH] drain_node_page(): Drain pages in batch unitsChristoph Lameter1-2/+8
2006-12-07[PATCH] Remove uses of kmem_cache_t from mm/* and include/linux/slab.hChristoph Lameter1-15/+18
2006-12-07[PATCH] Move names_cachep to linux/fs.hChristoph Lameter2-3/+2
2006-12-07[PATCH] Move fs_cachep to linux/fs_struct.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move filep_cachep to include/file.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move files_cachep to include/file.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move vm_area_cachep to include/mm.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Move sighand_cachep to include/signal.hChristoph Lameter2-1/+2
2006-12-07[PATCH] Remove bio_cachep from slab.hChristoph Lameter1-1/+0
2006-12-07[PATCH] make mm/thrash.c:global_faults staticAdrian Bunk1-1/+1
2006-12-07[PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft1-0/+4
2006-12-07[PATCH] Allow NULL pointers in percpu_freeAlan Stern4-14/+10