summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/pgtable-64.h
Commit message (Expand)AuthorAgeFilesLines
* riscv: mm: Add support for ZONE_DEVICEBjörn Töpel2024-06-261-0/+20
* riscv: Remove PGDIR_SIZE_L3 and TASK_SIZE_MINSamuel Holland2024-05-161-2/+0
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-1/+1
|\
| * mm/treewide: align up pXd_leaf() retval across archsPeter Xu2024-03-061-1/+1
* | riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctlyYangyu Chen2024-02-221-1/+1
|/
* riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti2023-12-201-14/+2
* riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti2023-12-201-3/+3
* riscv: mm: update T-Head memory type definitionsJisheng Zhang2023-11-051-5/+9
* riscv: mm: modify pte format for SvnapotQinglin Pan2023-03-071-0/+34
* riscv: Fix P4D_SHIFT definition for 3-level page table modeAlexandre Ghiti2022-12-121-1/+5
* riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti2022-07-111-6/+6
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-4/+75
|\
| * riscv: add memory-type errata for T-HeadHeiko Stuebner2022-05-111-1/+17
| * riscv: add RISC-V Svpbmt extension supportHeiko Stuebner2022-05-111-0/+47
| * riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner2022-05-111-3/+11
* | riscv/mm: fix two page table check related issuesTong Tiangen2022-05-191-0/+5
|/
* riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan2022-02-141-1/+105
* riscv: Implement sv48 supportAlexandre Ghiti2022-01-191-1/+107
* Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-091-2/+3
|\
| * riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-051-0/+2
| * riscv: mm: add _PAGE_LEAF macroNanyong Sun2021-05-221-2/+1
* | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
|/
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-7/+0
* riscv: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+7
* riscv: Add KASAN supportNick Hu2020-01-221-0/+5
* RISC-V: Setup initial page tables in two stagesAnup Patel2019-07-091-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner2019-06-051-9/+1
* RISC-V: Paging and MMUPalmer Dabbelt2017-09-261-0/+84