index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-01
arc: significant cache rework
Alexey Brodkin
6
-145
/
+300
2015-07-01
arc: implement slave cores kick-start for Linux kernel
Alexey Brodkin
1
-0
/
+6
2015-06-25
Move default y configs out of arch/board Kconfig
Joe Hershberger
1
-3
/
+0
2015-05-18
arc: gitignore: ignore ARC DTBs
Masahiro Yamada
1
-0
/
+1
2015-05-13
arc: remove dummy target
Alexey Brodkin
1
-8
/
+0
2015-05-13
arc: use more universal prefix for default CROSS_COMPILE
Masahiro Yamada
1
-2
/
+2
2015-05-12
arch: Make board selection choices optional
Joe Hershberger
1
-0
/
+1
2015-04-10
arc: fix separate compilation of start.o
Alexey Brodkin
1
-0
/
+1
2015-04-10
arc: make sure _start is in the beginning of .text section
Alexey Brodkin
2
-1
/
+2
2015-04-03
arc: add support for SLC (System Level Cache, AKA L2-cache)
Alexey Brodkin
4
-0
/
+65
2015-04-03
board: Switch Abilis TB-100 board to Driver Model for serial port
Alexey Brodkin
2
-0
/
+25
2015-04-03
serial-arc: switch to DM
Alexey Brodkin
3
-0
/
+48
2015-04-03
arc: minor fixes in Kconfig
Alexey Brodkin
1
-1
/
+9
2015-04-03
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
Alexey Brodkin
2
-1
/
+8
2015-04-03
arc: clean-up init procedure
Alexey Brodkin
8
-77
/
+94
2015-04-03
arc: move low-level interrupt and exception handlers in a separate file
Alexey Brodkin
3
-144
/
+152
2015-04-03
arc: merge common start-up code between ARC and ARCv2
Alexey Brodkin
7
-294
/
+82
2015-04-03
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
Alexey Brodkin
1
-4
/
+8
2015-03-28
generic-board: select SYS_GENERIC_BOARD for some architectures
Masahiro Yamada
1
-1
/
+0
2015-03-28
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Masahiro Yamada
1
-3
/
+0
2015-03-05
use ASM_NL instead of '; ' for assembler new line character in the macro
Chen Gang
1
-0
/
+12
2015-02-13
arc: introduce U-Boot port for ARCv2 ISA
Alexey Brodkin
5
-3
/
+335
2015-02-09
arc: build libgcc in U-Boot
Alexey Brodkin
6
-0
/
+527
2015-02-09
arc: move CPU flags selection to the main "config.mk"
Alexey Brodkin
2
-8
/
+5
2015-02-09
arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
Alexey Brodkin
1
-0
/
+1
2015-02-09
arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
Alexey Brodkin
1
-0
/
+1
2015-02-09
arc: add selection of endianess in Kconfig
Alexey Brodkin
2
-4
/
+9
2015-02-09
arc: select cache settings via menuconfig
Alexey Brodkin
3
-8
/
+25
2015-02-09
arc: define and use PTAG AUX regs for MMUv3 only
Alexey Brodkin
2
-5
/
+5
2015-02-09
arc: add more flavours of ARC700 series CPU
Alexey Brodkin
4
-0
/
+52
2015-02-09
arc: memcmp - fix zero-delay loop utilization
Igor Guryanov
1
-0
/
+2
2015-01-15
arc: rename "arc700" in "arcv1"
Alexey Brodkin
4
-1
/
+1
2015-01-15
board/synopsys: remove selection of CPU from the board
Alexey Brodkin
1
-0
/
+3
2015-01-15
arc: move common sources in library
Alexey Brodkin
7
-6
/
+7
2015-01-15
arc: move linker script in arch/arc/cpu folder
Alexey Brodkin
1
-0
/
+0
2015-01-15
arc: relocate - minor refactoring and clean-up
Alexey Brodkin
2
-11
/
+5
2015-01-15
arc: introduce separate section for interrupt vector table
Igor Guryanov
7
-31
/
+46
2015-01-15
arc: add dependences on MMU presence
Alexey Brodkin
2
-4
/
+18
2015-01-15
arc: interrupts - fix mask setup
Igor Guryanov
1
-1
/
+1
2015-01-15
arc: add ECR (exception cause register) output
Igor Guryanov
2
-4
/
+7
2015-01-15
arc: check caches existence before use
Igor Guryanov
2
-0
/
+31
2015-01-09
arc: introduce "mdbtrick" target
Alexey Brodkin
1
-0
/
+15
2014-12-08
Kbuild: introduce Makefile in arch/$ARCH/
Daniel Schwierzeck
1
-0
/
+8
2014-09-13
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
1
-1
/
+0
2014-08-26
arc: Fix printf size_t format related warnings (again...)
Vasili Galka
1
-0
/
+4
2014-07-30
kconfig: delete redundant CONFIG_${ARCH} definition
Masahiro Yamada
1
-1
/
+1
2014-07-30
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
1
-0
/
+29
2014-06-03
ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH
Alexey Brodkin
1
-0
/
+1
2014-05-12
common/board_f: Initialized global data for generic board
York Sun
1
-0
/
+2
2014-03-12
kbuild: delete redundant LDSCRIPT definition
Masahiro Yamada
1
-2
/
+0
[next]