aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/mm/init.c
AgeCommit message (Expand)Author
2022-03-03riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti
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
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-24riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven
2021-08-13riscv: Support allocating gigantic hugepages using CMAKefeng Wang
2021-08-13riscv: fix the global name pfn_base confliction errorKenneth Lee
2021-08-12riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti
2021-08-11riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti
2021-08-11riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti
2021-08-11riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti
2021-08-11riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti
2021-07-22riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti
2021-07-22riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti
2021-07-22riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti
2021-07-21Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt
2021-07-21riscv: Fix 32-bit RISC-V boot failureBin Meng
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang
2021-06-08riscv: fix typo in init.cVitaly Wool
2021-06-01riscv: mm: Fix W+X mappings at bootJisheng Zhang
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang
2021-05-25riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang
2021-05-25riscv: mm: Remove setup_zero_page()Jisheng Zhang
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-05-06riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven