summaryrefslogtreecommitdiffstats
path: root/mm/nobootmem.c
Commit message (Expand)AuthorAgeFilesLines
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-111-1/+1
* mm: nobootmem: move the comment of free_all_bootmemWanlong Gao2016-10-071-5/+5
* mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu2016-10-071-5/+5
* mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2016-03-171-2/+2
* x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-061-0/+1
* mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-301-2/+2
* mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-301-0/+3
* mm/memblock: allocate boot time data structures from mirrored memoryTony Luck2015-06-241-1/+9
* mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-2/+4
* mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-131-3/+5
* mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_...Xishi Qiu2014-09-101-0/+2
* mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2014-06-061-2/+0
* mm/nobootmem.c: mark function as staticRashika Kheria2014-04-031-1/+1
* mm/nobootmem: free_all_bootmem againPhilipp Hachtmann2014-01-231-11/+14
* mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann2014-01-231-1/+9
* mm/nobootmem.c: add return value check in __alloc_memory_core_early()Philipp Hachtmann2014-01-231-1/+3
* mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko2014-01-211-4/+4
* mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko2014-01-211-1/+1
* mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt2013-11-131-17/+8
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+6
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-14/+16
* mm, nobootmem: do memset() after memblock_reserve()Joonsoo Kim2013-04-291-1/+1
* mm, nobootmem: clean-up of free_low_memory_core_early()Joonsoo Kim2013-04-291-2/+2
* mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-291-0/+8
* Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-291-0/+21
|\
| * mm: introduce new field "managed_pages" to struct zoneJiang Liu2012-12-121-0/+22
* | mm: Kill NO_BOOTMEM version free_all_bootmem_node()Yinghai Lu2012-11-171-14/+0
|/
* revert "mm: fix-up zone present pages"Andrew Morton2012-11-161-3/+0
* mm: fix-up zone present pagesJianguo Wu2012-10-091-0/+3
* mm/memblock: cleanup early_node_map[] related commentsWanpeng Li2012-10-091-2/+0
* memblock: free allocated memblock_reserved_regions laterYinghai Lu2012-07-111-15/+23
* mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-07-111-1/+1
* mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner2012-05-291-22/+0
* mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner2012-05-291-52/+54
* mm: nobootmem: panic on node-specific allocation failureJohannes Weiner2012-05-291-4/+16
* mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson2012-05-101-2/+1
* mm: nobootmem: Correct alloc_bootmem semantics.David Miller2012-04-251-2/+8
* Merge branch 'master' into x86/memblockTejun Heo2011-11-281-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-3/+3
* | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-141-12/+16
* | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-141-4/+4
* | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2011-07-141-2/+1
* | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-131-1/+1
|/
* memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()Yinghai Lu2011-05-251-23/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-8/+0
* bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu2011-02-241-0/+25
* bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu2011-02-241-0/+5
* bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu2011-02-241-0/+405
OpenPOWER on IntegriCloud