ARM: add support to dump the kernel page tables
This patch allows the kernel page tables to be dumped via a debugfs file,
allowing kernel developers to check the layout of the kernel page tables
and the verify the various permissions and type settings.
Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
Showing
- arch/arm/Kconfig.debug 12 additions, 0 deletionsarch/arm/Kconfig.debug
- arch/arm/include/asm/pgtable-2level.h 1 addition, 0 deletionsarch/arm/include/asm/pgtable-2level.h
- arch/arm/include/asm/pgtable-3level.h 1 addition, 0 deletionsarch/arm/include/asm/pgtable-3level.h
- arch/arm/mm/Makefile 1 addition, 0 deletionsarch/arm/mm/Makefile
- arch/arm/mm/dump.c 345 additions, 0 deletionsarch/arm/mm/dump.c
Loading
Please register or sign in to comment