index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
lib
/
cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-24
arc: Remove common.h usage
Tom Rini
1
-1
/
+0
2022-12-05
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
1
-2
/
+2
2021-09-23
lmb: Switch to generic arch_lmb_reserve_generic()
Marek Vasut
1
-17
/
+1
2021-09-23
lmb: Always compile arch_lmb_reserve() into U-Boot on arc
Marek Vasut
1
-0
/
+30
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-04-16
ARC: CACHE: mark IOC helper functions as inlined_cachefunc
Eugeniy Paltsev
1
-3
/
+3
2020-04-16
ARC: CACHE: add support for SL$ disable
Eugeniy Paltsev
1
-7
/
+107
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
1
-0
/
+1
2018-05-31
ARC: Cache: Don't compare I$ and D$ line lengths
Alexey Brodkin
1
-4
/
+8
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-03-21
ARC: Cache: Refactor arc_ioc_setup()
Eugeniy Paltsev
1
-6
/
+6
2018-03-21
ARC: Cache: Add missing cache cleanup before cache disable
Eugeniy Paltsev
1
-14
/
+39
2018-03-21
ARC: Cache: Add more HW configuration checks
Eugeniy Paltsev
1
-0
/
+75
2018-03-21
ARC: Implement a function to sync and cleanup caches
Eugeniy Paltsev
1
-0
/
+23
2018-03-21
ARC: Cache: Fix SLC operations when SLC is bypassed for data
Eugeniy Paltsev
1
-11
/
+28
2018-03-21
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
Eugeniy Paltsev
1
-17
/
+21
2018-03-21
ARC: Move IOC enabling to compile-time options
Eugeniy Paltsev
1
-20
/
+29
2018-03-21
ARC: Cache: Move PAE exists check into slc_upper_region_init()
Eugeniy Paltsev
1
-6
/
+9
2018-03-21
ARC: Move cache global variables to arch_global_data
Eugeniy Paltsev
1
-10
/
+9
2018-03-21
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
Eugeniy Paltsev
1
-24
/
+43
2018-03-21
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
Eugeniy Paltsev
1
-5
/
+11
2018-03-21
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
Eugeniy Paltsev
1
-30
/
+29
2018-03-21
ARC: Cache: Allways check D$ status before entire/line ops
Eugeniy Paltsev
1
-5
/
+6
2018-03-21
ARC: Move BCR encodings to separate header file
Eugeniy Paltsev
1
-59
/
+8
2018-03-21
ARC: Cache: Move IOC initialization to a separate function
Eugeniy Paltsev
1
-26
/
+30
2018-03-21
ARC: Flush & invalidate D$ with a single command
Eugeniy Paltsev
1
-5
/
+84
2018-03-21
ARC: Cache: Add support for FLUSH_N_INV D$ operations
Eugeniy Paltsev
1
-23
/
+19
2018-03-21
ARC: Cache: Remove per-line I$ operations as unused
Eugeniy Paltsev
1
-23
/
+7
2018-03-21
ARC: Cache: Move I$ entire operation to a separate function
Eugeniy Paltsev
1
-12
/
+19
2018-01-19
ARC: Cache: Fix style violations reported by checkpatch
Eugeniy Paltsev
1
-10
/
+8
2018-01-19
ARC: Cache: Disable IOC by default
Eugeniy Paltsev
1
-1
/
+4
2018-01-19
ARC: ARCv2: Cache: Fixed operation without IOC
Eugeniy Paltsev
1
-69
/
+116
2017-12-11
ARC: cache: explicitly initialize "*_exists" variables
Eugeniy Paltsev
1
-8
/
+8
2017-11-24
arc: cache: Add required NOPs after invalidation of instruction cache
Alexey Brodkin
1
-0
/
+7
2017-06-29
arcv2: Set IOC aperture so it covers available DDR
Alexey Brodkin
1
-6
/
+23
2017-04-11
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
Alexey Brodkin
1
-1
/
+7
2016-06-13
arc/cache: Flush & invalidate all caches right before enabling IOC
Alexey Brodkin
1
-0
/
+3
2016-06-13
arc/cache: really do invalidate_dcache_all() even if IOC exists
Alexey Brodkin
1
-5
/
+2
2016-04-21
arc/cache: really do flush_dcache_all() even if IOC exists
Alexey Brodkin
1
-5
/
+2
2016-02-20
arc: cache - utilize IO coherency (AKA IOC) engine
Alexey Brodkin
1
-8
/
+51
2016-02-20
arc: cache - accommodate different L1 cache line lengths
Alexey Brodkin
1
-36
/
+82
2015-07-01
arc: significant cache rework
Alexey Brodkin
1
-120
/
+255
2015-04-03
arc: add support for SLC (System Level Cache, AKA L2-cache)
Alexey Brodkin
1
-0
/
+46
2015-04-03
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
Alexey Brodkin
1
-4
/
+8
2015-02-09
arc: select cache settings via menuconfig
Alexey Brodkin
1
-0
/
+1
2015-02-09
arc: define and use PTAG AUX regs for MMUv3 only
Alexey Brodkin
1
-3
/
+3
2015-01-15
arc: move common sources in library
Alexey Brodkin
1
-0
/
+167