Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / mm / bootmem.c
2012-03-22 Nishanth Aravamudanbootmem/sparsemem: remove limit constraint in alloc_boo...
2012-01-11 Johannes Weinermm: bootmem: try harder to free pages in bulk
2012-01-11 Johannes Weinermm: bootmem: drop superfluous range check when freeing...
2012-01-11 Uwe Kleine-Königbootmem: micro optimize freeing pages in bulk
2011-10-31 Paul Gortmakermm: Map most files to use export.h instead of module.h
2011-03-24 Olaf Heringcrash_dump: export is_kdump_kernel to modules, consolid...
2011-02-24 Yinghai Lubootmem: Move contig_page_data definition to bootmem...
2011-02-24 Yinghai Lubootmem: Separate out CONFIG_NO_BOOTMEM code into noboo...
2010-08-27 Yinghai Lux86, memblock: Replace e820_/_early string with memblock_
2010-08-27 Yinghai Lux86: Use memblock to replace early_res
2010-08-27 Yinghai Lubootmem, x86: Add weak version of reserve_bootmem_generic
2010-07-20 Yinghai Lux86,nobootmem: make alloc_bootmem_node fall back to...
2010-04-07 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-04-01 Yinghai Lubootmem, x86: Fix 32bit numa system without RAM on...
2010-04-01 Yinghai Lunobootmem, x86: Fix 32bit numa system without RAM on...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Jiri Kosinax86: Remove excessive early_res debug output
2010-02-12 Yinghai Lux86: Make 64 bit use early_res instead of bootmem befor...
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-12-15 Jan Beulichmm/bootmem.c: properly __init-annotate helper functions
2009-11-10 FUJITA Tomonoribootmem: Add free_bootmem_late()
2009-08-27 Catalin Marinaskmemleak: Do not report alloc_bootmem blocks as leaks
2009-07-08 Catalin Marinaskmemleak: Add callbacks to the bootmem allocator
2009-06-19 Joe Perchesbootmem.c: avoid c90 declaration warning
2009-06-11 Pekka Enbergbootmem: fix slab fallback on numa
2009-06-11 Pekka Enbergbootmem: use slab if bootmem is no longer available
2009-03-01 Tejun Heobootmem, x86: further fixes for arch-specific bootmem...
2009-02-24 Tejun Heobootmem: clean up arch-specific bootmem wrapping
2009-01-06 Johannes Weinerbootmem: print request details before BUG_ON(them)
2008-10-16 Harvey Harrisonmisc: replace __FUNCTION__ with __func__
2008-08-26 Thomas Renninger Vendor specific drivers vs generic video driver.
2008-08-20 Johannes Weinerbootmem: fix aligning of node-relative indexes and...
2008-08-15 Mikulas Patockabootmem allocator: alloc_bootmem_core(): page-align...
2008-07-24 Johannes Weinerbootmem: replace node_boot_start in struct bootmem_data
2008-07-24 Johannes Weinerbootmem: revisit alloc_bootmem_section
2008-07-24 Johannes Weinerbootmem: Make __alloc_bootmem_low_node fall back to...
2008-07-24 Johannes Weinerbootmem: respect goal more likely
2008-07-24 Johannes Weinerbootmem: factor out the marking of a PFN range
2008-07-24 Johannes Weinerbootmem: free/reserve helpers
2008-07-24 Johannes Weinerbootmem: clean up alloc_bootmem_core
2008-07-24 Johannes Weinerbootmem: clean up free_all_bootmem_core
2008-07-24 Johannes Weinerbootmem: revisit bootmem descriptor list handling
2008-07-24 Johannes Weinerbootmem: revisit bitmap size calculations
2008-07-24 Johannes Weinerbootmem: add debugging framework
2008-07-24 Johannes Weinerbootmem: add documentation to API functions
2008-07-24 Johannes Weinerbootmem: clean up bootmem.c file header
2008-07-24 Johannes Weinerbootmem: reorder code to match new bootmem structure
2008-07-24 Andi Kleenmm: introduce non panic alloc_bootmem
2008-07-24 Johannes Weinermm: unexport __alloc_bootmem_core()
2008-07-24 Johannes Weinermm: normalize internal argument passing of bootmem...
2008-07-24 Johannes Weinermm: fix free_all_bootmem_core alignment check
2008-07-24 Johannes Weinermm: move bootmem descriptors definition to a single...
2008-07-24 Mel Gormanmm: make defensive checks around PFN values registered...
2008-06-21 Bernhard WalleAdd return value to reserve_bootmem_node()
2008-04-28 Yasunori Gotomemory hotplug: make alloc_bootmem_section()
2008-04-28 Yasunori Gotomemory hotplug: register section/node id to free
2008-04-26 Yinghai Lumm: allow reserve_bootmem() cross nodes
2008-04-26 Yinghai Lumm: offset align in alloc_bootmem()
2008-04-26 Yinghai Lumm: fix alloc_bootmem_core to use fast searching for...
2008-03-25 Yinghai Lumm: fix boundary checking in free_bootmem_core
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-07 Bernhard WalleIntroduce flags for reserve_bootmem()
2006-12-07 Adrian Bunk[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols
2006-12-07 Christian Krafft[PATCH] enable booting a NUMA system where some nodes...
2006-09-26 Heiko Carstens[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT
2006-09-26 Franck Bui-Huu[PATCH] bootmem: miscellaneous coding style fixes
2006-09-26 Franck Bui-Huu[PATCH] bootmem: use pfn/page conversion macros
2006-09-26 Franck Bui-Huu[PATCH] bootmem: remove useless headers inclusions
2006-09-26 Franck Bui-Huu[PATCH] bootmem: limit to 80 columns width
2006-09-26 Franck Bui-Huu[PATCH] bootmem: mark link_bootmem() as part of the...
2006-08-22 Andreas Kleen- patches.arch/i386-amd-core-parsing: Delete.
2006-08-01 Greg Kroah-Hartman- Update to 2.6.17-rc2
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-10 Adrian Bunk[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL
2006-04-09 Andi Kleen[PATCH] x86_64: Handle empty PXMs that only contain...
2006-03-27 KAMEZAWA Hiroyuki[PATCH] for_each_online_pgdat: for_each_bootmem
2006-03-25 Andi Kleen[PATCH] x86_64: Try to allocate node memmap near the...
2006-03-07 Andreas Kleen- patches.arch/x86_64-memmap-alloc: Try to allocate...
2006-03-07 Andreas Kleen- patches.arch/x86_64-srat-hotadd-reserve: Clear hotadd...
2006-02-22 Andreas Kleen- patches.arch/x86_64-srat-hotadd-reserve: Handle broken
2006-01-20 Chris L Mason- Update config files (lkcd only on ia64)
2006-01-06 David Howells[PATCH] FRV: Clean up bootmem allocator's page freeing...
2006-01-06 Ravikiran G Thirumalai[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low
2005-12-12 Haren Myneni[PATCH] fix in __alloc_bootmem_core() when there is...
2005-10-30 Nick Piggin[PATCH] core remove PageReserved
2005-10-20 Yasunori Goto[PATCH] swiotlb: make sure initial DMA allocations...
2005-09-30 Linus TorvaldsRevert "x86-64: Reverse order of bootmem lists"
2005-09-12 Andi Kleen[PATCH] x86-64: Reverse order of bootmem lists
2005-06-25 Nick Wilson[PATCH] Use ALIGN to remove duplicate code
2005-06-25 Vivek Goyal[PATCH] kdump: Retrieve saved max pfn
2005-06-23 Andy Whitcroft[PATCH] sparsemem memory model
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-04 David Howells[PATCH] VM routine fixes
2004-11-07 Andy Whitcroft[PATCH] bootmem use NODE_DATA
2004-08-24 Josh Aas[PATCH] improve speed of freeing bootmem
2004-06-29 James Bottomley[PATCH] dma_get_required_mask()
2004-06-27 Anton Blanchard[PATCH] __alloc_bootmem_node should not panic when...
2004-05-15 Andrew Morton[PATCH] bootmem.c cleanup
2004-02-25 Chris L Masonadd netpoll for lkcd and netconsole
next