summaryrefslogtreecommitdiffstats
path: root/mm/bootmem.c
Commit message (Expand)AuthorAgeFilesLines
* mm: docs: fix parameter names mismatchMike Rapoport2018-02-061-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/bootmem.c: cosmetic improvement of code readabilityAdygzhy Ondar2017-02-221-1/+1
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-111-3/+3
* mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu2016-10-071-12/+2
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-4/+3
* x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-061-0/+1
* bootmem: avoid freeing to bootmem after bootmem is doneChris Metcalf2015-09-081-0/+7
* mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-301-6/+7
* mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-131-4/+5
* mm/bootmem.c: use include/linux/ headersPaul McQuade2014-10-091-2/+2
* mm/bootmem.c: remove unused local `map'Daeseok Youn2013-11-131-3/+3
* mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-131-1/+1
* mm: kill free_all_bootmem_node()Jiang Liu2013-07-031-18/+0
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+8
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-14/+18
* mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-291-0/+8
* mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov2013-01-111-6/+18
* mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng2012-12-121-6/+0
* mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-121-0/+21
* bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim2012-12-121-16/+4
* bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim2012-12-121-12/+0
* bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-10/+10
* revert "mm: fix-up zone present pages"Andrew Morton2012-11-161-9/+1
* mm: fix-up zone present pagesJianguo Wu2012-10-091-1/+9
* bootmem: Fix the short description of reserve_bootmem()Javi Merino2012-08-271-1/+1
* bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu2012-07-171-0/+4
* mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-07-111-1/+1
* mm/bootmem.c: cleanup on addition to bootmem data listGavin Shan2012-05-291-8/+8
* mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner2012-05-291-22/+0
* mm: bootmem: pass pgdat instead of pgdat->bdata down the stackJohannes Weiner2012-05-291-10/+10
* mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner2012-05-291-20/+24
* mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner2012-05-291-1/+13
* mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner2012-05-291-2/+15
* mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner2012-05-291-7/+7
* mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner2012-05-291-1/+1
* mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan2012-05-291-0/+1
* bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2012-03-211-3/+2
* mm: bootmem: try harder to free pages in bulkJohannes Weiner2012-01-101-12/+10
* mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner2012-01-101-1/+1
* bootmem: micro optimize freeing pages in bulkUwe Kleine-König2012-01-101-2/+2
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-8/+0
* bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu2011-02-241-0/+7
* bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu2011-02-241-170/+3
* x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-2/+2
* x86: Use memblock to replace early_resYinghai Lu2010-08-271-0/+3
* bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu2010-08-271-0/+6
* x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2010-07-201-4/+20
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-071-2/+15
|\
OpenPOWER on IntegriCloud