summaryrefslogtreecommitdiff
path: root/arch/riscv/mm
AgeCommit message (Expand)AuthorFilesLines
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-03riscv: mm: init: make pt_ops_set_[early|late|fixmap] staticJisheng Zhang1-3/+3
2022-06-02riscv: Improve virtual kernel memory layout dumpAlexandre Ghiti1-15/+51
2022-06-01Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+8
2022-05-27RISC-V: Various XIP fixesPalmer Dabbelt1-4/+4
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-7/+1
2022-05-26RISC-V: Fix the XIP buildPalmer Dabbelt1-1/+1
2022-05-25RISC-V: Avoid empty create_*_mapping definitionsPalmer Dabbelt1-3/+3
2022-05-12riscv: support for Svpbmt and D1 memory typesPalmer Dabbelt1-0/+1
2022-05-12riscv: add memory-type errata for T-HeadHeiko Stuebner1-0/+1
2022-04-29RISC-V: relocate DTB if it's outside memory regionNick Kossifidis1-2/+19
2022-04-22RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel1-0/+1
2022-04-21riscv: mm: Remove the copy operation of pmdChuanhua Han1-7/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-7/+1
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-37/+286
2022-03-24riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang1-4/+2
2022-03-04riscv: Fix kasan pud populationAlexandre Ghiti1-1/+4
2022-03-04riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti1-1/+1
2022-03-04riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-04riscv: Fix DEBUG_VIRTUAL false warningsAlexandre Ghiti1-3/+1
2022-03-04riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-02-22RISC-V: Add Sv57 page table supportPalmer Dabbelt2-36/+285
2022-02-15riscv: mm: Support kasan for sv57Qinglin Pan1-14/+141
2022-02-15riscv: mm: Set sv57 on defaultlyQinglin Pan1-8/+27
2022-02-15riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan1-15/+116
2022-02-15riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan1-0/+2
2022-02-15riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang1-2/+2
2022-02-09riscv: extable: fix err reg writing in dedicated uaccess handlerJisheng Zhang1-3/+3
2022-02-05riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt1-0/+1
2022-02-05riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt1-0/+1
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra2-11/+3
2022-01-20riscv: fix boolconv.cocci warningskernel test robot1-2/+1
2022-01-20RISC-V: Introduce sv48 support without relocatable kernelPalmer Dabbelt3-118/+459
2022-01-20riscv: Implement sv48 supportAlexandre Ghiti3-32/+321
2022-01-20riscv: Introduce functions to switch pt_opsAlexandre Ghiti1-23/+51
2022-01-20riscv: Split early kasan mapping to prepare sv48 introductionAlexandre Ghiti2-51/+66
2022-01-20riscv: 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-10riscv: 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-06riscv: mm: Enable PMD split page table lock for RV64Kefeng Wang1-1/+2
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