summaryrefslogtreecommitdiffstats
path: root/include/linux/memblock.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-071-0/+3
|\
| * mm: make memblock_alloc_base_nid() non-staticNicholas Piggin2018-03-301-0/+3
* | mm: initialize pages on demand during bootPavel Tatashin2018-04-061-10/+0Star
* | Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek2018-03-231-1/+0Star
|/
* mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai2018-02-071-2/+2
* mm: zero reserved and unavailable struct pagesPavel Tatashin2017-11-161-0/+16
* mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim2017-11-161-4/+4
* mm: discard memblock data laterPavel Tatashin2017-08-191-2/+4
* mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko2017-07-071-7/+0Star
* mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko2017-07-071-18/+0Star
* mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2017-06-031-0/+8
* memblock: add memblock_cap_memory_range()AKASHI Takahiro2017-04-051-0/+1
* memblock: add memblock_clear_nomap()AKASHI Takahiro2017-04-051-0/+1
* memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-251-0/+1
* mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton2017-02-231-0/+1
* mm/memblock.c: expose total reserved memorySrikar Dronamraju2016-10-081-0/+1
* mm/memblock.c: add new infrastructure to address the mem limit issueDennis Chen2016-07-291-0/+1
* include/linux/memblock.h: Clean up code for several trivial detailsChen Gang2016-07-271-11/+9Star
* memblock: fix section mismatchKirill A. Shutemov2016-01-161-9/+9
* include/linux/memblock.h: fix ordering of 'flags' argument in commentsFlorian Fainelli2016-01-151-2/+2
* mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov2016-01-151-0/+5
* mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai2016-01-151-2/+2
* mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel2015-12-091-0/+8
* mm/memblock: make memblock_remove_range() staticAlexander Kuleshov2015-11-061-4/+0Star
* mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-091-0/+2
* mm/memblock.c: make memblock_overlaps_region() return bool.Tang Chen2015-09-091-1/+1
* memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-07-011-0/+18
* mm/memblock: allocate boot time data structures from mirrored memoryTony Luck2015-06-251-0/+8
* mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-251-15/+26
* memtest: use phys_addr_t for physical addressesVladimir Murzin2015-04-151-2/+2
* mm: move memtest under mmVladimir Murzin2015-04-151-0/+8
* include/linux/memblock.h: add __init to memblock_set_bottom_up()Fabian Frederick2014-08-071-2/+2
* memblock: introduce memblock_alloc_range()Akinobu Mita2014-06-051-0/+2
* mm/memblock: add physical memory listPhilipp Hachtmann2014-05-201-0/+4
* mm/memblock: Do some refactoring, enhance APIPhilipp Hachtmann2014-05-201-14/+61
* ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott2014-03-121-0/+2
* mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann2014-01-241-0/+1
* mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko2014-01-221-2/+2
* mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko2014-01-221-2/+3
* memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen2014-01-221-0/+24
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-221-1/+2
* memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...Tang Chen2014-01-221-0/+17
* memblock, numa: introduce flags field into memblockTang Chen2014-01-221-0/+1
* mm/memblock.c: introduce bottom-up allocation modeTang Chen2013-11-131-0/+24
* memblock, numa: binary search node idYinghai Lu2013-09-121-0/+2
* x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2013-03-021-2/+0Star
* mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen2013-02-241-0/+1
* page_alloc: bootmem limit with movablecore_mapTang Chen2013-02-241-0/+1
* memblock: Add memblock_mem_size()Yinghai Lu2013-01-301-0/+1
* x86, mm: Trim memory in memblock to be page alignedYinghai Lu2012-10-241-0/+1