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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
blackfin: bf60x: add board and headers files to support bf609
Sonic Zhang
6
-4
/
+291
2013-03-04
blackfin: bf60x: add gpio support
Bob Liu
3
-8
/
+181
2013-03-04
blackfin: bf60x: support big cplb page
Bob Liu
2
-6
/
+44
2013-03-04
blackfin: bf60x: add dma support
Bob Liu
3
-76
/
+156
2013-03-04
blackfin: bf60x: add serial support
Sonic Zhang
7
-238
/
+642
2013-03-04
blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.
Sonic Zhang
8
-42
/
+486
2013-03-04
blackfin: bf60x: new processor header files
Bob Liu
13
-1
/
+1090
2013-03-01
SPL: Change description for spl command
Stefano Babic
1
-4
/
+8
2013-03-01
OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define
Stefano Babic
6
-10
/
+13
2013-03-01
Add README for the "Falcon" mode
Stefano Babic
1
-0
/
+209
2013-02-28
hash: Use lower case for hash algorithm names
Simon Glass
3
-6
/
+11
2013-02-28
sandbox: Allow hash functions to work correctly
Simon Glass
1
-8
/
+16
2013-02-28
sandbox: Update mtest to fix crashes
Simon Glass
1
-45
/
+63
2013-02-28
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
Simon Glass
1
-4
/
+4
2013-02-28
sandbox: config: Enable hash functions and mtest
Simon Glass
1
-2
/
+7
2013-02-28
Roll crc32 into hash infrastructure
Simon Glass
5
-107
/
+108
2013-02-28
hash: Add a flag to support saving hashes in the environment
Simon Glass
4
-26
/
+66
2013-02-28
image: Use crc header file instead of C prototypes
Simon Glass
1
-2
/
+2
2013-02-28
net: Use new numeric setenv functions
Simon Glass
2
-9
/
+3
2013-02-28
fs: Use new numeric setenv functions
Simon Glass
2
-6
/
+2
2013-02-28
common: Use new numeric setenv functions
Simon Glass
15
-71
/
+48
2013-02-28
Update set_working_fdt_addr() to use setenv_addr()
Simon Glass
3
-14
/
+19
2013-02-28
Reduce casting in mtest
Simon Glass
1
-12
/
+18
2013-02-28
Bring mtest putc() into common code
Simon Glass
1
-23
/
+9
2013-02-28
Fix mtest indenting
Simon Glass
1
-161
/
+161
2013-02-28
Use common mtest iteration counting
Simon Glass
1
-64
/
+59
2013-02-28
Split out the memory tests into separate functions
Simon Glass
1
-101
/
+116
2013-02-28
sandbox: Change memory commands to use map_physmem
Simon Glass
1
-43
/
+79
2013-02-28
sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf
Simon Glass
4
-0
/
+32
2013-02-28
sandbox: Improve sandbox serial port keyboard interface
Taylor Hutt
3
-6
/
+56
2013-02-28
Update print_buffer() to use const
Simon Glass
2
-2
/
+4
2013-02-28
Tidy up error checking and fix bug in hash command
Simon Glass
1
-0
/
+4
2013-02-28
sandbox: fix compiler warning
Allen Martin
1
-0
/
+3
2013-02-22
common/env_nand.c: calculate crc only when readenv was OK
Phil Sutter
1
-2
/
+4
2013-02-22
env_nand.c: clarify log messages when env reading fails
Phil Sutter
1
-4
/
+8
2013-02-22
mtd: nand: Check if NAND is locked tight before lock cmds
Joe Hershberger
1
-1
/
+18
2013-02-22
nand: fix nand read.option parsing
Harvey Chapman
1
-1
/
+1
2013-02-22
imls: Add support to list images in NAND device
Vipin Kumar
2
-4
/
+166
2013-02-20
MAKEALL: add support for per architecture toolchains
Allen Martin
1
-7
/
+25
2013-02-20
gpt: fix partion size limit
Piotr Wilczek
1
-4
/
+6
2013-02-20
mac: Fix the condition check for setting the MAC from the EEPROM
Holger Hans Peter Freyther
1
-2
/
+2
2013-02-20
led: The gpio_led.c code expects that LED state is from the enum
Holger Hans Peter Freyther
1
-2
/
+2
2013-02-20
gpio: Build the da8xx_gpio code for the davinci644x device
Holger Hans Peter Freyther
3
-1
/
+12
2013-02-20
cmd_elf: Fix broken bootvx command
Reinhard Arlt
1
-1
/
+1
2013-02-19
cmd_load.c: Add #endif comments to reduce confusion
Robert P. J. Day
1
-4
/
+4
2013-02-19
cmd_mem.c: Fix some typoes, no functional changes
Robert P. J. Day
1
-4
/
+6
2013-02-19
fw_env.config: Correct "fw_saveenv" to "fw_setenv".
Robert P. J. Day
1
-1
/
+1
2013-02-19
vsprintf: add ustrtoll function
Piotr Wilczek
2
-0
/
+24
2013-02-19
malloc: make malloc_bin_reloc static
Gabor Juhos
6
-6
/
+5
2013-02-19
serial/ns16550: don't generate functions for undefined ports
Scott Wood
1
-0
/
+12
[prev]
[next]