aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memblock.c
Commit message (Expand)AuthorAge
* mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport2019-10-19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-14
* mm: implement new zone specific memblock iteratorAlexander Duyck2019-05-14
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-07
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-09
* | mm: memblock: update comments and kernel-docMike Rapoport2019-03-12
* | memblock: split checks whether a region should be skipped to a helper functionMike Rapoport2019-03-12
* | memblock: remove memblock_{set,clear}_region_flagsMike Rapoport2019-03-12
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-12
* | memblock: memblock_alloc_try_nid: don't panicMike Rapoport2019-03-12
* | memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport2019-03-12
* | memblock: refactor internal allocation functionsMike Rapoport2019-03-12
* | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-12
* | memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-12
* | memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-12
* | memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport2019-03-12
* | memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport2019-03-12
* | memblock: drop memblock_alloc_base_nid()Mike Rapoport2019-03-12
|/
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-06
* arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel2019-02-16
* mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-28
* memblock: replace usage of __memblock_free_early() with memblock_free()Mike Rapoport2018-12-28
* mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()Wentao Wang2018-12-28
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-28
* memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li2018-12-14
* mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-18
* mm/memblock.c: warn if zero alignment was requestedMike Rapoport2018-10-31
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-31
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-31
* mm: remove nobootmemMike Rapoport2018-10-31
* memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-31
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-31
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-31
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-31
* mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck2018-10-26
* mm/memblock.c: replace u64 with phys_addr_t where appropriateMike Rapoport2018-08-17
* Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds2018-08-14
|\
| * docs/mm: memblock: add overview documentationMike Rapoport2018-08-02
| * docs/mm: memblock: add kernel-doc comments for memblock_add[_node]Mike Rapoport2018-08-02
| * docs/mm: memblock: update kernel-doc commentsMike Rapoport2018-08-02
| * mm/memblock: add a name for memblock flags enumerationMike Rapoport2018-08-02
* | mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-07-21
* | mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko2018-07-14
|/
* revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton2018-06-18
* mm: use octal not symbolic permissionsJoe Perches2018-06-14
* mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-06-14