aboutsummaryrefslogtreecommitdiff
path: root/mm/memblock.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-4/+4
2021-11-06memblock: stop aliasing __memblock_free_late with memblock_free_lateGravatar Mike Rapoport 1-4/+4
2021-10-21memblock: exclude MEMBLOCK_NOMAP regions from kmemleakGravatar Mike Rapoport 1-0/+3
2021-10-21Revert "memblock: exclude NOMAP regions from kmemleak"Gravatar Mike Rapoport 1-6/+1
2021-10-18memblock: check memory total_sizeGravatar Peng Fan 1-1/+1
2021-10-13memblock: exclude NOMAP regions from kmemleakGravatar Mike Rapoport 1-1/+6
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceGravatar Linus Torvalds 1-1/+15
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-17/+5
2021-09-03memblock: make memblock_find_in_range method privateGravatar Mike Rapoport 1-1/+1
2021-09-03memblock: stop poisoning raw allocationsGravatar Mike Rapoport 1-16/+4
2021-08-11memblock: Check memory add/cap orderingGravatar Geert Uytterhoeven 1-0/+5
2021-08-11memblock: Add missing debug code to memblock_add_node()Gravatar Geert Uytterhoeven 1-0/+5
2021-07-23memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsGravatar Mike Rapoport 1-1/+2
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-12/+14
2021-06-30memblock: update initialization of reserved pagesGravatar Mike Rapoport 1-2/+26
2021-06-30memblock: ensure there is no overflow in memblock_overlaps_region()Gravatar Mike Rapoport 1-1/+2
2021-06-30memblock: align freed memory map on pageblock boundaries with SPARSEMEMGravatar Mike Rapoport 1-3/+4
2021-06-30memblock: free_unused_memmap: use pageblock units instead of MAX_ORDERGravatar Mike Rapoport 1-8/+8
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 1-4/+4
2021-02-22Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+1
2021-02-05memblock: do not start bottom-up allocations with kernel_endGravatar Roman Gushchin 1-43/+6
2021-01-21mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()Gravatar Levi Yun 1-1/+1
2021-01-14mm: memblock: remove return value of memblock_free_all()Gravatar Daeseok Youn 1-5/+1
2020-12-16Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2020-12-15mm: fix some spelling mistakes in commentsGravatar Haitao Shi 1-1/+1
2020-12-15arm, arm64: move free_unused_memmap() to generic mmGravatar Mike Rapoport 1-0/+80
2020-11-16mm: memblock: add more debug logsGravatar Faiyaz Mohammed 1-0/+3
2020-10-15memblock: get rid of a :c:type leftoverGravatar Mauro Carvalho Chehab 1-2/+2
2020-10-15docs: get rid of :c:type explicit declarations for structsGravatar Mauro Carvalho Chehab 1-2/+2
2020-10-13memblock: use separate iterators for memory and reserved regionsGravatar Mike Rapoport 1-2/+2
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Gravatar Mike Rapoport 1-36/+20
2020-10-13memblock: remove unused memblock_mem_size()Gravatar Mike Rapoport 1-15/+0
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Gravatar Mike Rapoport 1-4/+2
2020-10-13memblock: make memblock_debug and related functionality privateGravatar Mike Rapoport 1-2/+14
2020-10-13memblock: make for_each_memblock_type() iterator privateGravatar Mike Rapoport 1-0/+5
2020-07-10mm/memblock: expose only miminal interface to add/walk physmemGravatar David Hildenbrand 1-28/+29
2020-06-04mm/memblock: fix a typo in comment "implict"->"implicit"Gravatar Ethon Paul 1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionGravatar Mike Rapoport 1-6/+5
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsGravatar Mike Rapoport 1-3/+5
2020-04-10mm: cma: NUMA node interfaceGravatar Aslan Bakirov 1-1/+1
2020-04-02mm/memblock.c: remove redundant assignment to variable max_addrGravatar Colin Ian King 1-1/+1
2020-01-31memblock: Use __func__ in remaining memblock_dbg() call sitesGravatar Anshuman Khandual 1-4/+4
2020-01-31mm/memblock: define memblock_physmem_add()Gravatar Anshuman Khandual 1-1/+13
2019-12-01mm: support memblock alloc on the exact node for sparse_buffer_init()Gravatar Yunfeng Ye 1-11/+54
2019-12-01mm/memblock: correct doc for functionGravatar Cao jin 1-1/+1
2019-12-01mm/memblock.c: cleanup docGravatar Cao jin 1-24/+20
2019-10-19mm: memblock: do not enforce current limit for memblock_phys* familyGravatar Mike Rapoport 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outGravatar Mike Rapoport 1-3/+3
2019-05-14mm: implement new zone specific memblock iteratorGravatar Alexander Duyck 1-0/+64