index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
cacheflush.h
Age
Commit message (
Expand
)
Author
2021-04-14
powerpc/mem: Inline flush_dcache_page()
Christophe Leroy
2021-04-14
powerpc/mem: Declare __flush_dcache_icache() static
Christophe Leroy
2021-02-11
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
2020-09-02
powerpc: Rewrite 4xx flush_cache_instruction() in C
Christophe Leroy
2020-09-02
powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.h
Christophe Leroy
2020-07-16
powerpc/pmem: Add flush routines using new pmem store and sync instruction
Aneesh Kumar K.V
2020-06-08
mm: rename flush_icache_user_range to flush_icache_user_page
Christoph Hellwig
2020-06-08
powerpc: use asm-generic/cacheflush.h
Christoph Hellwig
2020-03-27
powerpc/64: Avoid isync in flush_dcache_range()
Aneesh Kumar K.V
2019-11-07
powerpc: Convert flush_icache_range & friends to C
Alastair D'Silva
2019-11-07
powerpc: define helpers to get L1 icache sizes
Alastair D'Silva
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-05
powerpc/64: reuse PPC32 static inline flush_dcache_range()
Christophe Leroy
2019-07-05
powerpc/32: define helpers to get L1 cache sizes.
Christophe Leroy
2019-07-05
powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
Christophe Leroy
2019-07-01
powerpc/cacheflush: fix variable set but not used
Qian Cai
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-07-30
powerpc: remove unneeded inclusions of cpu_has_feature.h
Christophe Leroy
2018-06-06
powerpc/64s/radix: Fix missing ptesync in flush_cache_vmap
Nicholas Piggin
2018-06-03
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
2018-03-20
powerpc: Remove unused flush_dcache_phys_range()
Matt Brown
2016-08-01
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
2016-03-11
powerpc32: move xxxxx_dcache_range() functions inline
Christophe Leroy
2016-03-04
powerpc/cache: add cache flush operation for various e500
chenhui zhao
2015-08-07
powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA
Scott Wood
2015-02-05
mm/debug_pagealloc: fix build failure on ppc and some other archs
Joonsoo Kim
2013-08-14
powerpc: Remove the symbol __flush_icache_range
Kevin Hao
2013-08-14
powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_range
Kevin Hao
2012-09-12
powerpc/85xx: add HOTPLUG_CPU support
Zhao Chenhui
2009-11-26
block: add helpers to run flush_dcache_page() against a bio and a request's p...
Ilya Loginov
2008-08-04
powerpc: Move include files to arch/powerpc/include/asm
Stephen Rothwell