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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-10
Move bootstage timer out of lib/time.c
Simon Glass
1
-17
/
+0
2012-03-30
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Wolfgang Denk
1
-2
/
+2
2012-03-29
tegra: i2c: Add I2C driver
Yen Lin
1
-0
/
+2
2012-03-29
fdt: Add function to allow aliases to refer to multiple nodes
Simon Glass
1
-4
/
+18
2012-03-29
fdt: Avoid early panic() when there is no FDT present
Simon Glass
1
-5
/
+19
2012-03-29
tegra: usb: Add support for Tegra USB peripheral
Simon Glass
1
-0
/
+1
2012-03-29
fdt: Add basic support for decoding GPIO definitions
Simon Glass
1
-0
/
+79
2012-03-29
fdt: Add functions to access phandles, arrays and bools
Simon Glass
1
-0
/
+67
2012-03-29
fdt: Tidy up a few fdtdec problems
Simon Glass
1
-6
/
+16
2012-03-29
fdt: Add tests for fdtdec
Simon Glass
2
-0
/
+227
2012-03-29
fdt: Add fdtdec_find_aliases() to deal with alias nodes
Simon Glass
1
-0
/
+116
2012-03-28
lzma: fix printf warnings
Mike Frysinger
1
-2
/
+2
2012-03-26
SPL: Add YMODEM over UART load support
Matt Porter
1
-0
/
+3
2012-03-18
bootstage: Define an optional microsecond timer
Simon Glass
1
-0
/
+17
2012-01-26
nand: Sanitize ONFI strings.
Christian Hitz
1
-0
/
+39
2012-01-26
nand: Merge BCH code from Linux nand driver
Christian Hitz
2
-0
/
+1359
2011-12-24
spl: display_options.o is required for SPI flash support in SPL
Christian Riesch
1
-0
/
+2
2011-12-17
vsprintf: Move function documentation into header file
Simon Glass
1
-100
/
+0
2011-12-17
Add safe vsnprintf and snprintf library functions
Sonny Rao
1
-52
/
+213
2011-12-07
Include common.h in qsort.c to fix build warning
Simon Glass
1
-0
/
+1
2011-11-22
sandbox: Fix warnings in hashtable.c
Simon Glass
1
-5
/
+5
2011-11-08
env: allow to export only selected variables
Wolfgang Denk
1
-2
/
+13
2011-10-28
zlib: Fix integer cast of pointer
Simon Glass
1
-1
/
+1
2011-10-27
GCC4.6: Squash warnings in LzmaTools.c
Marek Vasut
1
-7
/
+7
2011-10-26
fdt: add decode helper library
Simon Glass
2
-0
/
+148
2011-10-26
Move simple_itoa to vsprintf
Simon Glass
1
-0
/
+16
2011-10-22
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
1
-0
/
+6
2011-10-17
lib: add uuid_str_to_bin for use with bootp and PXE uuid
Jason Hobbs
2
-0
/
+86
2011-10-17
Replace space and tab checks with isblank
Jason Hobbs
1
-1
/
+3
2011-10-17
zlib: handle overflow while calculating available stream input size
Anatolij Gustschin
1
-0
/
+8
2011-10-01
GCC4.6: Squash warning in lzo1x_decompress.c
Marek Vasut
1
-2
/
+1
2011-09-10
Add assert() for debug assertions
Simon Glass
2
-5
/
+8
2011-08-04
Convert ISO-8859 files to UTF-8
Albert ARIBAUD
1
-1
/
+1
2011-07-30
Constify getenv(), setenv() and hash code functions
Wolfgang Denk
1
-3
/
+3
2011-07-28
panic: remove warning "'noreturn' function does return"
Heiko Schocher
1
-0
/
+2
2011-07-28
unify version_string
Andreas Bießmann
1
-2
/
+1
2011-07-26
scaled down version of generic libraries for SPL
Aneesh V
1
-4
/
+7
2011-07-26
memcpy/memmove: Do not copy to same address
Matthias Weisser
1
-0
/
+6
2011-07-14
libfdt: Implement property iteration functions
David Gibson
3
-36
/
+97
2011-07-14
Support ePAPR compliant phandle properties
David Gibson
1
-6
/
+27
2011-05-12
lib, vsprintf: introduce strict_strtoul
Heiko Schocher
1
-0
/
+51
2011-05-12
zlib: fix DEBUG build
Mike Frysinger
1
-1
/
+2
2011-04-30
zlib: split up to match original source tree
Mike Frysinger
15
-2219
/
+2316
2011-04-28
common: add a grepenv command
Kim Phillips
1
-0
/
+23
2011-04-28
env: fix env var autocompletion
Kim Phillips
1
-1
/
+1
2011-04-12
Fix gunzip to work for any gziped uImage size
Catalin Radu
1
-6
/
+10
2011-03-22
strmhz: Make hz unsigned to support greater than 2146 MHz clock
Ed Swarthout
1
-1
/
+1
2011-03-22
Fix hash table deletion to prevent lost entries
Peter Barada
1
-5
/
+13
2011-01-18
lib: add crc7 from Linux
Thomas Chou
2
-0
/
+63
2011-01-17
Small coding style fix in lib/asm-offsets.c
Stefan Roese
1
-2
/
+2
[next]