| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: types.h: factor out fixed width typedefs to int-ll64.h | Masahiro Yamada | 2018-09-10 | 1 | -34/+2 |
* | ARC: HSDK: Fix timer frequency value | Eugeniy Paltsev | 2018-09-05 | 1 | -1/+1 |
* | ARC: Enable unaligned access in hardware if compiler uses it | Alexey Brodkin | 2018-07-31 | 2 | -0/+12 |
* | AXS10x: add spi flash support | Eugeniy Paltsev | 2018-07-31 | 1 | -0/+34 |
* | GPIO: CREG: improve flexibility of hsdk-creg-gpio driver | Eugeniy Paltsev | 2018-07-31 | 1 | -1/+6 |
* | Kconfig: Sort bool, default, select and imply options | Michal Simek | 2018-07-30 | 1 | -5/+5 |
* | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada | 2018-06-18 | 1 | -1/+0 |
* | ARC: Add support for EM Development Kit board | Alexey Brodkin | 2018-05-31 | 3 | -0/+39 |
* | ARC: Use elf32-bigarc in case of -EB | Alexey Brodkin | 2018-05-31 | 1 | -1/+1 |
* | ARC: Reset: Implement weak reset_cpu() | Alexey Brodkin | 2018-05-31 | 1 | -5/+9 |
* | ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM | Alexey Brodkin | 2018-05-31 | 1 | -1/+1 |
* | ARC: Move .ivt section to the very beginning of the image | Alexey Brodkin | 2018-05-31 | 1 | -7/+8 |
* | ARC: Improve relocation fix-ups | Alexey Brodkin | 2018-05-31 | 1 | -22/+54 |
* | ARC: Make sure .ivt section is not purged by garbage collector | Alexey Brodkin | 2018-05-31 | 1 | -1/+1 |
* | ARC: Cache: Don't compare I$ and D$ line lengths | Alexey Brodkin | 2018-05-31 | 1 | -4/+8 |
* | ARC: init debug uart in early common arc code | Eugeniy Paltsev | 2018-05-24 | 1 | -0/+5 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 44 | -94/+44 |
* | ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c | Eugeniy Paltsev | 2018-04-17 | 1 | -2/+0 |
* | ARC: HSDK: Enable SPI flash support | Eugeniy Paltsev | 2018-04-02 | 1 | -0/+26 |
* | ARC: HSDK: Add platform-specific commands | Eugeniy Paltsev | 2018-04-02 | 1 | -0/+30 |
* | ARC: AXS10x: DTS: Remove unused interrupt properties | Eugeniy Paltsev | 2018-04-02 | 1 | -5/+0 |
* | ARC: bootm: Refactor GO and PREP subcommands implementation | Eugeniy Paltsev | 2018-03-23 | 1 | -22/+29 |
* | ARC: Cache: Refactor arc_ioc_setup() | Eugeniy Paltsev | 2018-03-21 | 1 | -6/+6 |
* | ARC: Cache: Add missing cache cleanup before cache disable | Eugeniy Paltsev | 2018-03-21 | 1 | -14/+39 |
* | ARC: Cache: Add more HW configuration checks | Eugeniy Paltsev | 2018-03-21 | 1 | -0/+75 |
* | ARC: Implement a function to sync and cleanup caches | Eugeniy Paltsev | 2018-03-21 | 4 | -5/+29 |
* | ARC: Cache: Fix SLC operations when SLC is bypassed for data | Eugeniy Paltsev | 2018-03-21 | 1 | -11/+28 |
* | ARC: Cache: Implement [i,d]cache_enabled() as separate functions | Eugeniy Paltsev | 2018-03-21 | 1 | -17/+21 |
* | ARC: Move IOC enabling to compile-time options | Eugeniy Paltsev | 2018-03-21 | 3 | -20/+52 |
* | ARC: Cache: Move PAE exists check into slc_upper_region_init() | Eugeniy Paltsev | 2018-03-21 | 1 | -6/+9 |
* | ARC: Move cache global variables to arch_global_data | Eugeniy Paltsev | 2018-03-21 | 2 | -10/+15 |
* | ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables | Eugeniy Paltsev | 2018-03-21 | 1 | -24/+43 |
* | ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op() | Eugeniy Paltsev | 2018-03-21 | 1 | -5/+11 |
* | ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef | Eugeniy Paltsev | 2018-03-21 | 1 | -30/+29 |
* | ARC: Cache: Allways check D$ status before entire/line ops | Eugeniy Paltsev | 2018-03-21 | 1 | -5/+6 |
* | ARC: Move BCR encodings to separate header file | Eugeniy Paltsev | 2018-03-21 | 2 | -59/+85 |
* | ARC: Cache: Move IOC initialization to a separate function | Eugeniy Paltsev | 2018-03-21 | 1 | -26/+30 |
* | ARC: Flush & invalidate D$ with a single command | Eugeniy Paltsev | 2018-03-21 | 2 | -5/+85 |
* | ARC: Introduce is_isa_X() functions | Eugeniy Paltsev | 2018-03-21 | 1 | -0/+11 |
* | ARC: Cache: Add support for FLUSH_N_INV D$ operations | Eugeniy Paltsev | 2018-03-21 | 1 | -23/+19 |
* | ARC: Cache: Remove per-line I$ operations as unused | Eugeniy Paltsev | 2018-03-21 | 1 | -23/+7 |
* | ARC: Cache: Move I$ entire operation to a separate function | Eugeniy Paltsev | 2018-03-21 | 1 | -12/+19 |
* | arc: Fine-tune implementation of memory barriers | Alexey Brodkin | 2018-03-21 | 1 | -4/+4 |
* | arc: Introduce a possibility to not relocate U-boot | Alexey Brodkin | 2018-03-21 | 2 | -1/+13 |
* | arc: Eliminate unused code and data with GCC's garbage collector | Alexey Brodkin | 2018-03-21 | 1 | -1/+2 |
* | arc: Don't halt slaves | Alexey Brodkin | 2018-03-21 | 1 | -20/+0 |
* | arc: Get rid of handwritten string routines | Alexey Brodkin | 2018-03-21 | 9 | -666/+0 |
* | fdt: Implement weak arch_fixup_fdt() | Alexey Brodkin | 2018-02-18 | 1 | -5/+0 |
* | arc: Fix final linkage with Elf32 tools | Alexey Brodkin | 2018-02-15 | 1 | -1/+1 |
* | ARC: Invalidate instruction and data caches early on boot | Eugeniy Paltsev | 2018-01-19 | 1 | -0/+12 |