summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
Commit message (Expand)AuthorAgeFilesLines
* riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang2021-06-181-1/+1
* riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang2021-06-181-4/+4
* riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
* 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-065-86/+412
|\
| * riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti2021-05-011-3/+3
| * 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-263-7/+7
| * riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti2021-04-261-12/+61
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-264-18/+112
| * riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti2021-03-291-41/+18
| * 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: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang2021-04-151-0/+1
* | riscv: remove unneeded semicolonYang Li2021-04-011-1/+1
* | RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt2021-03-161-1/+1
* | riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti2021-03-161-0/+2
|/
* 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-265-123/+467
|\
| * riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti2021-02-221-0/+24
| * riscv: Improve kasan population functionAlexandre Ghiti2021-02-221-28/+63
| * riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti2021-02-221-2/+2
| * riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti2021-02-221-16/+5
| * RISC-V: Implement ASID allocatorAnup Patel2021-02-181-4/+261
| * riscv/kasan: add KASAN_VMALLOC supportNylon Chen2021-02-181-1/+56
| * 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 uprobes supportedGuo Ren2021-01-141-0/+6
| * riscv: Add kprobes supportedGuo Ren2021-01-141-0/+4
| * riscv: Fixup patch_text panic in ftraceGuo Ren2021-01-141-0/+1
| * riscv: Fixup wrong ftrace remove cflagGuo Ren2021-01-141-1/+1
| * 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/mm: Prevent kernel module to access user memory without uaccess routinesEric Lin2021-01-071-0/+5
| * riscv/mm: Introduce a die_kernel_fault() helper functionEric Lin2021-01-071-6/+17
* | 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
* | riscv: Fix KASAN memory mapping.Nick Hu2021-01-131-2/+2
|/
* 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-182-32/+26
|\
| * RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-252-5/+22
| * riscv: Enable CMA supportKefeng Wang2020-11-201-2/+6
| * RISC-V: Add kernel image sections to the resource treeNick Kossifidis2020-11-091-27/+0
* | arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-0/+29