aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] NOMMU: Make futexes work under NOMMU conditionsDavid Howells1-5/+9
2006-09-27[PATCH] NOMMU: Make mremap() partially work for NOMMU kernelsDavid Howells1-17/+46
2006-09-27[PATCH] NOMMU: Order the per-mm_struct VMA listDavid Howells1-32/+72
2006-09-27[PATCH] NOMMU: Permit ptrace to ignore non-PROT_WRITE VMAs in NOMMU modeDavid Howells1-2/+2
2006-09-27[PATCH] NOMMU: Check VMA protectionsDavid Howells1-5/+25
2006-09-27[PATCH] Check if start address is in vma region in NOMMU function get_user_pages()Sonic Zhang1-2/+6
2006-09-27[PATCH] NOMMU: Use find_vma() rather than reimplementing a VMA searchDavid Howells1-8/+3
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells2-0/+100
2006-09-27[PATCH] Mark __remove_vm_area() staticRolf Eike Beer1-1/+1
2006-09-27[PATCH] Fix kerneldoc comments in mm/vmalloc.cRolf Eike Beer1-20/+8
2006-09-27[PATCH] mm/page_alloc: use NULL instead of 0 for ptrRandy Dunlap1-1/+1
2006-09-27[PATCH] do_no_pfn()Jes Sorensen1-5/+59
2006-09-27[PATCH] zone_statistics: Use hot node instead of cold zone_pgdatChristoph Lameter1-1/+1
2006-09-27[PATCH] Do not allocate pagesets for unpopulated zones.Christoph Lameter1-0/+3
2006-09-27[PATCH] Add node to zone for the NUMA caseChristoph Lameter1-0/+1
2006-09-27[PATCH] GFP_THISNODE for the slab allocatorChristoph Lameter2-30/+81
2006-09-27[PATCH] Add NUMA_BUILD definition in kernel.h to avoid #ifdef CONFIG_NUMAChristoph Lameter1-7/+5
2006-09-27[PATCH] Condense output of show_free_areas()Jes Sorensen1-19/+17
2006-09-27[PATCH] slab: fix kmalloc_node applying memory policies if nodeid == numa_node_id()Christoph Lameter1-10/+9
2006-09-27[PATCH] page invalidation cleanupNick Piggin2-21/+31
2006-09-27[PATCH] vm: add per-zone writeout counterAndrew Morton2-1/+3
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+67
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman1-3/+19
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-1/+59
2006-09-27[PATCH] Introduce mechanism for registering active regions of memoryMel Gorman1-24/+528
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan2-6/+3
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-2/+1
2006-09-26[PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki1-8/+16
2006-09-26[PATCH] swsusp: read speedupAndrew Morton1-1/+1
2006-09-26[PATCH] swsusp: write speedupAndrew Morton1-6/+19
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter5-8/+7
2006-09-26[PATCH] Hugepages: Use page_to_nid rather than traversing zone pointersChristoph Lameter1-4/+4
2006-09-26[PATCH] oom-kill: update comments to reflect current codeRam Gupta1-3/+3
2006-09-26[PATCH] zone reclaim with slab: avoid unecessary off node allocationsChristoph Lameter1-5/+12
2006-09-26[PATCH] zone_reclaim: dynamic slab reclaimChristoph Lameter2-21/+54
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter7-22/+18
2006-09-26[PATCH] Replace min_unmapped_ratio by min_unmapped_pages in struct zoneChristoph Lameter2-3/+3
2006-09-26[PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter4-170/+130
2006-09-26[PATCH] mm: do not check unpopulated zones for draining and counter updatesChristoph Lameter2-1/+7
2006-09-26[PATCH] Optimize free_one_pageChristoph Lameter1-3/+5
2006-09-26[PATCH] fix potential stack overflow in mm/slab.cSiddha, Suresh B1-9/+14
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter1-3/+1
2006-09-26[PATCH] Cleanup: Add zone pointer to get_page_from_freelistChristoph Lameter1-8/+10
2006-09-26[PATCH] sys_move_pages: Do not fall back to other nodesChristoph Lameter1-1/+3
2006-09-26[PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictionsChristoph Lameter2-1/+4
2006-09-26[PATCH] slab: fix lockdep warningsRavikiran G Thirumalai1-14/+43
2006-09-26[PATCH] slab: do not panic when alloc_kmemlist fails and slab is upChristoph Lameter1-18/+17
2006-09-26[PATCH] slab: extract __kmem_cache_destroy from kmem_cache_destroyChristoph Lameter1-16/+22
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig1-2/+2