aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-23RISC-V: mm: Update pgtable comment documentationCharlie Jenkins1-3/+5
2023-08-23RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins1-2/+23
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi1-2/+2
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi1-1/+1
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi1-1/+1
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsNick Desaulniers1-0/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-3/+3
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen1-2/+1
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+38
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-2/+6
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt1-1/+38
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan1-1/+38
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+23
2023-02-21riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+24
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale1-0/+4
2023-01-24riscv: pgtable: Fixup comment for KERN_VIRT_SIZEGuo Ren1-1/+1
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+4
2022-12-08riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich1-1/+1
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-28riscv: support update_mmu_tlb()Jinyu Tang1-0/+3
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+0
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-20/+0
2022-07-11riscv: Fix missing PAGE_PFN_MASKAlexandre Ghiti1-3/+3
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+55
2022-05-19riscv/mm: fix two page table check related issuesTong Tiangen1-5/+0
2022-05-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt1-2/+11
2022-05-13riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKTong Tiangen1-6/+65
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner1-3/+15
2022-05-11riscv: add RISC-V Svpbmt extension supportHeiko Stuebner1-5/+24
2022-05-11riscv: Fix accessing pfn bits in PTEs for non-32bit variantsHeiko Stuebner1-3/+5
2022-04-26riscv: compat: Support TASK_SIZE for compat modeGuo Ren1-2/+11
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti1-0/+1
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan1-0/+2
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan1-2/+2
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt1-13/+52
2022-01-19riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti1-0/+9
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti1-5/+19
2022-01-19riscv: Allow to dynamically define VA_BITSAlexandre Ghiti1-2/+8
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti1-7/+15
2022-01-07riscv/mm: Enable THP migrationNanyong Sun1-0/+5
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun1-5/+6
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti1-2/+2