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
2015-04-23
fdt: Fix handling of paths with options in them
Hans de Goede
1
-3
/
+22
2015-04-23
Merge branch 'master' of git://git.denx.de/u-boot-dm
Tom Rini
3
-8
/
+60
2015-04-23
fdt: Allow FDT functions to be built for SPL
Simon Glass
1
-0
/
+6
2015-04-23
fdt: Rename setup_fdt() and make it prepare also
Simon Glass
1
-2
/
+2
2015-04-23
fdt: sandbox: Move setup code from board_f to fdtdec
Simon Glass
1
-0
/
+31
2015-04-23
dm: Add a panic_str() function to reduce code size
Simon Glass
2
-8
/
+23
2015-04-22
gunzip: add gzwrite routine for extracting compresed images to block device
Eric Nelson
1
-1
/
+194
2015-04-18
sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig
Simon Glass
1
-0
/
+9
2015-04-18
net: cosmetic: Change IPaddr_t to struct in_addr
Joe Hershberger
1
-7
/
+9
2015-04-18
cros_ec: exynos: Match up device tree with kernel version
Simon Glass
1
-1
/
+0
2015-04-18
fdt: Drop LPC compatible string in fdtdec
Simon Glass
1
-1
/
+0
2015-04-18
fdt: cros_ec: Drop compatible string in fdtdec
Simon Glass
1
-1
/
+0
2015-04-18
x86: chromebook_link: dts: Add PCH and LPC devices
Simon Glass
1
-1
/
+2
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
1
-0
/
+1
2015-04-18
dm: x86: pci: Convert chromebook_link to use driver model for pci
Simon Glass
1
-1
/
+1
2015-04-16
fdt: Tighten up error handling in fdtdec_get_pci_addr()
Simon Glass
1
-1
/
+3
2015-04-16
fdt: Export fdtdec_get_number() for general use
Simon Glass
1
-1
/
+1
2015-03-15
ARM: UniPhier: adjust device trees for business transfer
Masahiro Yamada
1
-1
/
+1
2015-03-05
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Tom Rini
1
-1
/
+2
2015-03-05
lib/asm-offsets - make GD_RELOCADDR, GD_RELOC_OFF & GD_START_ADDR_SP availabl...
Alexey Brodkin
1
-4
/
+0
2015-03-05
rsa : Compile Modular Exponentiation files based on CONFIG_RSA_SOFTWARE_EXP
gaurav rana
1
-1
/
+2
2015-03-01
usb: UniPhier: add UniPhier on-chip xHCI host driver support
Masahiro Yamada
1
-0
/
+1
2015-02-25
crypto/fsl - Add progressive hashing support using hardware acceleration.
gaurav rana
1
-0
/
+36
2015-02-06
fdtdec: Add compatible id and string for Intel Quark MRC
Bin Meng
1
-0
/
+1
2015-01-29
rsa: Use checksum algorithms from struct hash_algo
Ruchika Gupta
2
-21
/
+36
2015-01-29
lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
Ruchika Gupta
2
-6
/
+28
2015-01-29
lib/rsa: Modify rsa to use DM driver
Ruchika Gupta
1
-0
/
+14
2015-01-29
FIT: Modify option FIT_SIGNATURE in Kconfig
Ruchika Gupta
1
-0
/
+7
2015-01-29
rsa: Split the rsa-verify to separate the modular exponentiation
Ruchika Gupta
3
-275
/
+359
2015-01-29
dm: exynos: Drop unused COMPAT features for SPI
Simon Glass
1
-1
/
+0
2015-01-29
dm: tegra: Drop unused COMPAT features for I2C, SPI
Simon Glass
1
-6
/
+0
2015-01-29
dm: Drop gpio.h header from fdtdec.c
Simon Glass
1
-2
/
+0
2015-01-29
dm: fdt: Remove the old GPIO functions
Simon Glass
1
-95
/
+0
2015-01-29
dm: fdt: Add a function to decode phandles with arguments
Simon Glass
1
-0
/
+124
2015-01-23
x86: dts: Add compatible string for Intel ICH9 SPI controller
Simon Glass
1
-0
/
+1
2015-01-14
lzo: Update dst_len even on error
Simon Glass
1
-1
/
+3
2015-01-14
gunzip: Update lenp even on error
Simon Glass
1
-3
/
+4
2015-01-14
bzlib: Update destLen even on error
Simon Glass
1
-1
/
+1
2015-01-14
lzma: fix buffer bound check error further
Simon Glass
1
-2
/
+2
2015-01-13
fdt: Add several apis to decode pci device node
Bin Meng
1
-14
/
+157
2015-01-01
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
1
-0
/
+5
2014-12-29
initcall: add explicit hint if initcall was relocated
Alexey Brodkin
1
-1
/
+5
2014-12-18
pci: tegra: Add Tegra PCIe driver
Thierry Reding
1
-0
/
+3
2014-12-18
ARM: tegra: Implement XUSB pad controller
Thierry Reding
1
-0
/
+1
2014-12-18
power: Add AMS AS3722 PMIC support
Thierry Reding
1
-0
/
+1
2014-12-13
x86: Clean up asm-offsets
Bin Meng
1
-3
/
+0
2014-12-11
lib: errno: introduce errno_str(): returns errno related message
Przemyslaw Marczak
2
-0
/
+148
2014-12-11
lib: string: move strlcpy() to a common place
Masahiro Yamada
1
-0
/
+25
2014-12-08
libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile
Masahiro Yamada
2
-5
/
+3
2014-12-08
libfdt: descend from lib/ to lib/libfdt/
Masahiro Yamada
1
-0
/
+1
[next]