summaryrefslogtreecommitdiff
path: root/mm/memblock.c
AgeCommit message (Expand)Author
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin
2017-11-15mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim
2017-08-25mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin
2017-08-18mm: discard memblock data laterPavel Tatashin
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko
2017-06-02mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko
2017-04-05memblock: add memblock_cap_memory_range()AKASHI Takahiro
2017-04-05memblock: add memblock_clear_nomap()AKASHI Takahiro
2017-03-09mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens
2017-02-24memblock: also dump physmem list within __memblock_dump_allHeiko Carstens
2017-02-24memblock: let memblock_type_name know about physmem typeHeiko Carstens
2017-02-22mm/memblock.c: remove unnecessary log and clean upMiles Chen
2017-02-22mm/memblock.c: check return value of memblock_reserve() in memblock_virt_allo...Wei Yang
2017-02-22mm/memblock.c: trivial code refine in memblock_is_region_memory()Wei Yang
2017-02-22mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas
2016-10-07mm/memblock.c: expose total reserved memorySrikar Dronamraju
2016-08-04mm/memblock.c: fix NULL dereference errorzijun_hu
2016-08-04mm/memblock: fix a typo in a commentAlexander Kuleshov
2016-07-28mm/memblock.c: fix index adjustment error in __next_mem_range_rev()zijun_hu
2016-07-28mm/memblock.c: add new infrastructure to address the mem limit issueDennis Chen
2016-07-28memblock: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig
2016-07-26mm/memblock.c:memblock_add_range(): if nr_new is 0 just returnnimisolo
2016-05-20mm/memblock.c: remove unnecessary always-true comparisonRichard Leitner
2016-05-20mm/memblock.c: move memblock_{add,reserve}_region into memblock_{add,reserve}Alexander Kuleshov
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-15mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov
2016-02-05memblock: don't mark memblock_phys_mem_size() as __initDavid Gibson
2016-01-14mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov
2016-01-14mm/memblock: remove rgnbase and rgnsize variablesAlexander Kuleshov
2016-01-14mm/memblock.c: memblock_is_memory()/reserved() can be booleanYaowei Bai
2015-12-09mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel
2015-11-05mm/memblock: make memblock_remove_range() staticAlexander Kuleshov
2015-09-08mm/memblock.c: fix comment in __next_mem_range()Alexander Kuleshov
2015-09-08mm/memblock.c: fiy typos in commentsAlexander Kuleshov
2015-09-08mm/memblock.c: rename local variable of memblock_type to 'type'Alexander Kuleshov
2015-09-08mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen
2015-09-08mm/memblock.c: make memblock_overlaps_region() return bool.Tang Chen
2015-09-08mm/memblock.c: WARN_ON when flags differs from overlap regionWei Yang
2015-09-04mm/memblock: WARN_ON when nid differs from overlap regionWei Yang
2015-06-30mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman
2015-06-30memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt
2015-06-24mm/memblock: allocate boot time data structures from mirrored memoryTony Luck
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck
2015-04-15mm/memblock.c: add debug output for memblock_add()Alexander Kuleshov
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He
2014-12-13mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUGTony Luck
2014-09-10mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_...Xishi Qiu