ARM: add support to dump the kernel page tables
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 23 Oct 2013 15:13:02 +0000 (16:13 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 11 Dec 2013 09:53:13 +0000 (09:53 +0000)
commit1fd15b879d0075c8916e52fb9e52522827433d1f
treea9f950c9dd0eaf9de3c7d359d20bca783564630f
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
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>
arch/arm/Kconfig.debug
arch/arm/include/asm/pgtable-2level.h
arch/arm/include/asm/pgtable-3level.h
arch/arm/mm/Makefile
arch/arm/mm/dump.c [new file with mode: 0644]