index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
include
/
asm
/
cacheflush.h
Age
Commit message (
Expand
)
Author
2021-11-17
Add linux/cacheflush.h
Matthew Wilcox (Oracle)
2021-10-18
mm: Add flush_dcache_folio()
Matthew Wilcox (Oracle)
2021-09-03
mm: remove flush_kernel_dcache_page
Christoph Hellwig
2020-08-14
sh: remove __KERNEL__ ifdefs from non-UAPI headers
Christoph Hellwig
2020-06-08
sh: implement flush_icache_user_range
Christoph Hellwig
2018-08-02
sh: introduce a sh_cacheop_vaddr helper
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2010-12-01
sh: Assume new page cache pages have dirty dcache lines.
Paul Mundt
2010-03-04
sh: Fix up flush_cache_vmap() on SMP.
Paul Mundt
2010-02-05
sh: add mm API for DMA to vmalloc/vmap areas
James Bottomley
2009-11-26
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
2009-09-03
sh: Fix up and optimize the kmap_coherent() interface.
Paul Mundt
2009-08-21
sh: Make cache flushers SMP-aware.
Paul Mundt
2009-08-21
sh: Kill off unused cpu/cacheflush.h.
Paul Mundt
2009-08-15
sh: Migrate SH-4 cacheflush ops to function pointers.
Paul Mundt
2009-08-15
sh: Kill off unused flush_icache_user_range().
Paul Mundt
2009-08-15
sh: consolidate flush_dcache_mmap_lock/unlock() definitions.
Paul Mundt
2009-08-15
sh: Centralize the CPU cache initialization routines.
Paul Mundt
2009-08-15
sh: rework nommu for generic cache.c use.
Paul Mundt
2009-08-15
sh: rename pg-mmu.c -> cache.c, enable generically.
Paul Mundt
2009-08-15
sh: Provide the kmap_coherent() interface generically.
Paul Mundt
2009-08-04
sh: Provide __flush_anon_page().
Paul Mundt
2009-07-27
sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms.
Paul Mundt
2009-07-27
sh: wire up clear_user_highpage() for sh4, convert sh7705.
Paul Mundt
2009-05-07
sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN.
Paul Mundt
2008-07-29
sh: migrate to arch/sh/include/
Paul Mundt