summaryrefslogtreecommitdiff
path: root/arch/riscv/mm/cacheflush.c
AgeCommit message (Expand)Author
2024-03-20riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti
2023-10-26RISC-V: cacheflush: Initialize CBO variables on ACPI systemsSunil V L
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)
2023-07-06riscv: mm: mark CBO relate initialization funcs as __initJisheng Zhang
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-08RISC-V: Use IPIs for remote icache flush when possibleAnup Patel
2023-03-14RISC-V: Add Zicboz detection and block size parsingAndrew Jones
2023-03-14RISC-V: Factor out body of riscv_init_cbom_blocksize loopAndrew Jones
2023-02-09riscv: Fixup race condition on PG_dcache_clean in flush_icache_pteGuo Ren
2022-12-09Merge patch series "RISC-V: Ensure Zicbom has a valid block size"Palmer Dabbelt
2022-12-02riscv/mm: hugepage's PG_dcache_clean flag is only set in head pageTong Tiangen
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones
2022-01-20RISC-V: Do not use cpumask data structure for hartid bitmapAtish Patra
2021-10-04riscv: Flush current cpu icache before other cpusAlexandre Ghiti
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2019-12-27riscv: export flush_icache_all to modulesOlof Johansson
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-13riscv: implement remote sfence.i using IPIsChristoph Hellwig
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-05-16riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman