index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
armv7
/
cache_v7.c
Age
Commit message (
Expand
)
Author
2021-03-02
arm: cp15: remove weak function arm_init_domains
Patrick Delaunay
2020-05-18
common: Drop net.h from common header
Simon Glass
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-08-05
ARM: Rework and correct barrier definitions
Tom Rini
2016-07-14
arm: Don't invalidate unaligned cache regions
Simon Glass
2016-07-14
arm: Move check_cache_range() into a common place
Simon Glass
2016-07-14
arm: cache: add missing dummy functions for when dcache disabled
Daniel Allred
2016-04-11
arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_INVAL_ALL) with asm code
Hans de Goede
2016-04-11
arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm code
Hans de Goede
2016-01-31
arm: cache: Implement cache range check for v7
Marek Vasut
2015-08-12
ARM: cache: implement a default weak flush_cache() function
Wu, Josh
2015-08-12
ARM: cache: add an empty stub function for invalidate/flush dcache
Wu, Josh
2015-04-16
ARM: cpu: Add ARMv7 barrier operations support
Valentine Barshak
2014-11-12
ARM: cache_v7: Various minor cleanups
Thierry Reding
2014-07-04
ARM: cache_v7: use __weak
Jeroen Hofstee
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-28
ARM: mmu: Set domain permissions to client access
R Sricharan
2012-11-19
arm: Add control over cachability of memory regions
Simon Glass
2011-09-04
armv7: cache: remove flush on un-aligned invalidate
Aneesh V
2011-09-04
armv7: stronger barrier for cache-maintenance operations
Aneesh V
2011-07-04
armv7: cache maintenance operations for armv7
Aneesh V