Age | Commit message (Expand) | Author |
2019-02-16 | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table | Ard Biesheuvel |
2018-12-28 | mm/memblock.c: skip kmemleak for kasan_init() | Qian Cai |
2018-12-28 | memblock: replace usage of __memblock_free_early() with memblock_free() | Mike Rapoport |
2018-12-28 | mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free() | Wentao Wang |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS |
2018-12-28 | mm: convert zone->managed_pages to atomic variable | Arun KS |
2018-12-14 | memblock: annotate memblock_is_reserved() with __init_memblock | Yueyi Li |
2018-11-18 | mm/memblock.c: fix a typo in __next_mem_pfn_range() comments | Chen Chang |
2018-10-31 | mm/memblock.c: warn if zero alignment was requested | Mike Rapoport |
2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES | Mike Rapoport |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport |
2018-10-31 | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants | Mike Rapoport |
2018-10-31 | mm: remove nobootmem | Mike Rapoport |
2018-10-31 | memblock: rename __free_pages_bootmem to memblock_free_pages | Mike Rapoport |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport |
2018-10-31 | memblock: remove _virt from APIs returning virtual address | Mike Rapoport |
2018-10-31 | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc* | Mike Rapoport |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport |
2018-10-26 | mm: provide kernel parameter to allow disabling page init poisoning | Alexander Duyck |
2018-08-17 | mm/memblock.c: replace u64 with phys_addr_t where appropriate | Mike Rapoport |
2018-08-14 | Merge tag 'docs-4.19' of git://git.lwn.net/linux | Linus Torvalds |
2018-08-02 | docs/mm: memblock: add overview documentation | Mike Rapoport |
2018-08-02 | docs/mm: memblock: add kernel-doc comments for memblock_add[_node] | Mike Rapoport |
2018-08-02 | docs/mm: memblock: update kernel-doc comments | Mike Rapoport |
2018-08-02 | mm/memblock: add a name for memblock flags enumeration | Mike Rapoport |
2018-07-21 | mm/memblock: add missing include <linux/bootmem.h> | Mathieu Malaterre |
2018-07-14 | mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE | Michal Hocko |
2018-06-19 | revert "mm/memblock: add missing include <linux/bootmem.h>" | Andrew Morton |
2018-06-15 | mm: use octal not symbolic permissions | Joe Perches |
2018-06-15 | mm/memblock: add missing include <linux/bootmem.h> | Mathieu Malaterre |
2018-06-07 | mm/memblock: print memblock_remove | Minchan Kim |
2018-06-07 | mm/memblock: introduce PHYS_ADDR_MAX | Stefan Agner |
2018-04-07 | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-04-05 | mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t | Stefan Agner |
2018-04-05 | headers: untangle kmemleak.h from mm.h | Randy Dunlap |
2018-04-05 | mm: reuse DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko |
2018-04-05 | mm: uninitialized struct page poisoning sanity checking | Pavel Tatashin |
2018-04-05 | mm: initialize pages on demand during boot | Pavel Tatashin |
2018-03-30 | mm: make memblock_alloc_base_nid() non-static | Nicholas Piggin |
2018-03-22 | Revert "mm: page_alloc: skip over regions of invalid pfns where possible" | Daniel Vacek |
2018-03-09 | mm/memblock.c: hardcode the end_pfn being -1 | Daniel Vacek |
2018-02-06 | mm/memblock: memblock_is_map/region_memory can be boolean | Yaowei Bai |
2017-11-15 | mm: define memblock_virt_alloc_try_nid_raw | Pavel Tatashin |
2017-11-15 | mm/memblock.c: make the index explicit argument of for_each_memblock_type | Gioh Kim |
2017-08-25 | mm/memblock.c: reversed logic in memblock_discard() | Pavel Tatashin |
2017-08-18 | mm: discard memblock data later | Pavel Tatashin |
2017-07-06 | mm, memory_hotplug: move movable_node to the hotplug proper | Michal Hocko |
2017-07-06 | mm, memory_hotplug: drop CONFIG_MOVABLE_NODE | Michal Hocko |
2017-06-02 | mm: consider memblock reservations for deferred memory initialization sizing | Michal Hocko |
2017-04-05 | memblock: add memblock_cap_memory_range() | AKASHI Takahiro |