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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-26
timer: Provide an early timer
Simon Glass
1
-7
/
+21
2016-02-26
lib: Don't instrument the div64 function
Simon Glass
1
-1
/
+2
2016-02-16
tegra: nyan-big: Move the LCD driver to driver model
Simon Glass
1
-1
/
+0
2016-02-15
Makefile: remove BUILD_TAG from KBUILD_CFLAGS
Stephen Warren
1
-0
/
+1
2016-02-09
gunzip: remove avail_in recalculation
Stephen Warren
1
-2
/
+1
2016-02-06
fdt: introduce fdtdec_get_child_count
Peng Fan
1
-0
/
+11
2016-02-06
bzlib: Try another way to fix an unused variable
Simon Glass
1
-4
/
+3
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
4
-4
/
+4
2016-01-28
tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
Christophe Ricard
1
-1
/
+1
2016-01-24
x86: Drop the irq router compatible string
Simon Glass
1
-1
/
+0
2016-01-20
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
1
-1
/
+0
2016-01-20
bzip2: Support compression for sandbox
Simon Glass
3
-0
/
+1849
2016-01-20
tiny-printf: Always print zeroes
Simon Glass
1
-4
/
+12
2016-01-20
tiny-printf: Avoid printing NULL strings
Simon Glass
1
-2
/
+4
2016-01-20
dm: timer: uclass: add timer init in uclass driver to add timer device
Mugunthan V N
1
-17
/
+0
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
3
-38
/
+3
2016-01-19
gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP
Tom Rini
1
-0
/
+2
2016-01-19
vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF
Tom Rini
2
-21
/
+0
2016-01-14
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
1
-0
/
+1
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-2
/
+1
2016-01-13
fdtdec: Add compatible string for Intel IvyBridge FSP
Bin Meng
1
-0
/
+1
2016-01-12
dm: serial: Convert ns16550 driver to use driver model PCI API
Simon Glass
1
-52
/
+5
2015-12-20
arm: socfpga: Allow DWC2 UDC probing from OF
Marek Vasut
1
-0
/
+1
2015-12-13
lib: split out strtoxxxx functions out of vsprintf.c
Sjoerd Simons
3
-167
/
+177
2015-12-13
lib: Split panic functions out of vsprintf.c
Sjoerd Simons
3
-32
/
+48
2015-12-13
lib/tiny-printf.c: Implement vprintf
Sjoerd Simons
1
-5
/
+13
2015-12-01
dm: tegra: pci: Convert tegra boards to driver model for PCI
Simon Glass
1
-4
/
+0
2015-12-01
dm: timer: Support 64-bit counter
Bin Meng
1
-3
/
+6
2015-11-23
lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates
Stefan Roese
1
-20
/
+12
2015-11-23
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
4
-1
/
+188
2015-11-19
Add a circular memory buffer implementation
Simon Glass
2
-0
/
+391
2015-11-19
Drop config.h header from display_options.c
Simon Glass
1
-1
/
+0
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2
-0
/
+2
2015-11-19
dm: tegra: Convert keyboard driver to driver model
Simon Glass
1
-1
/
+0
2015-11-18
Fix sandbox build on Ubuntu 10.04
Stephen Warren
1
-1
/
+3
2015-11-12
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
1
-0
/
+1
2015-11-12
uuid: add selection by string for known partition type GUID
Patrick Delaunay
1
-2
/
+62
2015-11-12
pci: tegra: add/enable support for Tegra210
Stephen Warren
1
-0
/
+1
2015-11-10
Various Makefiles: Add SPDX-License-Identifier tags
Tom Rini
1
-0
/
+4
2015-11-05
Merge git://git.denx.de/u-boot-socfpga
Tom Rini
1
-0
/
+18
2015-11-05
lib, fdt: Adding fdtdec_get_uint function
Chin Liang See
1
-0
/
+18
2015-11-04
dm: spl: Support device tree when BSS is in a different section
Simon Glass
1
-2
/
+5
2015-11-04
fdt: Correct handling of alias regions
Simon Glass
1
-1
/
+1
2015-11-04
fdt: Add a function to look up a /chosen property
Simon Glass
1
-5
/
+10
2015-10-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
3
-24
/
+11
2015-10-23
fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT
Stephen Warren
1
-7
/
+7
2015-10-23
dm: tpm: Drop CONFIG_DM_TPM
Simon Glass
1
-0
/
+1
2015-10-23
dm: tpm: Remove every compilation switch for TPM driver model
Christophe Ricard
1
-17
/
+3
2015-10-23
dm: implement a Timer uclass
Thomas Chou
1
-0
/
+49
2015-10-21
debug_uart: Adjust the declaration of debug_uart_init()
Simon Glass
1
-1
/
+1
[next]