summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2023-04-29riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai
2023-04-29Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt
2023-04-29RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti
2023-04-25Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti
2023-04-19riscv: Rework kasan population functionsAlexandre Ghiti
2023-04-19riscv: Split early and final KASAN population functionsAlexandre Ghiti
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-04-18riscv: Move the linear mapping creation in its own functionAlexandre Ghiti
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti
2023-04-13riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-04-08RISC-V: Use IPIs for remote icache flush when possibleAnup Patel
2023-04-08RISC-V: Use IPIs for remote TLB flush when possibleAnup Patel
2023-03-24Merge patch series "riscv: Add GENERIC_ENTRY support"Palmer Dabbelt
2023-03-23riscv: entry: Convert to generic entryGuo Ren
2023-03-21riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong
2023-03-15Merge patch series "RISC-V: Apply Zicboz to clear_page"Palmer Dabbelt
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-03-14RISC-V: Factor out body of riscv_init_cbom_blocksize loopAndrew Jones
2023-03-14RISC-V: mm: Support huge page in vmalloc_fault()Dylan Jhong
2023-03-09Merge patch series "riscv, mm: detect svnapot cpu support at runtime"Palmer Dabbelt
2023-03-09Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt
2023-03-09riscv: asid: Fixup stale TLB entry cause application crashGuo Ren
2023-03-09Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2023-03-07riscv: mm: support Svnapot in hugetlb pageQinglin Pan
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-02riscv: fix livelock in uaccessAl Viro
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-21riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2023-02-01riscv: mm: Implement pmdp_collapse_flush for THPMayuresh Chitale
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt
2022-12-09riscv: mm: call best_map_size many times during linear-mappingQinglin Pan
2022-12-08Merge patch series "riscv: Fix crash during early errata patching"Palmer Dabbelt
2022-12-08riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]aSamuel Holland
2022-12-08riscv: Fix crash during early errata patchingSamuel Holland
2022-12-08Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt
2022-12-08RISC-V: Implement arch specific PMEM APIsAnup Patel
2022-12-08riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich
2022-12-02riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageTong Tiangen
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds