summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas7-9/+83
2016-10-08mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu1-12/+2
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2015-12-06x86/mm: Introduce max_possible_pfnIgor Mammedov5-0/+10
2015-09-08bootmem: avoid freeing to bootmem after bootmem is doneChris Metcalf1-0/+7
2015-07-01mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman5-11/+14
2014-11-14mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen4-7/+20
2014-10-10mm/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 Qiu3-8/+6
2013-07-03mm: kill free_all_bootmem_node()Jiang Liu2-19/+0
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu36-46/+50
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu6-28/+48
2013-01-30mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu3-0/+21
2013-01-11mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov1-6/+18
2012-12-13mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng2-9/+0
2012-12-13mm: introduce new field "managed_pages" to struct zoneJiang Liu6-23/+121
2012-12-13bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim1-16/+4
2012-12-13bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim1-12/+0
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim5-16/+16
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton6-58/+1
2012-10-09mm: fix-up zone present pagesJianguo Wu6-1/+58
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 Lu4-7/+20
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 Weiner4-60/+12
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-22bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2-22/+13
2012-01-11mm: bootmem: try harder to free pages in bulkJohannes Weiner1-12/+10
2012-01-11mm: bootmem: drop superfluous range check when freeing pages in bulkJohannes Weiner1-1/+1
2012-01-11bootmem: 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 Gortmaker30-30/+30
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering16-135/+37
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu3-9/+12
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu3-171/+415
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu20-92/+105
2010-08-27x86: Use memblock to replace early_resYinghai Lu14-199/+141
2010-08-27bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu3-24/+8
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2-4/+23
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-26/+82
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 Heo4208-717/+3717
[next]