summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-20riscv: mm: try VMA lock-based page fault handling firstJisheng Zhang1-0/+33
2023-06-20riscv: mm: Pre-allocate PGD entries for vmalloc/modules areaBjörn Töpel2-14/+60
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang1-2/+1
2023-04-29riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai1-4/+2
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt1-0/+8
2023-04-29RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-310/+827
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti1-6/+30
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+81
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt2-1/+57
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti2-1/+57
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt3-245/+297
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti1-12/+12
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti1-1/+1
2023-04-19riscv: Rework kasan population functionsAlexandre Ghiti1-178/+183
2023-04-19riscv: Split early and final KASAN population functionsAlexandre Ghiti1-69/+116
2023-04-19Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt2-23/+95
2023-04-19riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti2-6/+68
2023-04-19riscv: Move the linear mapping creation in its own functionAlexandre Ghiti1-14/+28
2023-04-19riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti1-5/+1
2023-04-14riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti1-19/+2
2023-04-14riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-27/+34
2023-04-08RISC-V: Use IPIs for remote icache flush when possibleAnup Patel1-2/+3
2023-04-08RISC-V: Use IPIs for remote TLB flush when possibleAnup Patel1-15/+78
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt1-3/+3
2023-03-23riscv: entry: Convert to generic entryGuo Ren1-3/+3
2023-03-22riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2-2/+2
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt1-26/+38
2023-03-15RISC-V: Add Zicboz detection and block size parsingAndrew Jones1-8/+15
2023-03-15RISC-V: Factor out body of riscv_init_cbom_blocksize loopAndrew Jones1-20/+25
2023-03-15RISC-V: mm: Support huge page in vmalloc_fault()Dylan Jhong1-0/+5
2023-03-10Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt1-0/+301
2023-03-10Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt2-31/+37
2023-03-10riscv: asid: Fixup stale TLB entry cause application crashGuo Ren1-10/+20
2023-03-10Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-21/+17
2023-03-08riscv: mm: support Svnapot in hugetlb pageQinglin Pan1-0/+301
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2023-03-02riscv: fix livelock in uaccessAl Viro1-1/+4
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+6
2023-02-22riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-02riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale1-0/+20
2022-12-15Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-30/+148
2022-12-10Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt2-41/+38
2022-12-10riscv: mm: call best_map_size many times during linear-mappingQinglin Pan1-4/+5
2022-12-09Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt2-9/+9
2022-12-09riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland1-8/+8
2022-12-09riscv: Fix crash during early errata patchingSamuel Holland1-1/+1
2022-12-09Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt2-0/+22
2022-12-09RISC-V: Implement arch specific PMEM APIsAnup Patel2-0/+22