aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
AgeCommit message (Expand)Author
2021-11-02riscv: Fix asan-stack clang buildAlexandre Ghiti
2021-11-02riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti
2021-10-13riscv: Flush current cpu icache before other cpusAlexandre Ghiti
2021-09-22riscv: fix the global name pfn_base confliction errorKenneth Lee
2021-08-12riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti
2021-07-22riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti
2021-07-22riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti
2021-07-22riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti
2021-07-21Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt
2021-07-21riscv: Fix 32-bit RISC-V boot failureBin Meng
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-06riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-30riscv: Enable KFENCE for riscv64Liu Shixin
2021-06-30riscv: add ASID-based tlbflushing methodsGuo Ren
2021-06-30riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang
2021-06-08riscv: fix typo in init.cVitaly Wool
2021-06-08riscv: mm: Use better bitmap_zalloc()Kefeng Wang
2021-06-01riscv: mm: Fix W+X mappings at bootJisheng Zhang
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang
2021-05-25riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang
2021-05-25riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang
2021-05-25riscv: mm: Remove setup_zero_page()Jisheng Zhang
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun
2021-05-22riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven
2021-05-06riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-01riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-26RISC-V: enable XIPVitaly Wool
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis
2021-04-26RISC-V: Add kdump supportNick Kossifidis
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti
2021-04-15riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang
2021-04-01riscv: remove unneeded semicolonYang Li
2021-03-29riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti