summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2006-09-27[PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter
2006-09-27[PATCH] Condense output of show_free_areas()Jes Sorensen
2006-09-27[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter
2006-09-27[PATCH] page invalidation cleanupNick Piggin
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki
2006-09-26[PATCH] swsusp: read speedupAndrew Morton
2006-09-26[PATCH] swsusp: write speedupAndrew Morton
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter
2006-09-26[PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter
2006-09-26[PATCH] oom-kill: update comments to reflect current codeRam Gupta
2006-09-26[PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter
2006-09-26[PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter
2006-09-26[PATCH] Optimize free_one_pageChristoph Lameter
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