summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2009-06-11kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas
2009-05-18mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu
2009-05-06nommu: clamp zone_batchsize() to 0 under NOMMU conditionsDavid Howells
2009-05-06mm: use roundown_pow_of_two() in zone_batchsize()David Howells
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-01vmscan: fix it to take care of nodemaskKAMEZAWA Hiroyuki
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro
2009-03-31Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-30trivial: Fix dubious bitwise 'or' usage spotted by sparse.Alexey Zaytsev
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell
2009-02-18mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins
2009-01-06badpage: keep any bad page out of circulationHugh Dickins
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins
2009-01-06mm: make setup_per_zone_inactive_ratio() staticKOSAKI Motohiro
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmemJulia Lawall
2009-01-06mm: print out memmap number only if it is not zeroYinghai Lu
2008-11-12cpusets: update mems allowed in page allocatorDavid Rientjes
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki
2008-10-20setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer
2008-10-20mm: print out meminit for memmapYinghai Lu
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-20define page_file_cache() functionRik van Riel
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter
2008-10-16mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enumAndrew Morton
2008-10-02mm: handle initialising compound pages at orders greater than MAX_ORDERAndy Whitcroft
2008-09-02mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_...Marcin Slusarz
2008-09-02mm: make setup_zone_migrate_reserve() aware of overlapping nodesAdam Litke
2008-08-12page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich
2008-07-30mm: remove find_max_pfn_with_active_regionsYinghai Lu
2008-07-28stop_machine: Wean existing callers off stop_machine_run()Rusty Russell
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto
2008-07-24mm/page_alloc.c: cleanupsAdrian Bunk
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi
2008-07-24mm: export prep_compound_page to mmAndi Kleen