aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro1-21/+5
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-3/+20
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-1/+7
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+5
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro1-4/+4
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro1-13/+0
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins1-5/+4
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins1-1/+25
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins1-0/+4
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins1-8/+8
2009-01-06badpage: keep any bad page out of circulationHugh Dickins1-28/+24
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins1-13/+6
2009-01-06mm: make setup_per_zone_inactive_ratio() staticKOSAKI Motohiro1-1/+1
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins1-1/+0
2009-01-06mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmemJulia Lawall1-3/+1
2009-01-06mm: print out memmap number only if it is not zeroYinghai Lu1-3/+4
2008-11-12cpusets: update mems allowed in page allocatorDavid Rientjes1-0/+4
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft1-7/+21
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki1-9/+3
2008-10-20setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer1-2/+2
2008-10-20mm: print out meminit for memmapYinghai Lu1-4/+3
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn1-0/+1
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-1/+5
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn1-2/+16
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel1-0/+41
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-7/+18
2008-10-20define page_file_cache() functionRik van Riel1-0/+2
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-4/+5
2008-10-16mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enumAndrew Morton1-1/+1
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft1-5/+8
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_dataMarcin Slusarz1-1/+1
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke1-0/+7
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash()Jan Beulich1-1/+1
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