summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-08-25mm: discard memblock data laterPavel Tatashin4-39/+25
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas7-9/+83
2016-10-08mm: nobootmem: move the comment of free_all_bootmemWanlong Gao1-5/+5
2016-10-08mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu2-9/+10
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-07-01mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman5-11/+14
2015-07-01mm: meminit: only set page reserved in the memblock regionNathan Zimmer3-1/+21
2015-06-25mm/memblock: allocate boot time data structures from mirrored memoryTony Luck3-12/+84
2015-06-25mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck10-47/+83
2014-11-14mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen4-7/+20
2014-09-10mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_...Xishi Qiu2-0/+6
2014-06-06mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2-4/+8
2014-04-03mm/nobootmem.c: mark function as staticRashika Kheria1-1/+1
2014-01-24mm/nobootmem: free_all_bootmem againPhilipp Hachtmann2-26/+16
2014-01-24mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann3-1/+26
2014-01-24mm/nobootmem.c: add return value check in __alloc_memory_core_early()Philipp Hachtmann1-1/+3
2014-01-22mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko3-15/+25
2014-01-22mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko3-11/+12
2013-11-13mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt1-17/+8
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-04-29mm, nobootmem: do memset() after memblock_reserve()Joonsoo Kim1-1/+1
2013-04-29mm, nobootmem: clean-up of free_low_memory_core_early()Joonsoo Kim2-3/+2
2013-01-30mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu3-0/+21
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin11402-325968/+550328
2012-12-13mm: introduce new field "managed_pages" to struct zoneJiang Liu6-23/+121
2012-11-17mm: Kill NO_BOOTMEM version free_all_bootmem_node()Yinghai Lu1-14/+0
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-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li3-5/+2
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu3-46/+47
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu4-7/+20
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner4-60/+12
2012-05-29mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-52/+54
2012-05-29mm: nobootmem: panic on node-specific allocation failureJohannes Weiner1-4/+16
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-04-26mm: nobootmem: Correct alloc_bootmem semantics.David Miller1-2/+8
2011-11-28Merge branch 'master' into x86/memblockTejun Heo16534-1664141/+2011449
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo22-97/+48
2011-07-14memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo4-91/+27
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo5-17/+6
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo6-95/+2
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo15-34/+31
2011-05-25memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()Yinghai Lu1-23/+0
2011-03-31Fix common misspellingsLucas De Marchi2463-4252/+4252
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering16-135/+37
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu3-30/+25
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu3-9/+12
[next]