Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock updates from Mike Rapoport: - 'reserve_mem' command line parameter to allow creation of named memory reservation at boot time. The driving use-case is to improve the ability of pstore to retain ramoops data across reboots. - cleanups and small improvements in memblock and mm_init - new tests cases in memblock test suite * tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: memblock tests: fix implicit declaration of function 'numa_valid_node' memblock: Move late alloc warning down to phys alloc pstore/ramoops: Add ramoops.mem_name= command line option mm/memblock: Add "reserve_mem" to reserved named memory at boot up mm/mm_init.c: don't initialize page->lru again mm/mm_init.c: not always search next deferred_init_pfn from very beginning mm/mm_init.c: use deferred_init_mem_pfn_range_in_zone() to decide loop condition mm/mm_init.c: get the highest zone directly mm/mm_init.c: move nr_initialised reset down a bit mm/memblock: fix a typo in description of for_each_mem_region() mm/mm_init.c: use memblock_region_memory_base_pfn() to get startpfn mm/memblock: use PAGE_ALIGN_DOWN to get pgend in free_memmap mm/memblock: return true directly on finding overlap region memblock tests: add memblock_overlaps_region_checks mm/memblock: fix comment for memblock_isolate_range() memblock tests: add memblock_reserve_many_may_conflict_check() memblock tests: add memblock_reserve_all_locations_check() mm/memblock: remove empty dummy entry
Showing
- Documentation/admin-guide/kernel-parameters.txt 22 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/admin-guide/ramoops.rst 13 additions, 0 deletionsDocumentation/admin-guide/ramoops.rst
- fs/pstore/ram.c 14 additions, 0 deletionsfs/pstore/ram.c
- include/linux/memblock.h 1 addition, 20 deletionsinclude/linux/memblock.h
- include/linux/mm.h 2 additions, 0 deletionsinclude/linux/mm.h
- mm/memblock.c 135 additions, 16 deletionsmm/memblock.c
- mm/mm_init.c 31 additions, 38 deletionsmm/mm_init.c
- tools/include/linux/mm.h 1 addition, 0 deletionstools/include/linux/mm.h
- tools/include/linux/numa.h 5 additions, 0 deletionstools/include/linux/numa.h
- tools/testing/memblock/tests/basic_api.c 310 additions, 4 deletionstools/testing/memblock/tests/basic_api.c
- tools/testing/memblock/tests/common.c 4 additions, 4 deletionstools/testing/memblock/tests/common.c
- tools/testing/memblock/tests/common.h 4 additions, 0 deletionstools/testing/memblock/tests/common.h
Please register or sign in to comment