1. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  2. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  3. 637e354 ARC: CACHE: mark IOC helper functions as inlined_cachefunc by Eugeniy Paltsev · Wed Mar 11 15:00:44 2020 +0300
  4. 67c3492 ARC: CACHE: add support for SL$ disable by Eugeniy Paltsev · Wed Mar 11 15:00:43 2020 +0300
  5. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  6. cf4f323 ARC: Cache: Don't compare I$ and D$ line lengths by Alexey Brodkin · Fri May 25 20:22:23 2018 +0300
  7. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  8. 6305e2b ARC: Cache: Refactor arc_ioc_setup() by Eugeniy Paltsev · Wed Mar 21 15:59:05 2018 +0300
  9. dddc886 ARC: Cache: Add missing cache cleanup before cache disable by Eugeniy Paltsev · Wed Mar 21 15:59:04 2018 +0300
  10. a22fcc4 ARC: Cache: Add more HW configuration checks by Eugeniy Paltsev · Wed Mar 21 15:59:03 2018 +0300
  11. 67fd56a ARC: Implement a function to sync and cleanup caches by Eugeniy Paltsev · Wed Mar 21 15:59:02 2018 +0300
  12. 767675f ARC: Cache: Fix SLC operations when SLC is bypassed for data by Eugeniy Paltsev · Wed Mar 21 15:59:01 2018 +0300
  13. 0dec96c ARC: Cache: Implement [i,d]cache_enabled() as separate functions by Eugeniy Paltsev · Wed Mar 21 15:59:00 2018 +0300
  14. 04011ab ARC: Move IOC enabling to compile-time options by Eugeniy Paltsev · Wed Mar 21 15:58:59 2018 +0300
  15. 0627b3a ARC: Cache: Move PAE exists check into slc_upper_region_init() by Eugeniy Paltsev · Wed Mar 21 15:58:58 2018 +0300
  16. f3de8d6 ARC: Move cache global variables to arch_global_data by Eugeniy Paltsev · Wed Mar 21 15:58:57 2018 +0300
  17. 6d5147b ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables by Eugeniy Paltsev · Wed Mar 21 15:58:56 2018 +0300
  18. bb8155a ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op() by Eugeniy Paltsev · Wed Mar 21 15:58:55 2018 +0300
  19. 76caa80 ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef by Eugeniy Paltsev · Wed Mar 21 15:58:54 2018 +0300
  20. 7fd7e0a ARC: Cache: Allways check D$ status before entire/line ops by Eugeniy Paltsev · Wed Mar 21 15:58:53 2018 +0300
  21. 589ac75 ARC: Move BCR encodings to separate header file by Eugeniy Paltsev · Wed Mar 21 15:58:52 2018 +0300
  22. d4c5b2a ARC: Cache: Move IOC initialization to a separate function by Eugeniy Paltsev · Wed Mar 21 15:58:51 2018 +0300
  23. bcedf4d ARC: Flush & invalidate D$ with a single command by Eugeniy Paltsev · Wed Mar 21 15:58:50 2018 +0300
  24. e256cb0 ARC: Cache: Add support for FLUSH_N_INV D$ operations by Eugeniy Paltsev · Wed Mar 21 15:58:48 2018 +0300
  25. 988152c ARC: Cache: Remove per-line I$ operations as unused by Eugeniy Paltsev · Wed Mar 21 15:58:47 2018 +0300
  26. ad8aef3 ARC: Cache: Move I$ entire operation to a separate function by Eugeniy Paltsev · Wed Mar 21 15:58:46 2018 +0300
  27. 6e626f0 ARC: Cache: Fix style violations reported by checkpatch by Eugeniy Paltsev · Tue Jan 16 19:20:29 2018 +0300
  28. 111161e ARC: Cache: Disable IOC by default by Eugeniy Paltsev · Tue Jan 16 19:20:28 2018 +0300
  29. 1d0578e ARC: ARCv2: Cache: Fixed operation without IOC by Eugeniy Paltsev · Tue Jan 16 19:20:26 2018 +0300
  30. 570d551 ARC: cache: explicitly initialize "*_exists" variables by Eugeniy Paltsev · Thu Nov 30 17:41:32 2017 +0300
  31. eba1ee6 arc: cache: Add required NOPs after invalidation of instruction cache by Alexey Brodkin · Fri Nov 17 16:02:17 2017 +0300
  32. 982f6bf arcv2: Set IOC aperture so it covers available DDR by Alexey Brodkin · Mon Jun 26 11:46:47 2017 +0300
  33. 7ebca7e ARCv2: SLC: Make sure busy bit is set properly on SLC flushing by Alexey Brodkin · Wed Apr 05 17:50:09 2017 +0300
  34. 5accfc9 arc/cache: Flush & invalidate all caches right before enabling IOC by Alexey Brodkin · Wed Jun 08 08:04:03 2016 +0300
  35. e344c1f arc/cache: really do invalidate_dcache_all() even if IOC exists by Alexey Brodkin · Wed Jun 08 07:57:19 2016 +0300
  36. 5f54169 arc/cache: really do flush_dcache_all() even if IOC exists by Alexey Brodkin · Sat Apr 16 15:28:30 2016 +0300
  37. 4764d26 arc: cache - utilize IO coherency (AKA IOC) engine by Alexey Brodkin · Mon Dec 14 17:15:13 2015 +0300
  38. dff5df2 arc: cache - accommodate different L1 cache line lengths by Alexey Brodkin · Mon Dec 14 17:14:46 2015 +0300
  39. 9f916ee arc: significant cache rework by Alexey Brodkin · Mon May 18 16:56:26 2015 +0300
  40. 275583e arc: add support for SLC (System Level Cache, AKA L2-cache) by Alexey Brodkin · Mon Mar 30 13:36:04 2015 +0300
  41. 35221a6 arc: cache - build invalidate_icache_all() and invalidate_dcache_all() always by Alexey Brodkin · Fri Mar 27 12:47:29 2015 +0300
  42. 6b95cca arc: select cache settings via menuconfig by Alexey Brodkin · Tue Feb 03 13:58:13 2015 +0300
  43. 6da8cfc arc: define and use PTAG AUX regs for MMUv3 only by Alexey Brodkin · Tue Feb 03 13:58:12 2015 +0300
  44. 722a1ec arc: move common sources in library by Alexey Brodkin · Sun Dec 28 02:42:12 2014 +0300[Renamed from arch/arc/cpu/arc700/cache.c]
  45. bd889f9 arc: check caches existence before use by Igor Guryanov · Wed Dec 24 16:07:07 2014 +0300
  46. 3a59d91 arc: add cpu files by Alexey Brodkin · Tue Feb 04 12:56:14 2014 +0400