summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cacheflush.h
AgeCommit message (Expand)Author
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)
2023-08-24sh: implement the new page table range APIMatthew Wilcox (Oracle)
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)
2021-10-18mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig
2020-06-08sh: implement flush_icache_user_rangeChristoph Hellwig
2018-08-02sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2010-12-01sh: Assume new page cache pages have dirty dcache lines.Paul Mundt
2010-03-04sh: Fix up flush_cache_vmap() on SMP.Paul Mundt
2010-02-05sh: add mm API for DMA to vmalloc/vmap areasJames Bottomley
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov
2009-09-03sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt
2009-08-21sh: Make cache flushers SMP-aware.Paul Mundt
2009-08-21sh: Kill off unused cpu/cacheflush.h.Paul Mundt
2009-08-15sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt
2009-08-15sh: Kill off unused flush_icache_user_range().Paul Mundt
2009-08-15sh: consolidate flush_dcache_mmap_lock/unlock() definitions.Paul Mundt
2009-08-15sh: Centralize the CPU cache initialization routines.Paul Mundt
2009-08-15sh: rework nommu for generic cache.c use.Paul Mundt
2009-08-15sh: rename pg-mmu.c -> cache.c, enable generically.Paul Mundt
2009-08-15sh: Provide the kmap_coherent() interface generically.Paul Mundt
2009-08-04sh: Provide __flush_anon_page().Paul Mundt
2009-07-27sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.Paul Mundt
2009-07-27sh: wire up clear_user_highpage() for sh4, convert sh7705.Paul Mundt
2009-05-07sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN.Paul Mundt
2008-07-29sh: migrate to arch/sh/include/Paul Mundt