Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-04-27 | ARC: HSDK-4xD: add CSM configuration support | Eugeniy Paltsev |
2020-04-27 | ARC: ARCv2: handle DSP presence in HW | Eugeniy Paltsev |
2020-04-16 | ARC: CACHE: add support for SL$ disable | Eugeniy Paltsev |
2020-03-31 | ARC: IO: add MB for __raw_* memory accessors | Eugeniy Paltsev |
2020-03-31 | ARC: IO: add compiler barriers to IO accessors | Eugeniy Paltsev |
2020-03-31 | ARC: IO: add volatile to accessors | Eugeniy Paltsev |
2020-02-20 | dma-mapping: add <asm/dma-mapping.h> for all architectures | Masahiro Yamada |
2020-02-12 | ARC: Switch to generic accessors | Alexey Brodkin |
2019-01-25 | ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN | Alexey Brodkin |
2018-12-03 | ARC: Improve identification of ARC cores | Alexey Brodkin |
2018-09-10 | arch: types.h: factor out fixed width typedefs to int-ll64.h | Masahiro Yamada |
2018-07-31 | ARC: Enable unaligned access in hardware if compiler uses it | Alexey Brodkin |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-03-21 | ARC: Implement a function to sync and cleanup caches | Eugeniy Paltsev |
2018-03-21 | ARC: Move IOC enabling to compile-time options | Eugeniy Paltsev |
2018-03-21 | ARC: Move cache global variables to arch_global_data | Eugeniy Paltsev |
2018-03-21 | ARC: Move BCR encodings to separate header file | Eugeniy Paltsev |
2018-03-21 | ARC: Flush & invalidate D$ with a single command | Eugeniy Paltsev |
2018-03-21 | ARC: Introduce is_isa_X() functions | Eugeniy Paltsev |
2018-03-21 | arc: Fine-tune implementation of memory barriers | Alexey Brodkin |
2018-03-21 | arc: Get rid of handwritten string routines | Alexey Brodkin |
2018-01-19 | ARC: ARCv2: Cache: Fixed operation without IOC | Eugeniy Paltsev |
2017-12-11 | ARC: add defines of some cache and xCCM AUX registers | Eugeniy Paltsev |
2017-12-11 | ARC: add macro to get CPU id | Eugeniy Paltsev |
2017-12-10 | ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO | Eugeniy Paltsev |
2017-10-02 | arc: Use asm-generic/io.h | Paul Burton |
2017-06-05 | arc: Make u-boot-arc.h a private header | Simon Glass |
2017-04-05 | board_f: Make relocation functions generic | Simon Glass |
2017-04-05 | board_f: Make init_helpers generic | Simon Glass |
2017-03-24 | drivers: timer: Introduce ARC timer driver | Vlad Zakharov |
2017-01-25 | Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig | Simon Glass |
2016-09-23 | Remove arch/${ARCH}/include/asm/errno.h | Masahiro Yamada |
2016-08-05 | arc: No need in sections defined in sources with newer tools | Alexey Brodkin |
2016-07-04 | arc: make global_data.h usable in assembly files | Alexey Brodkin |
2016-06-13 | arc: Update data accessors with use of memory barriers | Alexey Brodkin |
2016-04-11 | arc: Add virt_to_phys() stub | Alexey Brodkin |
2016-04-11 | arc: get rid of running_on_hw | Alexey Brodkin |
2016-02-20 | arc: cache - utilize IO coherency (AKA IOC) engine | Alexey Brodkin |
2016-02-20 | arc: cache - accommodate different L1 cache line lengths | Alexey Brodkin |
2015-11-18 | arc: add empty asm/processor.h to satisfy compilation of USB code | Alexey Brodkin |
2015-11-18 | arc: add stubs for map_physmem() and unmap_physmem() | Alexey Brodkin |
2015-11-05 | arc: Use the generic bitops headers | Fabio Estevam |
2015-07-01 | arc: significant cache rework | Alexey Brodkin |
2015-04-03 | arc: add support for SLC (System Level Cache, AKA L2-cache) | Alexey Brodkin |
2015-04-03 | arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA | Alexey Brodkin |
2015-04-03 | arc: clean-up init procedure | Alexey Brodkin |
2015-03-28 | generic-board: select SYS_GENERIC_BOARD for some architectures | Masahiro Yamada |
2015-03-05 | use ASM_NL instead of '; ' for assembler new line character in the macro | Chen Gang |
2015-02-13 | arc: introduce U-Boot port for ARCv2 ISA | Alexey Brodkin |