summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2025-12-07riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macroJosephine Pfeiffer1-1/+1
2024-08-19riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao1-8/+9
2024-07-05riscv: fix overlap of allocated page and PTR_ERRNam Cao1-10/+11
2024-07-05riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang1-27/+16
2023-07-23riscv: mm: fix truncation warning on RV32Jisheng Zhang1-1/+1
2023-07-23riscv: move memblock_allow_resize() after linear mapping is readyWoody Zhang1-1/+3
2023-06-09riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti1-1/+1
2023-05-17RISC-V: Fix up a cherry-pick warning in setup_vm_final()Alexandre Ghiti1-1/+2
2023-05-17RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng1-0/+8
2023-05-11riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai1-4/+2
2023-05-01riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti1-19/+2
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti1-13/+34
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2-2/+2
2023-03-22riscv: asid: Fixup stale TLB entry cause application crashGuo Ren1-10/+20
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-21/+17
2023-03-10riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel1-4/+6
2023-02-14riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren1-1/+3
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2023-01-12riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich2-17/+21
2022-11-16riscv: fix reserved memory setupConor Dooley1-1/+0
2022-10-26riscv: Make VM_WRITE imply VM_READAndrew Bresticker1-1/+2
2022-09-08mm: pagewalk: Fix race between unmap and page walkerSteven Price1-2/+2
2022-08-17RISC-V: Add modules to virtual kernel memory layout dumpXianting Tian1-0/+4
2022-07-12riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt1-0/+1
2022-05-12RISC-V: relocate DTB if it's outside memory regionNick Kossifidis1-2/+19
2022-03-08riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-08riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-08riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt1-0/+1
2022-01-27riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang1-1/+1
2022-01-27riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis1-4/+13
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti1-0/+3
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti1-11/+0
2021-10-05riscv: Flush current cpu icache before other cpusAlexandre Ghiti1-0/+2
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-72/+58
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-30/+14
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-30/+14
2021-09-02Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+0
2021-08-25riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven1-20/+0
2021-08-14riscv: Support allocating gigantic hugepages using CMAKefeng Wang1-0/+3
2021-08-14riscv: fix the global name pfn_base confliction errorKenneth Lee1-3/+3
2021-08-12riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti1-1/+1
2021-08-12riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti1-36/+40
2021-08-12riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti1-10/+2
2021-08-12riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti1-3/+1
2021-08-12riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti1-19/+11
2021-08-12riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti1-3/+0
2021-08-07riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-5/+12
2021-07-23riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti1-2/+16
2021-07-23riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti1-0/+2
2021-07-23riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti1-2/+9