aboutsummaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove bootmem allocator implementation.Mike Rapoport1-811/+0
2018-08-02docs/mm: bootmem: add overview documentationMike Rapoport1-0/+47
2018-08-02docs/mm: bootmem: fix kernel-doc warningsMike Rapoport1-2/+8
2018-08-02mm/bootmem: drop duplicated kernel-doc commentsMike Rapoport1-102/+0
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-22mm/bootmem.c: cosmetic improvement of code readabilityAdygzhy Ondar1-1/+1
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas1-3/+3
2016-10-07mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu1-12/+2
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-4/+3
2015-12-06x86/mm: Introduce max_possible_pfnIgor Mammedov1-0/+1
2015-09-08bootmem: avoid freeing to bootmem after bootmem is doneChris Metcalf1-0/+7
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman1-6/+7
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen1-4/+5
2014-10-09mm/bootmem.c: use include/linux/ headersPaul McQuade1-2/+2
2013-11-13mm/bootmem.c: remove unused local `map'Daeseok Youn1-3/+3
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu1-1/+1
2013-07-03mm: kill free_all_bootmem_node()Jiang Liu1-18/+0
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+8
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-14/+18
2013-01-29mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu1-0/+8
2013-01-11mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov1-6/+18
2012-12-12mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng1-6/+0
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu1-0/+21
2012-12-12bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim1-16/+4
2012-12-12bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim1-12/+0
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-10/+10
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-9/+1
2012-10-09mm: fix-up zone present pagesJianguo Wu1-1/+9
2012-08-27bootmem: Fix the short description of reserve_bootmem()Javi Merino1-1/+1
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu1-0/+4
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu1-1/+1
2012-05-29mm/bootmem.c: cleanup on addition to bootmem data listGavin Shan1-8/+8
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner1-22/+0
2012-05-29mm: bootmem: pass pgdat instead of pgdat->bdata down the stackJohannes Weiner1-10/+10
2012-05-29mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-20/+24
2012-05-29mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner1-1/+13
2012-05-29mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner1-2/+15
2012-05-29mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner1-7/+7
2012-05-29mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner1-1/+1
2012-05-29mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan1-0/+1
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan1-3/+2
2012-01-10mm: bootmem: try harder to free pages in bulkJohannes Weiner1-12/+10
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner1-1/+1
2012-01-10bootmem: micro optimize freeing pages in bulkUwe Kleine-König1-2/+2
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering1-8/+0
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu1-0/+7
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu1-170/+3
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-2/+2
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-0/+3
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu1-0/+6
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu1-4/+20
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+15
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu1-1/+7
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24x86: Remove excessive early_res debug outputJiri Kosina1-13/+0
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-3/+192
2009-12-15mm/bootmem.c: properly __init-annotate helper functionsJan Beulich1-4/+4
2009-11-10bootmem: Add free_bootmem_late()FUJITA Tomonori1-0/+24
2009-08-27kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas1-1/+5
2009-07-08kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas1-0/+6
2009-06-19bootmem.c: avoid c90 declaration warningJoe Perches1-5/+9
2009-06-11bootmem: fix slab fallback on numaPekka Enberg1-0/+9
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg1-0/+3
2009-03-01bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo1-15/+30
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo1-3/+11
2009-01-06bootmem: print request details before BUG_ON(them)Johannes Weiner1-4/+4
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-08-20bootmem: fix aligning of node-relative indexes and offsetsJohannes Weiner1-6/+29
2008-08-15bootmem allocator: alloc_bootmem_core(): page-align the end offsetMikulas Patocka1-1/+1
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-19/+21
2008-07-24bootmem: revisit alloc_bootmem_sectionJohannes Weiner1-21/+6
2008-07-24bootmem: Make __alloc_bootmem_low_node fall back to other nodesJohannes Weiner1-9/+16
2008-07-24bootmem: respect goal more likelyJohannes Weiner1-38/+54
2008-07-24bootmem: factor out the marking of a PFN rangeJohannes Weiner1-119/+69
2008-07-24bootmem: free/reserve helpersJohannes Weiner1-22/+43
2008-07-24bootmem: clean up alloc_bootmem_coreJohannes Weiner1-136/+76
2008-07-24bootmem: clean up free_all_bootmem_coreJohannes Weiner1-45/+38
2008-07-24bootmem: revisit bootmem descriptor list handlingJohannes Weiner1-13/+10
2008-07-24bootmem: revisit bitmap size calculationsJohannes Weiner1-18/+9
2008-07-24bootmem: add debugging frameworkJohannes Weiner1-7/+44
2008-07-24bootmem: add documentation to API functionsJohannes Weiner1-1/+149
2008-07-24bootmem: clean up bootmem.c file headerJohannes Weiner1-9/+5
2008-07-24bootmem: reorder code to match new bootmem structureJohannes Weiner1-179/+177
2008-07-24mm: introduce non panic alloc_bootmemAndi Kleen1-0/+12
2008-07-24mm: unexport __alloc_bootmem_core()Johannes Weiner1-12/+12
2008-07-24mm: normalize internal argument passing of bootmem dataJohannes Weiner1-8/+6
2008-07-24mm: fix free_all_bootmem_core alignment checkJohannes Weiner1-11/+10
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-0/+2
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman1-0/+1
2008-06-21Add return value to reserve_bootmem_node()Bernhard Walle1-2/+4
2008-04-28memory hotplug: make alloc_bootmem_section()Yasunori Goto1-0/+31
2008-04-28memory hotplug: register section/node id to freeYasunori Goto1-0/+1
2008-04-26mm: allow reserve_bootmem() cross nodesYinghai Lu1-23/+69
2008-04-26mm: offset align in alloc_bootmem()Yinghai Lu1-26/+34
2008-04-26mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu1-6/+12
2008-03-24mm: fix boundary checking in free_bootmem_coreYinghai Lu1-6/+19
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-6/+21
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk1-2/+0
2006-12-07[PATCH] enable booting a NUMA system where some nodes have no memoryChristian Krafft1-0/+4
2006-09-26[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMITHeiko Carstens1-3/+8
2006-09-26[PATCH] bootmem: miscellaneous coding style fixesFranck Bui-Huu1-37/+44
2006-09-26[PATCH] bootmem: use pfn/page conversion macrosFranck Bui-Huu1-37/+45
2006-09-26[PATCH] bootmem: remove useless headers inclusionsFranck Bui-Huu1-7/+3
2006-09-26[PATCH] bootmem: limit to 80 columns widthFranck Bui-Huu1-10/+18
2006-09-26[PATCH] bootmem: mark link_bootmem() as part of the __init sectionFranck Bui-Huu1-1/+1
2006-07-10[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOLAdrian Bunk1-3/+1
2006-04-09[PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen1-1/+8
2006-03-27[PATCH] for_each_online_pgdat: for_each_bootmemKAMEZAWA Hiroyuki1-10/+29
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen1-1/+1
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells1-16/+4
2006-01-06[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_lowRavikiran G Thirumalai1-7/+31
2005-12-12[PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...Haren Myneni1-0/+2
2005-10-29[PATCH] core remove PageReservedNick Piggin1-0/+1
2005-10-19[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto1-10/+21
2005-09-30Revert "x86-64: Reverse order of bootmem lists"Linus Torvalds1-11/+3
2005-09-12[PATCH] x86-64: Reverse order of bootmem listsAndi Kleen1-3/+11
2005-06-25[PATCH] Use ALIGN to remove duplicate codeNick Wilson1-3/+3
2005-06-25[PATCH] kdump: Retrieve saved max pfnVivek Goyal1-0/+8
2005-06-23[PATCH] sparsemem memory modelAndy Whitcroft1-2/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+400