summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/ptdump.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Palmer Dabbelt1-19/+34
2023-11-05riscv: Introduce NAPOT field to PTDUMPYu Chien Peter Lin1-0/+4
2023-11-05riscv: Introduce PBMT field to PTDUMPYu Chien Peter Lin1-0/+16
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueYu Chien Peter Lin1-20/+15
2023-11-01riscv: correct pt_level name via pgtable_l5/4_enabledSong Shuai1-0/+3
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti1-12/+12
2021-07-07riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti1-2/+2
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti1-1/+1
2021-05-01riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti1-3/+3
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang1-1/+1
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti1-12/+61
2020-10-03RISC-V: Add page table dump support for uefiAtish Patra1-6/+42
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-03-26riscv: Add support to dump the kernel page tablesZong Li1-0/+317