~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
* lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut2021-09-23
* lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut2021-09-23
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev2020-04-16
* ARC: CACHE: add support for SL$ disableEugeniy Paltsev2020-04-16
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-02
* ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin2018-05-31
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev2018-03-21
* ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev2018-03-21
* ARC: Cache: Add more HW configuration checksEugeniy Paltsev2018-03-21
* ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev2018-03-21
* ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev2018-03-21
* ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev2018-03-21
* ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev2018-03-21
* ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev2018-03-21
* ARC: Move cache global variables to arch_global_dataEugeniy Paltsev2018-03-21
* ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev2018-03-21
* ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev2018-03-21
* ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev2018-03-21
* ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev2018-03-21
* ARC: Move BCR encodings to separate header fileEugeniy Paltsev2018-03-21
* ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev2018-03-21
* ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev2018-03-21
* ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev2018-03-21
* ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev2018-03-21
* ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev2018-03-21
* ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev2018-01-19
* ARC: Cache: Disable IOC by defaultEugeniy Paltsev2018-01-19
* ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev2018-01-19
* ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev2017-12-11
* arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin2017-11-24
* arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin2017-06-29
* ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin2017-04-11
* arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin2016-06-13
* arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin2016-06-13
* arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin2016-04-21
* arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2016-02-20
* arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin2016-02-20
* arc: significant cache reworkAlexey Brodkin2015-07-01
* arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2015-04-03
* arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin2015-04-03
* arc: select cache settings via menuconfigAlexey Brodkin2015-02-09
* arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2015-02-09
* arc: move common sources in libraryAlexey Brodkin2015-01-15