serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / mm / page_alloc.c
2012-01-26 Michal Hockomm: fix NULL ptr dereference in __count_immobile_pages
2011-12-09 Michal Hockomm: Ensure that pfn_valid() is called once per pagebloc...
2011-12-09 Youquan Songthp: set compound tail page _count to zero
2011-11-01 Joe Perchesmm: neaten warn_alloc_failed
2011-11-01 Dave Jonesmm: output a list of loaded modules when we hit bad_page()
2011-08-04 Akinobu Mitafault-injection: add ability to export fault_attr in...
2011-07-26 Akinobu Mitafail_page_alloc: simplify debugfs initialization
2011-07-26 Akinobu Mitafault-injection: use debugfs_remove_recursive
2011-07-26 Mel Gormanmm: page allocator: reconsider zones for allocation...
2011-07-26 Mel Gormanmm: page allocator: initialise ZLC for first zone eligi...
2011-07-13 Tejun Heox86, numa: Implement pfn -> nid mapping granularity...
2011-06-01 Linus TorvaldsRevert "mm: fail GFP_DMA allocations when ZONE_DMA...
2011-05-27 KAMEZAWA Hiroyukimemcg: fix get_scan_count() for small targets
2011-05-25 Andrew Barrymm/page_alloc.c: prevent unending loop in __alloc_pages...
2011-05-25 David Rientjesmm: fail GFP_DMA allocations when ZONE_DMA is not confi...
2011-05-25 Arve Hjønnevågmm: check if any page in a pageblock is reserved before...
2011-05-25 Dave Hansenmm: break out page allocation warning code
2011-05-25 Andrea Arcangelimm/compaction: reverse the change that forbade sync...
2011-05-25 KOSAKI Motohiromm, mem-hotplug: update pcp->stat_threshold when memory...
2011-05-25 KOSAKI Motohiromm, mem-hotplug: recalculate lowmem_reserve when memory...
2011-05-25 KOSAKI Motohiromm, mem-hotplug: fix section mismatch. setup_per_zone_i...
2011-05-25 Sergey Senozhatskymm: remove unused zone_idx variable from set_migratetyp...
2011-05-25 David Rientjesarch, mm: filter disallowed nodes from arch specific...
2011-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-20 Linus Torvaldssanitize <linux/prefetch.h> usage
2011-05-17 Randy Dunlapmm: fix kernel-doc warning in page_alloc.c
2011-05-12 Andi Kleenmm: add alloc_pages_exact_nid()
2011-05-12 Yinghai Lumm: use alloc_bootmem_node_nopanic() on really needed...
2011-04-26 Jiri KosinaMerge branch 'master' into for-next
2011-04-14 Paul Mundtmm/page_alloc.c: silence build_all_zonelists() section...
2011-04-10 Nikanth Karthikesanmm: Fix section mismatch for setup_zone_pageset()
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-25 David Rientjeslib, arch: add filter argument to show_mem and fix...
2011-03-24 Daisuke Nishimuramemcg: add memcg sanity checks at allocating and freein...
2011-03-23 Kirill A. Shutemovmm/page_alloc.c: use list_move() instead of list_del...
2011-03-23 Andi Kleenmm: add __GFP_OTHER_NODE flag
2011-03-23 Andrea Arcangelimm: compaction: Use async migration for __GFP_NO_KSWAPD...
2011-03-23 Namhyung Kimmm: batch-free pcp list if possible
2011-03-23 David Rientjesoom: suppress nodes that are not allowed from meminfo...
2011-03-23 David Rientjesoom: suppress show_mem() for many nodes in irq context...
2011-03-23 David Rientjesoom: suppress nodes that are not allowed from meminfo...
2011-03-17 Andrea Arcangelimm: PageBuddy and mapcount robustness
2011-03-15 Ingo MolnarMerge commit 'v2.6.38' into x86/mm
2011-02-26 Yinghai Lumm: Move early_node_map[] reverse scan helpers under...
2011-02-25 Namhyung Kimmm: fix dubious code in __count_immobile_pages()
2011-02-24 Yinghai Lubootmem: Move __alloc_memory_core_early() to nobootmem.c
2011-02-24 Yinghai Lubootmem: Move contig_page_data definition to bootmem...
2011-02-14 Ingo MolnarMerge branch 'linus' into x86/bootmem
2011-01-26 David Rientjesmm: clear pages_scanned only if draining a pcp adds...
2011-01-26 David Rientjesmm: fix deferred congestion timeout if preferred zone...
2011-01-14 Andrew Mortonmm/page_alloc.c: don't cache `current' in a local
2011-01-14 KyongHo Chomm/page_alloc.c: simplify calculation of combined index...
2011-01-14 Andrea Arcangelithp: remove PG_buddy
2011-01-14 Andrea Arcangelithp: don't alloc harder for gfp nomemalloc even if...
2011-01-14 Andrea Arcangelithp: _GFP_NO_KSWAPD
2011-01-14 Andrea Arcangelithp: comment reminder in destroy_compound_page
2011-01-14 Andrea Arcangelithp: clear compound mapping
2011-01-14 Andrea Arcangelithp: fix bad_page to show the real reason the page...
2011-01-14 Volodymyr G. Lukiianykmm: set correct numa_zonelist_order string when configu...
2011-01-14 Mel Gormanmm: kswapd: stop high-order balancing when any suitable...
2011-01-14 Mel Gormanmm: migration: allow migration to operate asynchronousl...
2011-01-14 Mel Gormanmm: vmscan: reclaim order-0 and use compaction instead...
2011-01-14 Mel Gormanmm: page allocator: adjust the per-cpu counter threshol...
2010-12-29 Yinghai Lumemblock: Make find_memory_core_early() find from top...
2010-12-22 Jiri KosinaMerge branch 'master' into for-next
2010-12-06 Rafael J. WysockiPM / Hibernate: Fix memory corruption related to swap
2010-11-28 Jesper JuhlKill off a bunch of warning: ‘inline’ is not at beginni...
2010-11-24 KAMEZAWA Hiroyukimm/page_alloc.c: fix build_all_zonelist() where percpu_...
2010-10-26 Namhyung Kimmm: add casts to/from gfp_t in gfp_to_alloc_flags()
2010-10-26 Mel Gormanwriteback: do not sleep on the congestion queue if...
2010-10-26 KAMEZAWA Hiroyukimemory hotplug: unify is_removable and offline detectio...
2010-10-26 KAMEZAWA Hiroyukimemory hotplug: fix notifier's return value check
2010-10-26 Mel Gormanmm, page-allocator: do not check the state of a non...
2010-10-12 H. Peter AnvinMerge branch 'x86/urgent' into core/memblock
2010-10-08 Ingo MolnarMerge commit 'v2.6.36-rc7' into core/memblock
2010-10-07 Robin Holtmm: alloc_large_system_hash() printk overflow on 16TB...
2010-09-10 Mel Gormanmm: page allocator: drain per-cpu lists after direct...
2010-09-10 Christoph Lametermm: page allocator: calculate a better estimate of...
2010-09-10 Mel Gormanmm: page allocator: update free page counters after...
2010-08-31 Ingo MolnarMerge commit 'v2.6.36-rc3' into x86/memblock
2010-08-27 Yinghai Lux86: Use memblock to replace early_res
2010-08-27 Yinghai Lumemblock: Add find_memory_core_early()
2010-08-10 KOSAKI Motohirovmscan: kill prev_priority completely
2010-08-10 Minchan Kimmm: rename try_set_zone_oom() to try_set_zonelist_oom()
2010-08-10 David Rientjesoom: avoid oom killer for lowmem allocations
2010-07-20 Yinghai Lux86,nobootmem: make alloc_bootmem_node fall back to...
2010-07-19 Catalin Marinaskmemleak: Add support for NO_BOOTMEM configurations
2010-05-27 Lee Schermerhornnuma: introduce numa_mem_id()- effective local memory...
2010-05-27 Lee Schermerhornnuma: add generic percpu var numa_node_id() implementation
2010-05-25 Haicheng Limem-hotplug: fix potential race while building zonelist...
2010-05-25 Haicheng Limem-hotplug: avoid multiple zones sharing same boot...
2010-05-25 Wu Fengguangmem-hotplug: separate setup_per_cpu_pageset() into...
2010-05-25 KOSAKI Motohiromm: introduce free_pages_prepare()
2010-05-25 Mel Gormanmm: compaction: defer compaction using an exponential...
2010-05-25 Mel Gormanmm: compaction: direct compact when a high-order alloca...
2010-05-25 Mel Gormanmm: compaction: memory compaction core
2010-05-25 David Rientjesmm: default to node zonelist ordering when nodes have...
2010-05-25 Miao Xiecpuset,mm: fix no node to alloc memory when changing...
2010-05-25 Corrado Zoccolopage allocator: reduce fragmentation in buddy allocator...
2010-03-16 Thomas WeberFix typos in comments
next