aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2006-09-26[PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter
2006-09-26[PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter
2006-09-26[PATCH] sys_move_pages: Do not fall back to other nodesChristoph Lameter
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter
2006-09-26[PATCH] slab: fix lockdep warningsRavikiran G Thirumalai
2006-09-26[PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter
2006-09-26[PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroyChristoph Lameter
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig
2006-09-26[PATCH] update some mm/ commentsNick Piggin
2006-09-26[PATCH] Add some comments to slab.cRavikiran G Thirumalai
2006-09-26[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens
2006-09-26[PATCH] oom: more printkNick Piggin
2006-09-26[PATCH] oom: kthread infinite loop fixNick Piggin
2006-09-26[PATCH] oom: swapoff tasks tweakNick Piggin
2006-09-26[PATCH] oom: handle oom_disable exitingNick Piggin
2006-09-26[PATCH] oom: handle current exitingNick Piggin
2006-09-26[PATCH] oom: cpuset hintNick Piggin
2006-09-26[PATCH] oom: reclaim_mapped on oomNick Piggin
2006-09-26[PATCH] oom: use unreclaimable infoNick Piggin
2006-09-26[PATCH] mm: swap write failure fixupPeter Zijlstra
2006-09-26[PATCH] slab: respect architecture and caller mandated alignmentPekka Enberg
2006-09-26[PATCH] mm: non syncing lock_page()Nick Piggin
2006-09-26[PATCH] mm: remove_mapping() safenessNick Piggin
2006-09-26[PATCH] Add kerneldocs for some functions in mm/memory.cRolf Eike Beer
2006-09-26[PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke
2006-09-26[PATCH] out of memory notifierMartin Schwidefsky
2006-09-26[PATCH] linearly index zone->node_zonelists[]Christoph Lameter
2006-09-26[PATCH] Apply type enum zone_typeChristoph Lameter
2006-09-26[PATCH] mempolicies: fix policy_zone checkChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanupChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter
2006-09-26[PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu
2006-09-26[PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu
2006-09-26[PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu
2006-09-26[PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu
2006-09-26[PATCH] bootmem: mark link_bootmem() as part of the __init sectionFranck Bui-Huu
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk
2006-09-26[PATCH] mm: msync() cleanupPeter Zijlstra
2006-09-26[PATCH] mm: fixup do_wp_page()Peter Zijlstra
2006-09-26[PATCH] mm: small cleanup of install_page()Peter Zijlstra
2006-09-26[PATCH] mm: optimize the new mprotect() code a bitPeter Zijlstra
2006-09-26[PATCH] mm: balance dirty pagesPeter Zijlstra
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin