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-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
2014-12-08
lib: bzip2: move bzip2 files to lib/bzip2/ directory
Masahiro Yamada
8
-5
/
+3
2014-12-08
Replace <compiler.h> with <linux/compiler.h>
Masahiro Yamada
1
-1
/
+1
2014-12-01
Merge git://git.denx.de/u-boot-fdt
Tom Rini
1
-15
/
+0
2014-12-01
Merge git://git.denx.de/u-boot-x86
Tom Rini
1
-0
/
+3
2014-11-27
fdt: remove fdtdec_get_alias_node() function
Masahiro Yamada
1
-15
/
+0
2014-11-26
Merge git://git.denx.de/u-boot-fdt
Tom Rini
1
-7
/
+81
2014-11-25
x86: Add initial video device init for Intel GMA
Simon Glass
1
-0
/
+1
2014-11-25
x86: Add init for model 206AX CPU
Simon Glass
1
-0
/
+1
2014-11-25
x86: ivybridge: Add SATA init
Simon Glass
1
-0
/
+1
2014-11-24
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-3
/
+3
2014-11-24
Merge git://git.denx.de/u-boot-x86
Tom Rini
2
-0
/
+25
2014-11-23
vsprintf: Add modifier for phys_addr_t
Thierry Reding
1
-2
/
+14
2014-11-22
dm: fdt: Correct handling of aliases with embedded digits
Simon Glass
1
-3
/
+3
2014-11-21
x86: ivybridge: Implement SDRAM init
Simon Glass
1
-0
/
+1
2014-11-21
x86: ivybridge: Perform Intel microcode update on boot
Simon Glass
1
-0
/
+1
2014-11-21
fdt: Add a function to decode a variable-sized u32 array
Simon Glass
1
-0
/
+20
2014-11-21
x86: Save the BIST value on reset
Simon Glass
1
-0
/
+3
2014-11-21
fdt: Add a function to decode a named memory region
Simon Glass
1
-0
/
+61
2014-11-21
fdt: Enhance flashmap function to deal with region properties
Simon Glass
1
-0
/
+8
2014-11-21
fdt: Use the correct return types for fdtdec_decode_region()
Simon Glass
1
-7
/
+12
2014-11-20
include: move various macros to include/linux/kernel.h
Masahiro Yamada
1
-3
/
+0
2014-11-20
replace DIV_ROUND with DIV_ROUND_CLOSEST
Masahiro Yamada
1
-2
/
+2
2014-10-27
Tidy up data sizes and function comment in display_options
Simon Glass
1
-9
/
+5
2014-10-27
Use uint64_t instead of u64 in put_dec()
Simon Glass
1
-1
/
+1
[next]