aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/pgtable-64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-2/+3
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun1-0/+2
2021-05-22riscv: mm: add _PAGE_LEAF macroNanyong Sun1-2/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-7/+0
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price1-0/+7
2020-01-22riscv: Add KASAN supportNick Hu1-0/+5
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel1-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt1-0/+84