summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-23riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang
2022-03-03riscv: Fix kasan pud populationAlexandre Ghiti
2022-03-03riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti
2022-03-03riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti
2022-03-03riscv: Fix DEBUG_VIRTUAL false warningsAlexandre Ghiti
2022-03-03riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti
2022-02-22RISC-V: Add Sv57 page table supportPalmer Dabbelt
2022-02-14riscv: mm: Support kasan for sv57Qinglin Pan
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan
2022-02-14riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang
2022-02-08riscv: extable: fix err reg writing in dedicated uaccess handlerJisheng Zhang
2022-02-04riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt
2022-02-04riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2022-01-19riscv: fix boolconv.cocci warningskernel test robot
2022-01-19RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti
2022-01-19riscv: Introduce functions to switch pt_opsAlexandre Ghiti
2022-01-19riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti
2022-01-19riscv: Move KASAN mapping next to the kernel mappingAlexandre Ghiti
2022-01-19riscv: mm: init: try best to remove #ifdef CONFIG_XIP_KERNEL usageJisheng Zhang
2022-01-19riscv: mm: init: try IS_ENABLED(CONFIG_XIP_KERNEL) instead of #ifdefJisheng Zhang
2022-01-19riscv: mm: init: remove _pt_ops and use pt_ops directlyJisheng Zhang
2022-01-19riscv: mm: init: try best to use IS_ENABLED(CONFIG_64BIT) instead of #ifdefJisheng Zhang
2022-01-19riscv: mm: init: remove unnecessary "#ifdef CONFIG_CRASH_DUMP"Jisheng Zhang
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-09riscv: mm: fix wrong phys_ram_base value for RV64Jisheng Zhang
2022-01-09riscv: try to allocate crashkern region from 32bit addressible memoryNick Kossifidis
2022-01-05riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang
2022-01-05riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti
2022-01-05riscv: extable: add a dedicated uaccess handlerJisheng Zhang
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang
2022-01-05riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang
2022-01-05riscv: switch to relative exception tablesJisheng Zhang
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti
2021-10-28riscv, bpf: Add BPF exception tablesTong Tiangen
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool