summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft2008-10-021-5/+8
* mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Marcin Slusarz2008-09-021-1/+1
* mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke2008-09-021-0/+7
* page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich2008-08-121-1/+1
* mm: remove find_max_pfn_with_active_regionsYinghai Lu2008-07-301-17/+0
* stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-2/+2
* memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto2008-07-241-1/+1
* mm/page_alloc.c: cleanupsAdrian Bunk2008-07-241-12/+13
* mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi2008-07-241-0/+53
* mm: export prep_compound_page to mmAndi Kleen2008-07-241-1/+1
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-5/+6
* buddy: clarify comments describing buddy mergeAndy Whitcroft2008-07-241-1/+2
* page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro2008-07-241-17/+2
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-3/+1
* mm: print out the zonelists on request for manual verificationMel Gorman2008-07-241-0/+1
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-241-0/+2
* mm: verify the page links and memory modelMel Gorman2008-07-241-0/+8
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-241-9/+13
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* | mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson2008-07-081-3/+3
* | x86 boot: more consistently use type int for node idsPaul Jackson2008-07-081-2/+2
* | x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson2008-07-081-3/+3
* | RFC x86: try to remove arch_get_ram_rangeYinghai Lu2008-07-081-3/+7
* | x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu2008-07-081-0/+8
* | x86: replace shrink_active_range() with remove_active_range()Yinghai Lu2008-07-081-6/+23
* | Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-081-34/+9
|\ \
| * | Do not overwrite nr_zones on !NUMA when initialising zlcache_ptrMel Gorman2008-07-031-1/+0
| |/
| * mm: Minor clean-up of page flags in mm/page_alloc.cRuss Anderson2008-06-091-31/+3
| * memory hotplug: fix early allocation handlingHeiko Carstens2008-05-241-1/+1
| * zonelists: handle a node zonelist with no applicable entriesAndy Whitcroft2008-05-241-0/+3
| * mm: don't drop a partial page in a zone's memory map sizeJohannes Weiner2008-05-241-1/+2
* | mm, x86: shrink_active_range() should check allYinghai Lu2008-06-101-10/+34
* | x86, numa, 32-bit: print out debug info on all kvasYinghai Lu2008-06-031-0/+5
|/
* memory_hotplug: always initialize pageblock bitmapHeiko Carstens2008-05-141-2/+1
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-301-2/+8
* page allocator: smarter retry of costly-order allocationsNishanth Aravamudan2008-04-291-5/+17
* mm: fix misleading __GFP_REPEAT related commentsNishanth Aravamudan2008-04-291-2/+3
* mm: fix usemap initializationKAMEZAWA Hiroyuki2008-04-291-2/+12
* mm/page_alloc.c: remove hand-coded get_order()Pavel Machek2008-04-281-3/+1
* memory hotplug: free memmaps allocated by bootmemYasunori Goto2008-04-281-1/+1
* pageflags: eliminate PG_xxx aliasesChristoph Lameter2008-04-281-1/+1
* mm/page_alloc.c: fix indentationS.Caglar Onur2008-04-281-1/+1
* mm: filter based on a nodemask as well as a gfp_maskMel Gorman2008-04-281-14/+36
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-281-30/+38
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-281-97/+73
* mm: remember what the preferred zone is for zone_statisticsMel Gorman2008-04-281-4/+5
* mm: introduce node_zonelist() for accessing the zonelist for a GFP maskMel Gorman2008-04-281-2/+1
* mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2008-04-281-1/+1
* nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-191-3/+3