mbox series

[v4,0/3] Improve PTDUMP and introduce new fields

Message ID 20230921025022.3989723-1-peterlin@andestech.com (mailing list archive)
Headers show
Series Improve PTDUMP and introduce new fields | expand

Message

Yu-Chien Peter Lin Sept. 21, 2023, 2:50 a.m. UTC
This patchset enhances PTDUMP by providing additional information
from pagetable entries.

The first patch fixes the RSW field, while the second and third
patches introduce the PBMT and NAPOT fields, respectively, for
RV64 systems.

Yu Chien Peter Lin (3):
  riscv: Improve PTDUMP to show RSW with non-zero value
  riscv: Introduce PBMT field to PTDUMP
  riscv: Introduce NAPOT field to PTDUMP

 arch/riscv/include/asm/pgtable-bits.h |  4 +-
 arch/riscv/mm/ptdump.c                | 53 +++++++++++++++++----------
 2 files changed, 36 insertions(+), 21 deletions(-)

Comments

patchwork-bot+linux-riscv@kernel.org Nov. 6, 2023, 3 p.m. UTC | #1
Hello:

This series was applied to riscv/linux.git (for-next)
by Palmer Dabbelt <palmer@rivosinc.com>:

On Thu, 21 Sep 2023 10:50:19 +0800 you wrote:
> This patchset enhances PTDUMP by providing additional information
> from pagetable entries.
> 
> The first patch fixes the RSW field, while the second and third
> patches introduce the PBMT and NAPOT fields, respectively, for
> RV64 systems.
> 
> [...]

Here is the summary with links:
  - [v4,1/3] riscv: Improve PTDUMP to show RSW with non-zero value
    https://git.kernel.org/riscv/c/d5d2c264d33b
  - [v4,2/3] riscv: Introduce PBMT field to PTDUMP
    https://git.kernel.org/riscv/c/0713ff337173
  - [v4,3/3] riscv: Introduce NAPOT field to PTDUMP
    https://git.kernel.org/riscv/c/015c3c370472

You are awesome, thank you!