summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorLines
2008-11-12cpusets: update mems allowed in page allocatorDavid Rientjes-0/+4
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft-7/+21
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki-9/+3
2008-10-20setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer-2/+2
2008-10-20mm: print out meminit for memmapYinghai Lu-4/+3
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn-0/+1
2008-10-20mlock: mlocked pages are unevictableNick Piggin-1/+5
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn-2/+16
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel-0/+41
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel-7/+18
2008-10-20define page_file_cache() functionRik van Riel-0/+2
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter-4/+5
2008-10-16mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enumAndrew Morton-1/+1
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft-5/+8
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Marcin Slusarz-1/+1
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke-0/+7
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich-1/+1
2008-07-30mm: remove find_max_pfn_with_active_regionsYinghai Lu-17/+0
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell-2/+2
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto-1/+1
2008-07-24mm/page_alloc.c: cleanupsAdrian Bunk-12/+13
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi-0/+53
2008-07-24mm: export prep_compound_page to mmAndi Kleen-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner-5/+6
2008-07-24buddy: clarify comments describing buddy mergeAndy Whitcroft-1/+2
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro-17/+2
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner-3/+1
2008-07-24mm: print out the zonelists on request for manual verificationMel Gorman-0/+1
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman-0/+2
2008-07-24mm: verify the page links and memory modelMel Gorman-0/+8
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman-9/+13
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar-1/+1
2008-07-08mm, generic, x86 boot: more tweaks to hex prints of some pfn addressesPaul Jackson-3/+3
2008-07-08x86 boot: more consistently use type int for node idsPaul Jackson-2/+2
2008-07-08x86 boot: show pfn addresses in hex not decimal in some kernel info printksPaul Jackson-3/+3
2008-07-08RFC x86: try to remove arch_get_ram_rangeYinghai Lu-3/+7
2008-07-08x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu-0/+8
2008-07-08x86: replace shrink_active_range() with remove_active_range()Yinghai Lu-6/+23
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar-34/+9
2008-07-03Do not overwrite nr_zones on !NUMA when initialising zlcache_ptrMel Gorman-1/+0
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe-1/+1
2008-06-10mm, x86: shrink_active_range() should check allYinghai Lu-10/+34
2008-06-09mm: Minor clean-up of page flags in mm/page_alloc.cRuss Anderson-31/+3
2008-06-03x86, numa, 32-bit: print out debug info on all kvasYinghai Lu-0/+5
2008-05-24memory hotplug: fix early allocation handlingHeiko Carstens-1/+1
2008-05-24zonelists: handle a node zonelist with no applicable entriesAndy Whitcroft-0/+3
2008-05-24mm: don't drop a partial page in a zone's memory map sizeJohannes Weiner-1/+2
2008-05-14memory_hotplug: always initialize pageblock bitmapHeiko Carstens-2/+1
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner-2/+8
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan-5/+17