summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-22RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra1-1/+1
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-32/+26
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+29
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-0/+2
2020-11-26RISC-V: Protect all kernel sections including init earlyAtish Patra2-5/+22
2020-11-21riscv: Enable CMA supportKefeng Wang1-2/+6
2020-11-09RISC-V: Add kernel image sections to the resource treeNick Kossifidis1-27/+0
2020-11-06RISC-V: Use non-PGD mappings for early DTB accessAnup Patel1-0/+14
2020-11-06riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua1-1/+3
2020-11-05RISC-V: Remove any memblock representing unusable memory areaAtish Patra1-11/+7
2020-10-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-210/+384
2020-10-14memblock: use separate iterators for memory and reserved regionsMike Rapoport1-1/+1
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2-20/+15
2020-10-14riscv: drop unneeded node initializationMike Rapoport1-9/+0
2020-10-05RISC-V: Make sure memblock reserves the memory containing DTAtish Patra1-0/+1
2020-10-03RISC-V: Add page table dump support for uefiAtish Patra1-6/+42
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra1-1/+1
2020-10-03RISC-V: Implement late mapping page table allocation functionsAtish Patra1-31/+99
2020-10-03RISC-V: Add early ioremap supportAtish Patra1-0/+33
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel1-14/+12
2020-09-19riscv: Add sfence.vma after early page table changesGreentime Hu1-4/+3
2020-09-16riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg1-1/+2
2020-09-16riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg1-1/+1
2020-09-16riscv/mm/fault: Move access error check to functionPekka Enberg1-21/+27
2020-09-16riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg1-1/+3
2020-09-16riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg1-23/+18
2020-09-16riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg1-25/+31
2020-09-16riscv/mm/fault: Simplify fault error handlingPekka Enberg1-10/+8
2020-09-16riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg1-82/+82
2020-09-16riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg1-27/+40
2020-09-16riscv/mm/fault: Move no context handling to no_context()Pekka Enberg1-31/+52
2020-09-16riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg1-11/+9