aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c
AgeCommit message (Expand)Author
2018-07-21mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre
2018-07-14mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko
2018-06-19revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-15mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre
2018-06-07mm/memblock: print memblock_removeMinchan Kim
2018-06-07mm/memblock: introduce PHYS_ADDR_MAXStefan Agner
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-05mm/memblock.c: cast constant ULLONG_MAX to phys_addr_tStefan Agner
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-04-05mm: uninitialized struct page poisoning sanity checkingPavel Tatashin
2018-04-05mm: initialize pages on demand during bootPavel Tatashin
2018-03-30mm: make memblock_alloc_base_nid() non-staticNicholas Piggin
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek
2018-03-09mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai
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