-
- Downloads
Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock updates from Mike Rapoport: - new memblock_estimated_nr_free_pages() helper to replace totalram_pages() which is less accurate when CONFIG_DEFERRED_STRUCT_PAGE_INIT is set - fixes for memblock tests * tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: s390/mm: get estimated free pages by memblock api kernel/fork.c: get estimated free pages by memblock api mm/memblock: introduce a new helper memblock_estimated_nr_free_pages() memblock test: fix implicit declaration of function 'strscpy' memblock test: fix implicit declaration of function 'isspace' memblock test: fix implicit declaration of function 'memparse' memblock test: add the definition of __setup() memblock test: fix implicit declaration of function 'virt_to_phys' tools/testing: abstract two init.h into common include directory memblock tests: include export.h in linkage.h as kernel dose memblock tests: include memory_hotplug.h in mmzone.h as kernel dose
Showing
- arch/s390/mm/init.c 1 addition, 1 deletionarch/s390/mm/init.c
- include/linux/memblock.h 1 addition, 0 deletionsinclude/linux/memblock.h
- kernel/fork.c 1 addition, 1 deletionkernel/fork.c
- mm/memblock.c 17 additions, 0 deletionsmm/memblock.c
- tools/include/linux/compiler.h 0 additions, 4 deletionstools/include/linux/compiler.h
- tools/include/linux/init.h 14 additions, 5 deletionstools/include/linux/init.h
- tools/include/linux/linkage.h 2 additions, 0 deletionstools/include/linux/linkage.h
- tools/include/linux/mm.h 6 additions, 0 deletionstools/include/linux/mm.h
- tools/include/linux/pfn.h 1 addition, 0 deletionstools/include/linux/pfn.h
- tools/include/linux/string.h 3 additions, 0 deletionstools/include/linux/string.h
- tools/lib/cmdline.c 53 additions, 0 deletionstools/lib/cmdline.c
- tools/testing/memblock/Makefile 1 addition, 1 deletiontools/testing/memblock/Makefile
- tools/testing/memblock/linux/kernel.h 2 additions, 0 deletionstools/testing/memblock/linux/kernel.h
- tools/testing/memblock/linux/mmzone.h 1 addition, 0 deletionstools/testing/memblock/linux/mmzone.h
- tools/testing/radix-tree/maple.c 1 addition, 1 deletiontools/testing/radix-tree/maple.c
- tools/testing/shared/linux/init.h 0 additions, 2 deletionstools/testing/shared/linux/init.h
Loading
Please register or sign in to comment