summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang
2021-06-01riscv: mm: Fix W+X mappings at bootJisheng 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
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-01riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-04-15riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang
2021-04-01riscv: remove unneeded semicolonYang Li
2021-03-29riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti
2021-03-16RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt
2021-03-16riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti
2021-03-09riscv: Add support for memtestKefeng Wang
2021-02-26riscv: Cleanup setup_bootmem()Kefeng Wang
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti
2021-02-22riscv: Improve kasan population functionAlexandre Ghiti
2021-02-22riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti
2021-02-22riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti
2021-02-18RISC-V: Implement ASID allocatorAnup Patel
2021-02-18riscv/kasan: add KASAN_VMALLOC supportNylon Chen
2021-02-18riscv: Covert to reserve_initrd_mem()Kefeng Wang
2021-02-18riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool
2021-01-22riscv: Fixup pfn_valid error with wrong max_mapnrGuo Ren
2021-01-15RISC-V: Set current memblock limitAtish Patra
2021-01-14riscv: Add uprobes supportedGuo Ren
2021-01-14riscv: Add kprobes supportedGuo Ren
2021-01-14riscv: Fixup patch_text panic in ftraceGuo Ren
2021-01-14riscv: Fixup wrong ftrace remove cflagGuo Ren
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra
2021-01-14riscv: Separate memory init from paging initAtish Patra
2021-01-13riscv: Fix KASAN memory mapping.Nick Hu
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal
2021-01-07riscv/mm: Prevent kernel module to access user memory without uaccess routinesEric Lin
2021-01-07riscv/mm: Introduce a die_kernel_fault() helper functionEric Lin
2020-12-21RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra
2020-11-20riscv: Enable CMA supportKefeng Wang