summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2-11/+3
2022-01-19riscv: fix boolconv.cocci warningskernel test robot1-2/+1
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt3-118/+459
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti3-32/+321
2022-01-19riscv: Introduce functions to switch pt_opsAlexandre Ghiti1-23/+51
2022-01-19riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2-51/+66
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti1-12/+13
2022-01-19riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usageJisheng Zhang1-8/+3
2022-01-19riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdefJisheng Zhang1-9/+7
2022-01-19riscv: mm: init: remove _pt_ops and use pt_ops directlyJisheng Zhang1-4/+2
2022-01-19riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang1-27/+16
2022-01-19riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"Jisheng Zhang1-2/+0
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-21/+69
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-1/+1
2022-01-09riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang1-1/+1
2022-01-09riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis1-4/+13
2022-01-05riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang1-1/+2
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti1-1/+1
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang1-0/+27
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang1-4/+21
2022-01-05riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang1-5/+5
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang1-3/+3
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang1-6/+0
2022-01-05riscv: switch to relative exception tablesJisheng Zhang1-1/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+8
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel1-2/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+14
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-5/+14
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-28riscv, bpf: Add BPF exception tablesTong Tiangen1-5/+14
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool1-4/+3
2021-10-04riscv: Flush current cpu icache before other cpusAlexandre Ghiti1-0/+2
2021-10-04riscv: mm: don't advertise 1 num_asid for 0 asid bitsVineet Gupta1-3/+5
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-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+0
2021-08-24riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven1-20/+0
2021-08-13riscv: Support allocating gigantic hugepages using CMAKefeng Wang1-0/+3
2021-08-13riscv: 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-11riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti1-36/+40
2021-08-11riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti1-10/+2
2021-08-11riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti1-3/+1
2021-08-11riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti1-19/+11
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti1-3/+0
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-5/+12