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
old/tizen_20241126
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
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
riscv: allow native compilation
Heinrich Schuchardt
1
-4
/
+0
2018-10-03
riscv: cosmetic: Reword do_reset() printf message.
Rick Chen
1
-1
/
+1
2018-10-03
riscv: Move do_reset() to a common place
Bin Meng
4
-17
/
+18
2018-10-03
riscv: Add QEMU virt board support
Bin Meng
4
-0
/
+56
2018-10-03
riscv: ae350: Clean up mixed tabs and spaces in the dts
Bin Meng
1
-87
/
+90
2018-10-03
riscv: Make start.S available for all targets
Bin Meng
5
-4
/
+4
2018-10-03
riscv: bootm: Pass mhartid CSR value to kernel
Bin Meng
1
-2
/
+3
2018-10-03
riscv: Remove CSR read/write defines in encoding.h
Bin Meng
1
-46
/
+4
2018-10-03
riscv: Add a helper routine to print CPU information
Bin Meng
4
-0
/
+179
2018-10-03
riscv: Explicitly pass -march and -mabi to the compiler
Bin Meng
1
-2
/
+6
2018-10-03
riscv: Fix coding style issues in the linker script
Bin Meng
1
-30
/
+28
2018-10-03
riscv: Move the linker script to the CPU root directory
Bin Meng
1
-0
/
+0
2018-10-03
riscv: Remove mach type
Bin Meng
2
-30
/
+0
2018-10-03
riscv: bootm: Correct the 1st kernel argument to hart id
Bin Meng
1
-13
/
+5
2018-10-03
riscv: Remove setup.h
Bin Meng
3
-208
/
+0
2018-10-03
riscv: kconfig: Normalize architecture name spelling
Bin Meng
1
-3
/
+3
2018-09-25
config.mk: Remove duplicated -fno-strict-aliasing
Bin Meng
1
-1
/
+1
2018-09-10
arch: types.h: factor out fixed width typedefs to int-ll64.h
Masahiro Yamada
1
-31
/
+2
2018-08-20
riscv: Include bss subsections in linker script
Alexander Graf
1
-1
/
+1
2018-07-25
efi_loader: Rename sections to allow for implicit data
Alexander Graf
1
-10
/
+16
2018-07-19
riscv: Remove unused _relocate arguments
Ivan Gorinov
1
-2
/
+1
2018-05-29
riscv: dts: Support cfi flash
Rick Chen
1
-0
/
+12
2018-05-29
riscv: dts: Sync DT with Linux Kernel
Rick Chen
1
-38
/
+78
2018-05-29
riscv: cpu: nx25: Rename as ax25
Rick Chen
8
-11
/
+11
2018-05-29
SPDX: Convert single license tags to Linux Kernel style
Rick Chen
6
-6
/
+6
2018-05-29
efi_loader: Enable RISC-V support
Rick Chen
1
-0
/
+16
2018-05-29
riscv: Add board_quiesce_devices stub
Alexander Graf
2
-0
/
+5
2018-05-29
riscv: Add EFI application infrastructure
Alexander Graf
6
-0
/
+405
2018-05-29
riscv: Enable function sections
Alexander Graf
1
-1
/
+1
2018-05-29
riscv: Add setjmp/longjmp code
Alexander Graf
3
-0
/
+93
2018-05-15
riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
Bryan O'Donoghue
1
-0
/
+2
2018-05-15
riscv: Define PLATFORM__SET_BIT for generic_set_bit()
Bryan O'Donoghue
1
-0
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
25
-54
/
+25
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-03-30
riscv: ae250: Support DT provided by the board at runtime
Rick Chen
1
-0
/
+2
2018-03-30
riscv: dts: AE250 support sd High-Speed mode
Rick Chen
1
-0
/
+1
2018-03-30
riscv: bootm: Remove ATAGS
Rick Chen
2
-226
/
+2
2018-03-30
riscv: bootm: Support to boot riscv-linux
Rick Chen
1
-4
/
+4
2018-03-30
riscv: checkpatch: Fix static const char * array declarations
Rick Chen
1
-1
/
+1
2018-03-30
riscv: checkpatch: Fix missing a blank line after declarations
Rick Chen
1
-2
/
+2
2018-03-30
riscv: checkpatch: Fix alignment should match open parenthesis
Rick Chen
2
-19
/
+13
2018-03-30
riscv: checkpatch: Fix use of volatile
Rick Chen
1
-1
/
+1
2018-03-30
riscv: checkpatch: Fix Macro argument reuse
Rick Chen
4
-15
/
+35
2018-01-12
riscv: Add Kconfig to support RISC-V
Rick Chen
3
-0
/
+86
2018-01-12
riscv: nx25: include: Add header files to support RISC-V
Rick Chen
21
-0
/
+1669
2018-01-12
riscv: nx25: dts: Add AE250 dts to support RISC-V
Rick Chen
2
-0
/
+110
2018-01-12
riscv: nx25: lib: Add relative lib funcs to support RISC-V
Rick Chen
5
-0
/
+407
2018-01-12
riscv: cpu: Add nx25 to support RISC-V
Rick Chen
4
-0
/
+403