aboutsummaryrefslogtreecommitdiffstats
path: root/lib/extable.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-07[PATCH] node-aware skb allocationChristoph Hellwig2-8/+10
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig3-0/+24
2006-12-07[PATCH] leak tracking for kmalloc_nodeChristoph Hellwig2-13/+65
2006-12-07[PATCH] Always print out the header line in /proc/swapsSuleiman Souhlal1-5/+17
2006-12-07[PATCH] OOM can panic due to processes stuck in __alloc_pages()Kirill Korotaev1-1/+1
2006-12-07[PATCH] mlock cleanupRik Bobbaers1-1/+1
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4
2006-12-07[PATCH] Fix kunmap_atomic's use of kpte_clear_flush()Jeremy Fitzhardinge1-10/+8
2006-12-07[PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra2-5/+13
2006-12-07[PATCH] mm: pagefault_{disable,enable}()Peter Zijlstra17-62/+88
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra8-8/+8
2006-12-07[PATCH] mm: add noaliencache boot option to disable numa alien cachesPaul Menage2-9/+33
2006-12-07[PATCH] mm: slab: eliminate lock_cpu_hotplug from slabRavikiran G Thirumalai1-19/+21
2006-12-07[PATCH] slab debug and ARCH_SLAB_MINALIGN don't get alongKevin Hilman1-6/+11
2006-12-07[PATCH] htlb forget rss with pt sharingChen, Kenneth W1-8/+0
2006-12-07[PATCH] shared page table for hugetlb pageChen, Kenneth W8-1/+144
2006-12-07[PATCH] balance_pdgat() cleanupAndrew Morton1-3/+4
2006-12-07[PATCH] mm: add arch_alloc_pageNick Piggin2-0/+5
2006-12-07[PATCH] new scheme to preempt swap tokenAshwin Chaugule5-86/+63
2006-12-07[PATCH] grab swap token reorderedAshwin Chaugule2-2/+1
2006-12-07[PATCH] mm: incorrect VM_FAULT_OOM returns from driversNick Piggin4-12/+12
2006-12-07[PATCH] oom: less memdieNick Piggin1-2/+3
2006-12-07[PATCH] oom: cleanup messagesNick Piggin1-14/+13
2006-12-07[PATCH] oom: don't kill unkillable children or siblingsNick Piggin1-2/+11
2006-12-07[PATCH] memory page_alloc zonelist caching reorder structurePaul Jackson1-1/+1
2006-12-07[PATCH] memory page_alloc zonelist caching speedupPaul Jackson4-12/+265