aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable-64.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-26riscv: mm: Add support for ZONE_DEVICEBjörn Töpel1-0/+20
2024-05-16riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland1-2/+0
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-1/+1
2024-02-22riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen1-1/+1
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti1-14/+2
2023-12-20riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti1-3/+3
2023-11-05riscv: mm: update T-Head memory type definitionsJisheng Zhang1-5/+9
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan1-0/+34
2022-12-12riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti1-1/+5
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/ke...Linus 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/ke...Linus 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