summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2022-01-06riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti1-1/+1
2022-01-06riscv: extable: add a dedicated uaccess handlerJisheng Zhang1-0/+27
2022-01-06riscv: extable: add `type` and `data` fieldsJisheng Zhang1-4/+21
2022-01-06riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang1-5/+5
2022-01-06riscv: extable: make fixup_exception() return boolJisheng Zhang1-3/+3
2022-01-06riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang1-6/+0
2022-01-06riscv: switch to relative exception tablesJisheng Zhang1-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-02Merge 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-27riscv: remove .text section size limitation for XIPVitaly Wool1-4/+3
2021-10-05riscv: Flush current cpu icache before other cpusAlexandre Ghiti1-0/+2
2021-10-05riscv: 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-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
2021-07-22Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt1-0/+1
2021-07-22riscv: Fix 32-bit RISC-V boot failureBin Meng1-1/+3
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-179/+206
2021-07-07riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti1-2/+2
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti3-64/+38
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-59/+49
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti1-63/+50
2021-07-01riscv: Enable KFENCE for riscv64Liu Shixin1-1/+10
2021-07-01riscv: add ASID-based tlbflushing methodsGuo Ren2-8/+41
2021-07-01riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig1-9/+6
2021-06-19riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang1-1/+1
2021-06-19riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang1-4/+4
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang1-3/+25
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang1-0/+8
2021-06-09riscv: fix typo in init.cVitaly Wool1-1/+1
2021-06-09riscv: mm: Use better bitmap_zalloc()Kefeng Wang1-2/+1