summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-265-8/+7
* [PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter2006-09-261-4/+4
* [PATCH] oom-kill: update comments to reflect current codeRam Gupta2006-09-261-3/+3
* [PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter2006-09-261-5/+12
* [PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2006-09-262-21/+54
* [PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter2006-09-267-22/+18
* [PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2006-09-262-3/+3
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-264-170/+130
* [PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter2006-09-262-1/+7
* [PATCH] Optimize free_one_pageChristoph Lameter2006-09-261-3/+5
* [PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B2006-09-261-9/+14
* [PATCH] Define easier to handle GFP_THISNODEChristoph Lameter2006-09-261-3/+1
* [PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter2006-09-261-8/+10
* [PATCH] sys_move_pages: Do not fall back to other nodesChristoph Lameter2006-09-261-1/+3
* [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset...Christoph Lameter2006-09-262-1/+4
* [PATCH] slab: fix lockdep warningsRavikiran G Thirumalai2006-09-261-14/+43
* [PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter2006-09-261-18/+17
* [PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroyChristoph Lameter2006-09-261-16/+22
* [PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig2006-09-261-2/+2
* [PATCH] update some mm/ commentsNick Piggin2006-09-261-4/+4
* [PATCH] Add some comments to slab.cRavikiran G Thirumalai2006-09-261-2/+27
* [PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens2006-09-261-3/+8
* [PATCH] oom: more printkNick Piggin2006-09-261-2/+3
* [PATCH] oom: kthread infinite loop fixNick Piggin2006-09-261-0/+3
* [PATCH] oom: swapoff tasks tweakNick Piggin2006-09-261-2/+6
* [PATCH] oom: handle oom_disable exitingNick Piggin2006-09-261-2/+2
* [PATCH] oom: handle current exitingNick Piggin2006-09-261-4/+31
* [PATCH] oom: cpuset hintNick Piggin2006-09-261-3/+8
* [PATCH] oom: reclaim_mapped on oomNick Piggin2006-09-261-1/+10
* [PATCH] oom: use unreclaimable infoNick Piggin2006-09-261-0/+8
* [PATCH] mm: swap write failure fixupPeter Zijlstra2006-09-261-1/+20
* [PATCH] slab: respect architecture and caller mandated alignmentPekka Enberg2006-09-261-9/+16
* [PATCH] mm: non syncing lock_page()Nick Piggin2006-09-262-1/+18
* [PATCH] mm: remove_mapping() safenessNick Piggin2006-09-261-3/+3
* [PATCH] Add kerneldocs for some functions in mm/memory.cRolf Eike Beer2006-09-261-7/+27
* [PATCH] CPU hotplug compatible alloc_percpu()Martin Peschke2006-09-261-57/+109
* [PATCH] out of memory notifierMartin Schwidefsky2006-09-261-0/+22
* [PATCH] linearly index zone->node_zonelists[]Christoph Lameter2006-09-262-17/+12
* [PATCH] Apply type enum zone_typeChristoph Lameter2006-09-262-13/+25
* [PATCH] mempolicies: fix policy_zone checkChristoph Lameter2006-09-262-17/+1
* [PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zonesChristoph Lameter2006-09-261-23/+20
* [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-261-0/+6
* [PATCH] reduce MAX_NR_ZONES: make ZONE_DMA32 optionalChristoph Lameter2006-09-261-0/+6
* [PATCH] reduce MAX_NR_ZONES: use enum to define zones, reformat and commentChristoph Lameter2006-09-261-6/+18
* [PATCH] reduce MAX_NR_ZONES: page allocator ZONE_HIGHMEM cleanupChristoph Lameter2006-09-261-10/+7
* [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-263-15/+14
* [PATCH] reduce MAX_NR_ZONES: make display of highmem counters conditional on ...Christoph Lameter2006-09-261-4/+0
* [PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu2006-09-261-37/+44
* [PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu2006-09-261-37/+45
* [PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu2006-09-261-7/+3