aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-30mm: remove find_max_pfn_with_active_regionsYinghai Lu1-17/+0
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell1-2/+2
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto1-1/+1
2008-07-24mm/page_alloc.c: cleanupsAdrian Bunk1-12/+13
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi1-0/+53
2008-07-24mm: export prep_compound_page to mmAndi Kleen1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-5/+6
2008-07-24buddy: clarify comments describing buddy mergeAndy Whitcroft1-1/+2
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro1-17/+2
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-07-24mm: print out the zonelists on request for manual verificationMel Gorman1-0/+1
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman1-0/+2
2008-07-24mm: verify the page links and memory modelMel Gorman1-0/+8
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman1-9/+13
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson1-3/+3
2008-07-08x86 boot: more consistently use type int for node idsPaul Jackson1-2/+2
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson1-3/+3
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu1-3/+7
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu1-0/+8
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu1-6/+23
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar1-34/+9
2008-07-03Do not overwrite nr_zones on !NUMA when initialising zlcache_ptrMel Gorman1-1/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-06-10mm, x86: shrink_active_range() should check allYinghai Lu1-10/+34
2008-06-09mm: Minor clean-up of page flags in mm/page_alloc.cRuss Anderson1-31/+3
2008-06-03x86, numa, 32-bit: print out debug info on all kvasYinghai Lu1-0/+5
2008-05-24memory hotplug: fix early allocation handlingHeiko Carstens1-1/+1
2008-05-24zonelists: handle a node zonelist with no applicable entriesAndy Whitcroft1-0/+3
2008-05-24mm: don't drop a partial page in a zone's memory map sizeJohannes Weiner1-1/+2
2008-05-14memory_hotplug: always initialize pageblock bitmapHeiko Carstens1-2/+1
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner1-2/+8
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan1-5/+17
2008-04-29mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan1-2/+3
2008-04-29mm: fix usemap initializationKAMEZAWA Hiroyuki1-2/+12
2008-04-28mm/page_alloc.c: remove hand-coded get_order()Pavel Machek1-3/+1
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto1-1/+1
2008-04-28pageflags: eliminate PG_xxx aliasesChristoph Lameter1-1/+1
2008-04-28mm/page_alloc.c: fix indentationS.Caglar Onur1-1/+1
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-14/+36
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-30/+38
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-97/+73
2008-04-28mm: remember what the preferred zone is for zone_statisticsMel Gorman1-4/+5
2008-04-28mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman1-2/+1
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman1-1/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-3/+3
2008-03-04memcg: bad page if page_cgroup when freeHugh Dickins1-6/+12
2008-03-04zlc_setup(): handle jiffies wraparoundKOSAKI Motohiro1-1/+2
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum1-2/+2
2008-02-08misc: removal of final callers using fastcallHarvey Harrison1-1/+1