summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable-64.h
AgeCommit message (Expand)Author
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu
2024-02-22riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti
2023-12-20riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti
2023-11-05riscv: mm: update T-Head memory type definitionsJisheng Zhang
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan
2022-12-12riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-19riscv/mm: fix two page table check related issuesTong Tiangen
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun
2021-05-22riscv: mm: add _PAGE_LEAF macroNanyong Sun
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price
2020-01-22riscv: Add KASAN supportNick Hu
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt