summary refs log tree commit diff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)Author
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang
2023-07-19riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang
2023-06-14riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-08-11RISC-V: fixups to work with crash toolPalmer Dabbelt
2022-08-11RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian
2022-07-17riscv/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-02riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang
2022-06-01riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26RISC-V: Various XIP fixesPalmer Dabbelt
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-05-25RISC-V: Fix the XIP buildPalmer Dabbelt
2022-05-24RISC-V: Avoid empty create_*_mapping definitionsPalmer Dabbelt
2022-05-11riscv: add memory-type errata for T-HeadHeiko Stuebner
2022-04-29RISC-V: relocate DTB if it's outside memory regionNick Kossifidis
2022-04-21RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-03riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti
2022-02-22RISC-V: Add Sv57 page table supportPalmer Dabbelt
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan
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-02-14riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang
2022-02-04riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt
2022-02-04riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt
2022-01-19riscv: fix boolconv.cocci warningskernel test robot
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19riscv: Introduce functions to switch pt_opsAlexandre Ghiti
2022-01-19riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti
2022-01-19riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usageJisheng Zhang
2022-01-19riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdefJisheng Zhang
2022-01-19riscv: mm: init: remove _pt_ops and use pt_ops directlyJisheng Zhang
2022-01-19riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang
2022-01-19riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"Jisheng Zhang
2022-01-09riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang
2022-01-09riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis
2022-01-05riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport