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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-13
cmd/fdt: add possibilty to have 'extrasize' on fdt resize
Hannes Schmelzer
1
-1
/
+9
2016-10-13
Merge branch 'master' of http://git.denx.de/u-boot-mmc
Tom Rini
1
-5
/
+3
2016-10-12
Merge git://git.denx.de/u-boot-dm
Tom Rini
5
-1
/
+70
2016-10-12
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
18
-37
/
+55
2016-10-12
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
1
-0
/
+2
2016-10-12
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
2
-11
/
+11
2016-10-12
Merge git://www.denx.de/git/u-boot-marvell
Tom Rini
1
-0
/
+103
2016-10-12
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
11
-47
/
+28
2016-10-12
common: Add DISPLAY_BOARDINFO
Lokesh Vutla
194
-355
/
+0
2016-10-12
common/Kconfig: Add DISPLAY_CPUINFO
Lokesh Vutla
121
-137
/
+0
2016-10-12
x86: Clean up unused macros in the configuration headers
Bin Meng
5
-26
/
+3
2016-10-12
x86: coreboot: Convert to use DM coreboot video driver
Bin Meng
1
-3
/
+3
2016-10-12
vbe: Make vbe_setup_video_priv() public
Bin Meng
1
-0
/
+4
2016-10-12
x86: Convert to use DM VESA video driver
Bin Meng
5
-13
/
+13
2016-10-11
cmd: cros_ec: Move crosec commands to cmd subdirectory
Moritz Fischer
1
-0
/
+11
2016-10-11
sandbox/fs: Free memory allocated by os_dirent_ls
Stefan BrĂ¼ns
1
-1
/
+10
2016-10-11
power: pmic: lp873x: Add the base pmic support
Keerthy
1
-0
/
+19
2016-10-11
power: pmic: Palmas: Add the base pmic support
Keerthy
1
-0
/
+25
2016-10-11
power: regulator: Add ctrl_reg and volt_reg fields for pmic
Keerthy
1
-0
/
+4
2016-10-11
power: regulator: Add support for gpio regulators
Keerthy
1
-0
/
+1
2016-10-11
x86: Don't export interrupt handlers with x86_64
Simon Glass
1
-1
/
+1
2016-10-11
elf: Add the Elf64_Rela type
Simon Glass
1
-0
/
+6
2016-10-11
Add _image_binary_end section declaration
Simon Glass
1
-0
/
+1
2016-10-11
x86: Adjust config to support DM_VIDEO
Simon Glass
2
-2
/
+10
2016-10-11
dm: video: Add driver-model support to vesa graphics
Simon Glass
1
-0
/
+2
2016-10-11
dm: core: Add a function to get a uclass name
Simon Glass
1
-0
/
+8
2016-10-11
list: Add list_last_entry() to find the last entry
Simon Glass
1
-0
/
+11
2016-10-11
x86: baytrail: Add 2nd eMMC controller to the PCI probe list
Stefan Roese
1
-2
/
+3
2016-10-10
tegra: usb gadget: fix ci udc operation if not hostpc capable
Marcel Ziswiler
1
-0
/
+2
2016-10-10
mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfg
Jaehoon Chung
1
-5
/
+3
2016-10-10
reset: declare fdtdec_phandle_args as struct to fix warning
Masahiro Yamada
1
-0
/
+1
2016-10-10
ARM: uniphier: define CONFIG_SMC911X along with CONFIG_MICRO_SUPPORT_CARD
Masahiro Yamada
1
-7
/
+7
2016-10-10
ARM: uniphier: enable CONFIG_SYS_NO_FLASH if no CONFIG_MICRO_SUPPORT_CARD
Masahiro Yamada
1
-4
/
+3
2016-10-10
ARM: uniphier: fix typos in a comment block
Masahiro Yamada
1
-1
/
+1
2016-10-09
arm: kirkwood: add support for Synology DS109 board
Walter Schweizer
1
-0
/
+103
2016-10-08
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
11
-54
/
+644
2016-10-08
cros_ec: Honor the google,remote-bus dt property
Moritz Fischer
1
-1
/
+3
2016-10-08
dra7x: dfu: qspi: increase the qspi spl partition to 256K
B, Ravi
1
-8
/
+2
2016-10-08
dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORT
B, Ravi
1
-1
/
+0
2016-10-08
Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"
Masahiro Yamada
1
-12
/
+13
2016-10-08
ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()
Masahiro Yamada
1
-4
/
+4
2016-10-07
board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS
Pratiyush Srivastava
1
-0
/
+11
2016-10-07
armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
Pratiyush Srivastava
1
-5
/
+0
2016-10-07
board: ge: bx50v3: Pass video bootargs for b850v3
Ken Lin
1
-1
/
+6
2016-10-07
arm: dra7xx: Move fastboot options to defconfig
Semen Protsenko
1
-9
/
+9
2016-10-07
power: pmic: add Ricoh RN5T567 PMIC support
Stefan Agner
1
-0
/
+113
2016-10-07
colibri_imx7: remove legancy I2C support
Stefan Agner
1
-2
/
+0
2016-10-06
search.h: Numerous grammatical fixes, comment updates
Robert P. J. Day
1
-15
/
+13
2016-10-06
Various, accumulated typos collected from around the tree.
Robert P. J. Day
2
-4
/
+3
2016-10-06
README: Drop unused CONFIG_SYS_LS_MC_FW_... options
Simon Glass
1
-3
/
+0
[next]