aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16mm/vmstat.c: cleanupsAdrian Bunk1-18/+1
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk1-10/+18
2007-10-16mm/shmem.c: make 3 functions staticAdrian Bunk1-5/+5
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke1-2/+11
2007-10-16hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan1-20/+43
2007-10-16hugetlb: fix pool resizing corner caseAdam Litke1-5/+4
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke1-0/+5
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke1-23/+132
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke1-14/+125
2007-10-16hugetlb: Move update_and_free_pageAdam Litke1-15/+15
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto2-4/+23
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-0/+6
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki3-0/+306
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki3-1/+183
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki1-26/+19
2007-10-16Breakout page_order() to internal.h to avoid special knowledge of the buddy allocatorMel Gorman2-10/+10
2007-10-16slub: list_locations() can use GFP_TEMPORARYAndrew Morton1-1/+1
2007-10-16SLUB: Optimize cacheline use for zeroingChristoph Lameter1-2/+12
2007-10-16SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter1-14/+154
2007-10-16SLUB: Avoid touching page struct when freeing to per cpu slabChristoph Lameter1-5/+9
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter1-41/+11
2007-10-16SLUB: Do not use page->mappingChristoph Lameter1-2/+0
2007-10-16SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter1-74/+116
2007-10-16mm/page_alloc.c: make code staticAdrian Bunk1-2/+2
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfoMel Gorman2-101/+205
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman1-20/+47
2007-10-16Fix calculation in move_freepages_block for counting pagesMel Gorman1-4/+4
2007-10-16don't group high order atomic allocationsMel Gorman1-30/+7
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman1-40/+2
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocksMel Gorman1-28/+110
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman1-3/+51
2007-10-16Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallbackMel Gorman1-3/+15
2007-10-16Bias the placement of kernel pages at lower PFNsMel Gorman1-0/+20
2007-10-16Do not group pages by mobility type on low memory systemsMel Gorman1-1/+23
2007-10-16Group high-order atomic allocationsMel Gorman1-6/+30
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman4-5/+14
2007-10-16Move free pages between lists on stealMel Gorman1-3/+71
2007-10-16Drain per-cpu lists when high-order allocations failMel Gorman1-1/+27
2007-10-16Add a configure option to group pages by mobilityMel Gorman1-14/+37
2007-10-16Choose pages from the per-cpu list based on migration typeMel Gorman1-4/+24
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman1-24/+117
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman1-0/+111
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki5-12/+1
2007-10-16flush cache before installing new page at migratonKAMEZAWA Hiroyuki1-0/+1
2007-10-16make swappiness safer to useAndrea Arcangeli1-0/+41
2007-10-16Categorize GFP flagsChristoph Lameter3-8/+10
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto1-1/+3
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn4-38/+50
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter1-5/+23
2007-10-16Memoryless nodes: drop one memoryless node boot warningChristoph Lameter1-3/+1