aboutsummaryrefslogtreecommitdiff
path: root/mm/bootmem.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-08bootmem: avoid freeing to bootmem after bootmem is doneGravatar Chris Metcalf 1-0/+7
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemGravatar Mel Gorman 1-6/+7
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatGravatar Tang Chen 1-4/+5
2014-10-09mm/bootmem.c: use include/linux/ headersGravatar Paul McQuade 1-2/+2
2013-11-13mm/bootmem.c: remove unused local `map'Gravatar Daeseok Youn 1-3/+3
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersGravatar Xishi Qiu 1-1/+1
2013-07-03mm: kill free_all_bootmem_node()Gravatar Jiang Liu 1-18/+0
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+8
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesGravatar Jiang Liu 1-14/+18
2013-01-29mm: Add alloc_bootmem_low_pages_nopanic()Gravatar Yinghai Lu 1-0/+8
2013-01-11mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentGravatar Max Filippov 1-6/+18
2012-12-12mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Gravatar Lin Feng 1-6/+0
2012-12-12mm: introduce new field "managed_pages" to struct zoneGravatar Jiang Liu 1-0/+21
2012-12-12bootmem: remove alloc_arch_preferred_bootmem()Gravatar Joonsoo Kim 1-16/+4
2012-12-12bootmem: remove not implemented function call, bootmem_arch_preferred_node()Gravatar Joonsoo Kim 1-12/+0
2012-12-11bootmem: fix wrong call parameter for free_bootmem()Gravatar Joonsoo Kim 1-10/+10
2012-11-16revert "mm: fix-up zone present pages"Gravatar Andrew Morton 1-9/+1
2012-10-09mm: fix-up zone present pagesGravatar Jianguo Wu 1-1/+9
2012-08-27bootmem: Fix the short description of reserve_bootmem()Gravatar Javi Merino 1-1/+1
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicGravatar Yinghai Lu 1-0/+4
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionGravatar Yinghai Lu 1-1/+1
2012-05-29mm/bootmem.c: cleanup on addition to bootmem data listGravatar Gavin Shan 1-8/+8
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorGravatar Johannes Weiner 1-22/+0
2012-05-29mm: bootmem: pass pgdat instead of pgdat->bdata down the stackGravatar Johannes Weiner 1-10/+10
2012-05-29mm: bootmem: unify allocation policy of (non-)panicking node allocationsGravatar Johannes Weiner 1-20/+24
2012-05-29mm: bootmem: allocate in order node+goal, goal, node, anywhereGravatar Johannes Weiner 1-1/+13
2012-05-29mm: bootmem: split out goal-to-node mapping from goal droppingGravatar Johannes Weiner 1-2/+15
2012-05-29mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataGravatar Johannes Weiner 1-7/+7
2012-05-29mm: bootmem: remove redundant offset check when finally freeing bootmemGravatar Johannes Weiner 1-1/+1
2012-05-29mm: bootmem: fix checking the bitmap when finally freeing bootmemGravatar Gavin Shan 1-0/+1
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionGravatar Nishanth Aravamudan 1-3/+2
2012-01-10mm: bootmem: try harder to free pages in bulkGravatar Johannes Weiner 1-12/+10
2012-01-10mm: bootmem: drop superfluous range check when freeing pages in bulkGravatar Johannes Weiner 1-1/+1
2012-01-10bootmem: micro optimize freeing pages in bulkGravatar Uwe Kleine-König 1-2/+2
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Gravatar Olaf Hering 1-8/+0
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cGravatar Yinghai Lu 1-0/+7
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cGravatar Yinghai Lu 1-170/+3
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Gravatar Yinghai Lu 1-2/+2
2010-08-27x86: Use memblock to replace early_resGravatar Yinghai Lu 1-0/+3
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericGravatar Yinghai Lu 1-0/+6
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Gravatar Yinghai Lu 1-4/+20
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+15
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Gravatar Yinghai Lu 1-1/+7
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Gravatar Yinghai Lu 1-1/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-24x86: Remove excessive early_res debug outputGravatar Jiri Kosina 1-13/+0
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabGravatar Yinghai Lu 1-3/+192
2009-12-15mm/bootmem.c: properly __init-annotate helper functionsGravatar Jan Beulich 1-4/+4
2009-11-10bootmem: Add free_bootmem_late()Gravatar FUJITA Tomonori 1-0/+24