summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/Makefile
AgeCommit message (Expand)Author
2023-12-20riscv: mm: Only compile pgtable.c if MMUAlexandre Ghiti
2023-11-07riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig
2023-06-14riscv: mm: stub extable related functions/macros for !MMUJisheng Zhang
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti
2022-12-08Merge patch series "Add PMEM support for RISC-V"Palmer Dabbelt
2022-12-08RISC-V: Implement arch specific PMEM APIsAnup Patel
2022-10-28riscv: Enable HAVE_ARCH_HUGE_VMAP for 64BITLiu Shixin
2022-07-28riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner
2022-03-03riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti
2021-01-14riscv: Fixup patch_text panic in ftraceGuo Ren
2021-01-14riscv: Fixup wrong ftrace remove cflagGuo Ren
2020-07-30riscv: Allow building with kcov coverageTobias Klauser
2020-03-26riscv: Add support to dump the kernel page tablesZong Li
2020-03-26riscv: add ARCH_HAS_SET_MEMORY supportZong Li
2020-01-23riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li
2020-01-22riscv: Add KASAN supportNick Hu
2019-12-20riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-11riscv: use the generic ioremap codeChristoph Hellwig
2019-09-05riscv: move the TLB flush logic out of lineChristoph Hellwig
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah
2019-05-16riscv: move switch_mm to its own fileGary Guo
2019-03-26RISC-V: Always compile mm/init.c with cmodel=medany and notraceAnup Patel
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman
2017-09-26RISC-V: Build InfrastructurePalmer Dabbelt