summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti2021-08-121-1/+1
* riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2021-08-061-5/+12
* riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti2021-07-221-2/+16
* riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti2021-07-221-0/+2
* riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti2021-07-221-2/+9
* Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt2021-07-211-0/+1
|\
| * riscv: Fix 32-bit RISC-V boot failureBin Meng2021-07-211-1/+3
* | riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-051-62/+36
* | Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-301-59/+49
|\ \
| * | riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-301-63/+50
| * | riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
| |/
* | riscv: Add mem kernel parameter supportKefeng Wang2021-06-151-3/+25
* | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-111-0/+8
* | riscv: fix typo in init.cVitaly Wool2021-06-081-1/+1
* | riscv: mm: init: Consolidate vars, functionsJisheng Zhang2021-05-291-17/+19
* | riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang2021-05-251-7/+1
* | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-251-1/+2
* | riscv: mm: Remove setup_zero_page()Jisheng Zhang2021-05-251-6/+0
|/
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-061-1/+1
* riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-29/+308
|\
| * RISC-V: enable XIPVitaly Wool2021-04-261-8/+109
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-261-0/+33
| * RISC-V: Add kdump supportNick Kossifidis2021-04-261-0/+71
| * riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-261-2/+2
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-261-3/+3
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-261-3/+3
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-261-17/+89
| * riscv: Add support for memtestKefeng Wang2021-03-091-2/+4
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
|/
* riscv: Cleanup setup_bootmem()Kefeng Wang2021-02-261-19/+2
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-81/+27
|\
| * riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti2021-02-221-16/+5
| * riscv: Covert to reserve_initrd_mem()Kefeng Wang2021-02-181-53/+1
| * riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool2021-02-181-6/+13
| * riscv: Add numa support for riscv64 platformAtish Patra2021-01-141-1/+3
| * riscv: Separate memory init from paging initAtish Patra2021-01-141-1/+5
| * riscv: Fix builtin DTB handlingDamien Le Moal2021-01-071-5/+1
* | riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-01-221-1/+1
* | RISC-V: Set current memblock limitAtish Patra2021-01-151-2/+14
|/
* RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra2020-12-211-1/+1
* Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-181-32/+20
|\
| * RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-251-5/+16
| * riscv: Enable CMA supportKefeng Wang2020-11-201-2/+6
| * RISC-V: Add kernel image sections to the resource treeNick Kossifidis2020-11-091-27/+0
* | RISC-V: Use non-PGD mappings for early DTB accessAnup Patel2020-11-061-0/+14
* | RISC-V: Remove any memblock representing unusable memory areaAtish Patra2020-11-051-11/+7
|/
* Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-191-46/+144
|\
| * RISC-V: Add EFI runtime servicesAtish Patra2020-10-021-1/+1
| * RISC-V: Implement late mapping page table allocation functionsAtish Patra2020-10-021-31/+99