aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/pgtable-64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti1-6/+6
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-4/+75
2022-05-19riscv/mm: fix two page table check related issuesTong Tiangen1-0/+5
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner1-1/+17
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-0/+47
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner1-3/+11
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan1-1/+105
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti1-1/+107
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