summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable.h
AgeCommit message (Expand)Author
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt
2023-03-07riscv: mm: modify pte format for SvnapotQinglin Pan
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale
2023-01-24riscv: pgtable: Fixup comment for KERN_VIRT_SIZEGuo Ren
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-08riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-10-28riscv: support update_mmu_tlb()Jinyu Tang
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
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-19RISC-V: Add support for rv32 userspace via COMPATPalmer Dabbelt
2022-05-13riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKTong 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-04-26riscv: compat: Support TASK_SIZE for compat modeGuo Ren
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Explicit comment about user virtual address space sizeAlexandre Ghiti
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19riscv: Allow to dynamically define VA_BITSAlexandre Ghiti
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti
2022-01-07riscv/mm: Enable THP migrationNanyong Sun
2022-01-07riscv/mm: Adjust PAGE_PROT_NONE to comply with THP semanticsNanyong Sun
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-11riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti
2021-06-08riscv: fix build error when CONFIG_SMP is disabledBixuan Cui
2021-05-29riscv: Use global mappings for kernel pagesGuo Ren