-
- Downloads
Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock updates from Mike Rapoport: "Test suite and a small cleanup: - A small cleanup of unused variable in __next_mem_pfn_range_in_zone - Initial test suite to simulate memblock behaviour in userspace" * tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: (27 commits) memblock tests: Add TODO and README files memblock tests: Add memblock_alloc_try_nid tests for bottom up memblock tests: Add memblock_alloc_try_nid tests for top down memblock tests: Add memblock_alloc_from tests for bottom up memblock tests: Add memblock_alloc_from tests for top down memblock tests: Add memblock_alloc tests for bottom up memblock tests: Add memblock_alloc tests for top down memblock tests: Add simulation of physical memory memblock tests: Split up reset_memblock function memblock tests: Fix testing with 32-bit physical addresses memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nid memblock tests: Add memblock_free tests memblock tests: Add memblock_add_node test memblock tests: Add memblock_remove tests memblock tests: Add memblock_reserve tests memblock tests: Add memblock_add tests memblock tests: Add memblock reset function memblock tests: Add skeleton of the memblock simulator tools/include: Add debugfs.h stub tools/include: Add pfn.h stub ...
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- mm/memblock.c 2 additions, 3 deletionsmm/memblock.c
- tools/include/linux/atomic.h 2 additions, 0 deletionstools/include/linux/atomic.h
- tools/include/linux/cache.h 10 additions, 0 deletionstools/include/linux/cache.h
- tools/include/linux/debugfs.h 5 additions, 0 deletionstools/include/linux/debugfs.h
- tools/include/linux/gfp.h 28 additions, 0 deletionstools/include/linux/gfp.h
- tools/include/linux/io.h 5 additions, 0 deletionstools/include/linux/io.h
- tools/include/linux/kernel.h 6 additions, 0 deletionstools/include/linux/kernel.h
- tools/include/linux/mm.h 42 additions, 0 deletionstools/include/linux/mm.h
- tools/include/linux/pfn.h 10 additions, 0 deletionstools/include/linux/pfn.h
- tools/include/linux/slab.h 18 additions, 7 deletionstools/include/linux/slab.h
- tools/include/linux/types.h 10 additions, 0 deletionstools/include/linux/types.h
- tools/lib/slab.c 38 additions, 0 deletionstools/lib/slab.c
- tools/testing/memblock/.gitignore 4 additions, 0 deletionstools/testing/memblock/.gitignore
- tools/testing/memblock/Makefile 55 additions, 0 deletionstools/testing/memblock/Makefile
- tools/testing/memblock/README 107 additions, 0 deletionstools/testing/memblock/README
- tools/testing/memblock/TODO 28 additions, 0 deletionstools/testing/memblock/TODO
- tools/testing/memblock/asm/dma.h 5 additions, 0 deletionstools/testing/memblock/asm/dma.h
- tools/testing/memblock/internal.h 12 additions, 0 deletionstools/testing/memblock/internal.h
- tools/testing/memblock/lib/slab.c 9 additions, 0 deletionstools/testing/memblock/lib/slab.c
Loading
Please register or sign in to comment