summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells2006-09-271-5/+9
* [PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells2006-09-271-17/+46
* [PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells2006-09-271-32/+72
* [PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells2006-09-271-2/+2
* [PATCH] NOMMU: Check VMA protectionsDavid Howells2006-09-271-5/+25
* [PATCH] Check if start address is in vma region in NOMMU function get_user_pa...Sonic Zhang2006-09-271-2/+6
* [PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells2006-09-271-8/+3Star
* [PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2006-09-272-0/+100
* [PATCH] Mark __remove_vm_area() staticRolf Eike Beer2006-09-271-1/+1
* [PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer2006-09-271-20/+8Star
* [PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap2006-09-271-1/+1
* [PATCH] do_no_pfn()Jes Sorensen2006-09-271-5/+59
* [PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter2006-09-271-1/+1
* [PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter2006-09-271-0/+3
* [PATCH] Add node to zone for the NUMA caseChristoph Lameter2006-09-271-0/+1
* [PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2006-09-272-30/+81
* [PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter2006-09-271-7/+5Star
* [PATCH] Condense output of show_free_areas()Jes Sorensen2006-09-271-19/+17Star
* [PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_nod...Christoph Lameter2006-09-271-10/+9Star
* [PATCH] page invalidation cleanupNick Piggin2006-09-272-21/+31
* [PATCH] vm: add per-zone writeout counterAndrew Morton2006-09-272-1/+3
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-271-0/+67
* [PATCH] Account for holes that are outside the range of physical memoryMel Gorman2006-09-271-3/+19
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-271-1/+59
* [PATCH] Introduce mechanism for registering active regions of memoryMel Gorman2006-09-271-24/+528
* [PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2006-09-272-6/+3Star
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1Star
* [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-261-8/+16
* [PATCH] swsusp: read speedupAndrew Morton2006-09-261-1/+1
* [PATCH] swsusp: write speedupAndrew Morton2006-09-261-6/+19
* [PATCH] NUMA: Add zone_to_nid functionChristoph Lameter2006-09-265-8/+7Star
* [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/+18Star
* [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/+130Star
* [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/+1Star
* [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/+17Star
* [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