summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-02riscv: mm: Fix W+X mappings at bootJisheng Zhang1-2/+6
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang1-17/+19
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang1-1/+1
2021-05-26riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang1-3/+4
2021-05-26riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang1-7/+1
2021-05-26riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+2
2021-05-26riscv: mm: Remove setup_zero_page()Jisheng Zhang1-6/+0
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun1-0/+7
2021-05-22riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun1-5/+5
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-1/+1
2021-05-06riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven1-2/+7
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-86/+412
2021-05-01riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti1-3/+3
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-26RISC-V: enable XIPVitaly Wool1-8/+109
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis1-0/+33
2021-04-26RISC-V: Add kdump supportNick Kossifidis1-0/+71
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+2
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang1-3/+3
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang3-7/+7
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti1-12/+61
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti4-18/+112
2021-04-16riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang1-0/+1
2021-04-02riscv: remove unneeded semicolonYang Li1-1/+1
2021-03-30riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti1-41/+18
2021-03-17RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt1-1/+1
2021-03-17riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti1-0/+2
2021-03-10riscv: Add support for memtestKefeng Wang1-2/+4
2021-02-27riscv: Cleanup setup_bootmem()Kefeng Wang1-19/+2
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-123/+467
2021-02-23riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti1-0/+24
2021-02-23riscv: Improve kasan population functionAlexandre Ghiti1-28/+63
2021-02-23riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti1-2/+2
2021-02-23riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti1-16/+5
2021-02-19RISC-V: Implement ASID allocatorAnup Patel1-4/+261
2021-02-19riscv/kasan: add KASAN_VMALLOC supportNylon Chen1-1/+56
2021-02-19riscv: Covert to reserve_initrd_mem()Kefeng Wang1-53/+1
2021-02-19riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool1-6/+13
2021-01-23riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-1/+1
2021-01-16RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-15riscv: Add uprobes supportedGuo Ren1-0/+6
2021-01-15riscv: Add kprobes supportedGuo Ren1-0/+4
2021-01-15riscv: Fixup patch_text panic in ftraceGuo Ren1-0/+1
2021-01-15riscv: Fixup wrong ftrace remove cflagGuo Ren1-1/+1
2021-01-15riscv: Add numa support for riscv64 platformAtish Patra1-1/+3
2021-01-15riscv: Separate memory init from paging initAtish Patra1-1/+5
2021-01-14riscv: Fix KASAN memory mapping.Nick Hu1-2/+2
2021-01-08riscv: Fix builtin DTB handlingDamien Le Moal1-5/+1
2021-01-08riscv/mm: Prevent kernel module to access user memory without uaccess routinesEric Lin1-0/+5
2021-01-08riscv/mm: Introduce a die_kernel_fault() helper functionEric Lin1-6/+17