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
2017-01-25
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
Simon Glass
607
-290
/
+459
2017-01-25
Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig
Simon Glass
34
-21
/
+31
2017-01-25
config: Drop CONFIG_ARCH_DMA_PIO_WORDS
Simon Glass
2
-7
/
+1
2017-01-24
travis-ci: Add swig and libpython-dev to the package list
Tom Rini
1
-0
/
+2
2017-01-24
mach-omap2: Cleanup secure boot media generation
Andrew F. Davis
1
-10
/
+28
2017-01-24
tools: Correct python building host tools
Tom Rini
1
-1
/
+2
2017-01-24
bootz/booti: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
Cédric Schieli
2
-0
/
+6
2017-01-24
arm: am57xx: cl-som-am57x: fix Ethernet
Uri Mashiach
2
-3
/
+3
2017-01-24
Kconfig: Migrate BOARD_LATE_INIT to a select
Tom Rini
305
-281
/
+146
2017-01-24
NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST
Tom Rini
30
-13
/
+66
2017-01-24
imx31_phycore: Split the eet variant out into a different TARGET
Tom Rini
4
-5
/
+8
2017-01-24
rpi: Fix device tree path on ARM64
Tuomas Tynkkynen
1
-21
/
+27
2017-01-23
mmc: Print error code for mmc_complete_init failure
Jagan Teki
1
-1
/
+3
2017-01-23
mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
Stefan Herbrechtsmeier
13
-34
/
+52
2017-01-22
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
55
-415
/
+934
2017-01-22
ARM: uniphier: add PXs3 SoC support
Masahiro Yamada
9
-0
/
+31
2017-01-22
ARM: dts: uniphier: add PXs3 SoC/board support
Masahiro Yamada
3
-0
/
+381
2017-01-22
pinctrl: uniphier: support UniPhier PXs3 pinctrl driver
Masahiro Yamada
3
-9
/
+156
2017-01-22
ARM: dts: uniphier: compile only DT files that make sense
Masahiro Yamada
1
-9
/
+18
2017-01-22
ARM: uniphier: add macro to generate SoC data look-up function
Masahiro Yamada
3
-33
/
+23
2017-01-22
ARM: uniphier: simplify SoC ID get function
Masahiro Yamada
17
-317
/
+214
2017-01-22
ARM: uniphier: replace <common.h> with <linux/delay.h> where possible
Masahiro Yamada
4
-4
/
+5
2017-01-22
ARM: uniphier: replace <linux/err.h> with <linux/errno.h>
Masahiro Yamada
13
-14
/
+16
2017-01-22
ARM: uniphier: add uniphier_v8_defconfig
Masahiro Yamada
1
-0
/
+34
2017-01-22
ARM: uniphier: make SPL optional for ARVv8 SoCs
Masahiro Yamada
11
-30
/
+56
2017-01-22
ARM: uniphier: add missing static and const qualifier
Masahiro Yamada
1
-3
/
+3
2017-01-22
ARM: uniphier: fix delay fixup code in LD11 UMC init
Kotaro Hayashi
1
-0
/
+1
2017-01-22
ARM: uniphier: update UMC_MEMMAPSET value for LD20 SoC
Wataru Okoshi
1
-2
/
+2
2017-01-21
travis-ci: Split p1_p2_rdb_pc and p1010rdb into separate jobs
Tom Rini
1
-1
/
+3
2017-01-21
status_led: Kconfig migration
Uri Mashiach
89
-454
/
+486
2017-01-21
status_led: Kconfig migration - introduction
Uri Mashiach
3
-34
/
+355
2017-01-21
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
Jagan Teki
375
-280
/
+338
2017-01-21
common: Kconfig: Add BOARD_LATE_INIT entry
Jagan Teki
1
-0
/
+10
2017-01-20
mx6saberesd_spl: Correct falcon mode addition
Tom Rini
2
-2
/
+3
2017-01-20
bootm: qnx: Disable data cache before booting QNX image
Emmanuel Vadot
2
-11
/
+12
2017-01-20
tools: mkimage: fix sizeof_mismatch found by coverity
Sven Ebenfeld
1
-1
/
+1
2017-01-20
ARM: OMAP5+: Remove unsed dpll structures
Lokesh Vutla
1
-55
/
+4
2017-01-20
ARM: OMAP4: Fix compiler warning
Lokesh Vutla
1
-1
/
+3
2017-01-20
binman: add tools directory to the python path
Emmanuel Vadot
1
-0
/
+1
2017-01-20
build: Always build the libfdt python module
Emmanuel Vadot
1
-1
/
+1
2017-01-20
MAINTAINERS: DFU: Change e-mail address of DFU maintanier
Lukasz Majewski
1
-1
/
+1
2017-01-20
odroid-c2: Enable distro boot
Andreas Färber
4
-1
/
+17
2017-01-20
meson: misc_init_r is board-specific
Andreas Färber
2
-1
/
+2
2017-01-20
board_init.c: Always use memset()
Tom Rini
1
-18
/
+0
2017-01-20
ARM: Default to using optimized memset and memcpy routines
Tom Rini
15
-6
/
+48
2017-01-20
mach-omap2: Fix secure boot media generation
Andrew F. Davis
1
-5
/
+1
2017-01-20
spl: Add some missing newlines
Andrew F. Davis
1
-2
/
+2
2017-01-20
spl: Remove inline ifdef check for EXT and FAT support
Andrew F. Davis
2
-4
/
+0
2017-01-20
common/image.c: Use correct suffixes for binary sizes
xypron.glpk@gmx.de
1
-1
/
+1
2017-01-20
api: storage: Test all block device in dev_stor_get
Emmanuel Vadot
1
-64
/
+34
[next]