Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: 7963/1: mm: report both sections from PMD | Kees Cook | 2014-02-18 |
| | | | | | | | | | | | On 2-level page table systems, the PMD has 2 section entries. Report these, otherwise ARM_PTDUMP will miss reporting permission changes on odd section boundaries. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Tested-by: Steve Capper <steve.capper@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | ||
* | ARM: add support to dump the kernel page tables | Russell King | 2013-12-11 |
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> |