summaryrefslogtreecommitdiffstats
path: root/arch/riscv/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-096-179/+206
|\
| * riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti2021-07-061-2/+2
| * riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-053-64/+38
| * Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-301-59/+49
| |\
| | * riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-301-63/+50
| * | riscv: Enable KFENCE for riscv64Liu Shixin2021-06-301-1/+10
| * | riscv: add ASID-based tlbflushing methodsGuo Ren2021-06-302-8/+41
| * | riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig2021-06-301-9/+6
| * | riscv: Add mem kernel parameter supportKefeng Wang2021-06-151-3/+25
| * | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-111-0/+8
| * | riscv: fix typo in init.cVitaly Wool2021-06-081-1/+1
| * | riscv: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-081-2/+1
| * | riscv: mm: init: Consolidate vars, functionsJisheng Zhang2021-05-291-17/+19
| * | riscv: Add __init section marker to some functions againJisheng Zhang2021-05-291-1/+1
| * | riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang2021-05-251-3/+4
| * | riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang2021-05-251-7/+1
| * | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-251-1/+2
| * | riscv: mm: Remove setup_zero_page()Jisheng Zhang2021-05-251-6/+0
| * | riscv: mm: add THP support on 64-bitNanyong Sun2021-05-221-0/+7
| * | riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun2021-05-221-5/+5
* | | riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang2021-06-181-1/+1
* | | riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang2021-06-181-4/+4
| |/ |/|
* | riscv: mm: Fix W+X mappings at bootJisheng Zhang2021-06-011-2/+6
|/
* riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven2021-05-061-1/+1
* riscv: Only extend kernel reservation if mapped read-onlyGeert Uytterhoeven2021-05-061-2/+7
* Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-065-86/+412
|\
| * riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti2021-05-011-3/+3
| * RISC-V: enable XIPVitaly Wool2021-04-261-8/+109
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-261-0/+33
| * RISC-V: Add kdump supportNick Kossifidis2021-04-261-0/+71
| * riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-261-2/+2
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-261-3/+3
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-263-7/+7
| * riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti2021-04-261-12/+61
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-264-18/+112
| * riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti2021-03-291-41/+18
| * riscv: Add support for memtestKefeng Wang2021-03-091-2/+4
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang2021-04-151-0/+1
* | riscv: remove unneeded semicolonYang Li2021-04-011-1/+1
* | RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt2021-03-161-1/+1
* | riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti2021-03-161-0/+2
|/
* riscv: Cleanup setup_bootmem()Kefeng Wang2021-02-261-19/+2
* Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-265-123/+467
|\
| * riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti2021-02-221-0/+24
| * riscv: Improve kasan population functionAlexandre Ghiti2021-02-221-28/+63
| * riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti2021-02-221-2/+2
| * riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti2021-02-221-16/+5
| * RISC-V: Implement ASID allocatorAnup Patel2021-02-181-4/+261
| * riscv/kasan: add KASAN_VMALLOC supportNylon Chen2021-02-181-1/+56