1. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · Mon Jun 11 16:21:50 2018 +0900
  2. 4b2705b ARC: Add support for EM Development Kit board by Alexey Brodkin · Mon May 28 15:27:43 2018 +0300
  3. 7273810 ARC: Use elf32-bigarc in case of -EB by Alexey Brodkin · Wed May 30 19:03:39 2018 +0300
  4. 70a66c1 ARC: Reset: Implement weak reset_cpu() by Alexey Brodkin · Wed May 30 12:19:54 2018 +0300
  5. 2aef390 ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM by Alexey Brodkin · Wed May 30 11:31:07 2018 +0300
  6. abd5676 ARC: Move .ivt section to the very beginning of the image by Alexey Brodkin · Tue May 29 20:01:00 2018 +0300
  7. f711e54 ARC: Improve relocation fix-ups by Alexey Brodkin · Tue May 29 18:09:55 2018 +0300
  8. 91b5eaa ARC: Make sure .ivt section is not purged by garbage collector by Alexey Brodkin · Tue May 29 20:29:16 2018 +0300
  9. cf4f323 ARC: Cache: Don't compare I$ and D$ line lengths by Alexey Brodkin · Fri May 25 20:22:23 2018 +0300
  10. 14e1dd6 ARC: init debug uart in early common arc code by Eugeniy Paltsev · Thu May 03 15:01:58 2018 +0300
  11. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  12. abd77e9 ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c by Eugeniy Paltsev · Tue Apr 17 19:01:15 2018 +0300
  13. 9033884 ARC: HSDK: Enable SPI flash support by Eugeniy Paltsev · Mon Mar 26 15:57:38 2018 +0300
  14. 24e026e ARC: HSDK: Add platform-specific commands by Eugeniy Paltsev · Mon Mar 26 15:57:37 2018 +0300
  15. 6ae0e7a ARC: AXS10x: DTS: Remove unused interrupt properties by Eugeniy Paltsev · Tue Jan 23 17:03:15 2018 +0300
  16. 01f45cc ARC: bootm: Refactor GO and PREP subcommands implementation by Eugeniy Paltsev · Fri Mar 23 15:35:03 2018 +0300
  17. 6305e2b ARC: Cache: Refactor arc_ioc_setup() by Eugeniy Paltsev · Wed Mar 21 15:59:05 2018 +0300
  18. dddc886 ARC: Cache: Add missing cache cleanup before cache disable by Eugeniy Paltsev · Wed Mar 21 15:59:04 2018 +0300
  19. a22fcc4 ARC: Cache: Add more HW configuration checks by Eugeniy Paltsev · Wed Mar 21 15:59:03 2018 +0300
  20. 67fd56a ARC: Implement a function to sync and cleanup caches by Eugeniy Paltsev · Wed Mar 21 15:59:02 2018 +0300
  21. 767675f ARC: Cache: Fix SLC operations when SLC is bypassed for data by Eugeniy Paltsev · Wed Mar 21 15:59:01 2018 +0300
  22. 0dec96c ARC: Cache: Implement [i,d]cache_enabled() as separate functions by Eugeniy Paltsev · Wed Mar 21 15:59:00 2018 +0300
  23. 04011ab ARC: Move IOC enabling to compile-time options by Eugeniy Paltsev · Wed Mar 21 15:58:59 2018 +0300
  24. 0627b3a ARC: Cache: Move PAE exists check into slc_upper_region_init() by Eugeniy Paltsev · Wed Mar 21 15:58:58 2018 +0300
  25. f3de8d6 ARC: Move cache global variables to arch_global_data by Eugeniy Paltsev · Wed Mar 21 15:58:57 2018 +0300
  26. 6d5147b ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables by Eugeniy Paltsev · Wed Mar 21 15:58:56 2018 +0300
  27. 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
  28. 76caa80 ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef by Eugeniy Paltsev · Wed Mar 21 15:58:54 2018 +0300
  29. 7fd7e0a ARC: Cache: Allways check D$ status before entire/line ops by Eugeniy Paltsev · Wed Mar 21 15:58:53 2018 +0300
  30. 589ac75 ARC: Move BCR encodings to separate header file by Eugeniy Paltsev · Wed Mar 21 15:58:52 2018 +0300
  31. d4c5b2a ARC: Cache: Move IOC initialization to a separate function by Eugeniy Paltsev · Wed Mar 21 15:58:51 2018 +0300
  32. bcedf4d ARC: Flush & invalidate D$ with a single command by Eugeniy Paltsev · Wed Mar 21 15:58:50 2018 +0300
  33. 8bd7342 ARC: Introduce is_isa_X() functions by Eugeniy Paltsev · Wed Mar 21 15:58:49 2018 +0300
  34. e256cb0 ARC: Cache: Add support for FLUSH_N_INV D$ operations by Eugeniy Paltsev · Wed Mar 21 15:58:48 2018 +0300
  35. 988152c ARC: Cache: Remove per-line I$ operations as unused by Eugeniy Paltsev · Wed Mar 21 15:58:47 2018 +0300
  36. ad8aef3 ARC: Cache: Move I$ entire operation to a separate function by Eugeniy Paltsev · Wed Mar 21 15:58:46 2018 +0300
  37. 0f18418 arc: Fine-tune implementation of memory barriers by Alexey Brodkin · Wed Feb 21 12:58:00 2018 +0300
  38. c157ab9 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · Wed Dec 16 19:24:10 2015 +0300
  39. 887ca45 arc: Eliminate unused code and data with GCC's garbage collector by Alexey Brodkin · Thu Jan 25 00:25:12 2018 +0300
  40. b273908 arc: Don't halt slaves by Alexey Brodkin · Wed Jan 24 15:27:04 2018 +0300
  41. 0b2049f arc: Get rid of handwritten string routines by Alexey Brodkin · Wed Jan 24 23:22:33 2018 +0300
  42. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · Wed Jan 24 20:47:09 2018 +0300
  43. adb45be arc: Fix final linkage with Elf32 tools by Alexey Brodkin · Thu Feb 15 15:34:58 2018 +0300
  44. 346f16d ARC: Invalidate instruction and data caches early on boot by Eugeniy Paltsev · Tue Jan 16 21:52:25 2018 +0300
  45. 1c2ba46 ARC: HSDK: DTS: Add cgu-clk node by Eugeniy Paltsev · Tue Jan 16 20:44:28 2018 +0300
  46. 6e626f0 ARC: Cache: Fix style violations reported by checkpatch by Eugeniy Paltsev · Tue Jan 16 19:20:29 2018 +0300
  47. 111161e ARC: Cache: Disable IOC by default by Eugeniy Paltsev · Tue Jan 16 19:20:28 2018 +0300
  48. 1d0578e ARC: ARCv2: Cache: Fixed operation without IOC by Eugeniy Paltsev · Tue Jan 16 19:20:26 2018 +0300
  49. 570d551 ARC: cache: explicitly initialize "*_exists" variables by Eugeniy Paltsev · Thu Nov 30 17:41:32 2017 +0300
  50. e6f2629 ARC: add defines of some cache and xCCM AUX registers by Eugeniy Paltsev · Tue Nov 28 16:51:07 2017 +0300
  51. 5dbb1c9 ARC: add macro to get CPU id by Eugeniy Paltsev · Tue Nov 28 16:48:40 2017 +0300
  52. c50054f ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO by Eugeniy Paltsev · Mon Oct 16 15:15:33 2017 +0300
  53. eba1ee6 arc: cache: Add required NOPs after invalidation of instruction cache by Alexey Brodkin · Fri Nov 17 16:02:17 2017 +0300
  54. 04e3029 arc: bootm: Move slave cores kick-starting under !fake by Alexey Brodkin · Fri Nov 17 15:53:20 2017 +0300
  55. 1fdceda arc: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:02 2017 -0700
  56. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  57. 88961bc arc: Add support for HS Development Kit board by Alexey Brodkin · Fri Nov 25 16:23:43 2016 +0300
  58. 982f6bf arcv2: Set IOC aperture so it covers available DDR by Alexey Brodkin · Mon Jun 26 11:46:47 2017 +0300
  59. d52ba0a arc: arcv1: Disable master/slave check by Alexey Brodkin · Tue Apr 11 18:24:25 2017 +0300
  60. 59df985 arc: Make u-boot-arc.h a private header by Simon Glass · Wed May 17 08:22:47 2017 -0600
  61. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  62. 7ebca7e ARCv2: SLC: Make sure busy bit is set properly on SLC flushing by Alexey Brodkin · Wed Apr 05 17:50:09 2017 +0300
  63. 6ab9107 board_f: Make relocation functions generic by Simon Glass · Fri Mar 31 08:40:38 2017 -0600
  64. 6bbf83f board_f: Make init_helpers generic by Simon Glass · Fri Mar 31 08:40:37 2017 -0600
  65. 5b9c8a0 arcv2: Halt non-master cores by Alexey Brodkin · Thu Mar 30 17:50:45 2017 +0300
  66. a465df7 arc: use timer driver for ARC boards by Vlad Zakharov · Tue Mar 21 14:49:49 2017 +0300
  67. a7a6749 arc: dts: separate single axs10x.dts file by Vlad Zakharov · Tue Mar 21 14:49:48 2017 +0300
  68. 8f2c1da drivers: timer: Introduce ARC timer driver by Vlad Zakharov · Tue Mar 21 14:49:47 2017 +0300
  69. 62adede Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig by Simon Glass · Mon Jan 23 13:31:19 2017 -0700
  70. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · Sat Nov 26 11:02:10 2016 +0900
  71. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · Wed Sep 21 11:28:56 2016 +0900
  72. 2fcaf4f arc: Use -mcpu=XXX instead of obsolete -marcXXX by Alexey Brodkin · Fri Sep 16 12:12:26 2016 +0300
  73. c3b853a arc: Rename AXS101 board to more generic AXS10x by Alexey Brodkin · Thu Aug 04 15:00:35 2016 +0300
  74. 1a11637 arc: Rename ARCangel4 board to nSIM by Alexey Brodkin · Thu Aug 04 14:35:01 2016 +0300
  75. 2f78eec arc: No need in sections defined in sources with newer tools by Alexey Brodkin · Wed Aug 03 20:44:39 2016 +0300
  76. e20c289 arc: Update exception & interrupt handling for ARCv2 by Alexey Brodkin · Thu Aug 04 09:21:50 2016 +0300
  77. 0347812 arc: Add debug messages during relocation fixups by Alexey Brodkin · Wed Aug 03 20:45:22 2016 +0300
  78. db58eaa arc: make global_data.h usable in assembly files by Alexey Brodkin · Mon Jul 04 11:37:55 2016 +0300
  79. 2e54197 arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HS by Alexey Brodkin · Thu Jun 16 10:55:00 2016 +0200
  80. b686ce7 arc: Update data accessors with use of memory barriers by Alexey Brodkin · Wed Jun 08 08:24:54 2016 +0300
  81. 5accfc9 arc/cache: Flush & invalidate all caches right before enabling IOC by Alexey Brodkin · Wed Jun 08 08:04:03 2016 +0300
  82. e344c1f arc/cache: really do invalidate_dcache_all() even if IOC exists by Alexey Brodkin · Wed Jun 08 07:57:19 2016 +0300
  83. 5f54169 arc/cache: really do flush_dcache_all() even if IOC exists by Alexey Brodkin · Sat Apr 16 15:28:30 2016 +0300
  84. cc2ea6c arc: Add virt_to_phys() stub by Alexey Brodkin · Fri Apr 08 09:21:12 2016 -0700
  85. 98a5208 arc: get rid of running_on_hw by Alexey Brodkin · Sat Feb 20 11:30:19 2016 +0300
  86. 4764d26 arc: cache - utilize IO coherency (AKA IOC) engine by Alexey Brodkin · Mon Dec 14 17:15:13 2015 +0300
  87. dff5df2 arc: cache - accommodate different L1 cache line lengths by Alexey Brodkin · Mon Dec 14 17:14:46 2015 +0300
  88. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · Wed Nov 25 17:56:32 2015 +0100
  89. 049f9db axs103: add support of generic OHCI USB 1.1 controller by Alexey Brodkin · Thu Dec 10 16:56:42 2015 +0300
  90. e4125bd axs10x: add support of generic EHCI USB 2.0 controller by Alexey Brodkin · Mon Nov 30 20:53:25 2015 +0300
  91. 56d9cb1 board: axs10x switch serial port and Ethernet to driver model by Alexey Brodkin · Tue Nov 10 19:16:25 2015 +0300
  92. 06ba067 arc: add empty asm/processor.h to satisfy compilation of USB code by Alexey Brodkin · Fri Nov 13 00:45:20 2015 +0300
  93. 6207e88 arc: add stubs for map_physmem() and unmap_physmem() by Alexey Brodkin · Tue Nov 10 11:13:42 2015 +0300
  94. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · Tue Nov 10 01:06:16 2015 +0000
  95. 6e8a108 arc: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:36 2015 -0200
  96. c3e1b7a arc: make AXS101 default platform by Alexey Brodkin · Mon Aug 24 18:49:37 2015 +0300
  97. 9f916ee arc: significant cache rework by Alexey Brodkin · Mon May 18 16:56:26 2015 +0300
  98. cf9cafd arc: implement slave cores kick-start for Linux kernel by Alexey Brodkin · Mon Apr 13 13:37:05 2015 +0300
  99. 17491a8 Move default y configs out of arch/board Kconfig by Joe Hershberger · Mon Jun 22 16:15:29 2015 -0500
  100. 8e4a270 arc: gitignore: ignore ARC DTBs by Masahiro Yamada · Thu May 14 18:59:28 2015 +0900