lkml.org 
[lkml]   [2019]   [Oct]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC PATCH 0/1] RISC-V page table dumper
Date
This patch contains the support for dumping the page tables, and it's implemented on top of the generic page table dumper patch set. The generic page table dumper patch set is submmited to version 12, it looks good and only a little bit different from previous version. I'll post the formal patch after it be merged.

The patch set of gerneric page table dumper.
https://lore.kernel.org/lkml/20191018101248.33727-1-steven.price@arm.com/


Zong Li (1):
riscv: Add support to dump the kernel page tables

arch/riscv/Kconfig | 1 +
arch/riscv/include/asm/pgtable.h | 10 ++
arch/riscv/include/asm/ptdump.h | 19 +++
arch/riscv/mm/Makefile | 1 +
arch/riscv/mm/ptdump.c | 309 +++++++++++++++++++++++++++++++++++++++
5 files changed, 340 insertions(+)
create mode 100644 arch/riscv/include/asm/ptdump.h
create mode 100644 arch/riscv/mm/ptdump.c

--
2.7.4

\
 
 \ /
  Last update: 2019-10-24 15:03    [W:0.042 / U:1.320 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site