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-10-11
Fix return value in trailing_strtoln()
Simon Glass
1
-3
/
+5
2016-10-08
spl: saveenv: adding saveenv support in SPL
B, Ravi
2
-1
/
+2
2016-10-08
arm: Add return value argument to longjmp
Alexander Graf
1
-1
/
+1
2016-10-06
Various, accumulated typos collected from around the tree.
Robert P. J. Day
1
-1
/
+1
2016-10-06
gunzip: cache-align write buffer memory
Clemens Gruber
1
-1
/
+2
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
3
-3
/
+3
2016-09-23
libfdt: simplify fdt_del_mem_rsv()
Masahiro Yamada
1
-5
/
+1
2016-09-18
dtoc: Support finding the offset of a property
Simon Glass
1
-0
/
+3
2016-09-18
dtoc: Support packing the device tree
Simon Glass
1
-0
/
+1
2016-09-18
dtoc: Support deleting device tree properties
Simon Glass
1
-0
/
+12
2016-09-18
dtoc: Move to using bytearray
Simon Glass
1
-0
/
+8
2016-09-18
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
1
-1
/
+0
2016-09-16
Use separate options for TPL support
Simon Glass
1
-2
/
+7
2016-09-14
usb: uniphier: remove UniPhier xHCI driver and select DM_USB
Masahiro Yamada
1
-1
/
+0
2016-09-07
efi_loader: provide efi_mem_desc version
Mian Yousaf Kaukab
1
-0
/
+3
2016-08-30
x86: efi: payload: Make EFI payload build again
Bin Meng
1
-3
/
+3
2016-08-20
efi_loader: Fix relocations above 64kb image size
Alexander Graf
1
-1
/
+1
2016-08-20
tests: Introduce DT overlay tests
Maxime Ripard
1
-49
/
+262
2016-08-20
cmd: fdt: add fdt overlay application subcommand
Maxime Ripard
1
-7
/
+7
2016-08-20
libfdt: Add overlay application function
Maxime Ripard
3
-0
/
+412
2016-08-20
libfdt: Add fdt_setprop_inplace_namelen_partial
Maxime Ripard
1
-4
/
+25
2016-08-20
libfdt: Add fdt_path_offset_namelen
Maxime Ripard
1
-8
/
+10
2016-08-20
libfdt: Fix separator spelling
Maxime Ripard
1
-4
/
+4
2016-08-20
libfdt: Add max phandle retrieval function
Maxime Ripard
1
-0
/
+26
2016-08-12
fdt: allow fdtdec_get_addr_size_*() to translate addresses
Stephen Warren
1
-7
/
+15
2016-08-08
efi_loader: disk: Sanitize exposed devices
Alexander Graf
1
-1
/
+5
2016-08-08
efi_loader: disk: Fix CONFIG_BLK breakage
Alexander Graf
1
-7
/
+11
2016-08-08
tiny-printf: Adjust to avoid using data section
Simon Glass
1
-44
/
+58
2016-07-25
Merge git://git.denx.de/u-boot-nand-flash
Tom Rini
1
-0
/
+1
2016-07-25
hashtable: Fix compiler warning on 32-bit sandbox
Simon Glass
1
-5
/
+5
2016-07-25
tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7
mario.six@gdsys.cc
1
-2
/
+4
2016-07-24
mtd: nand: Add the sunxi NAND controller driver
Boris Brezillon
1
-0
/
+1
2016-07-22
rsa: Fix return value and masked error
mario.six@gdsys.cc
1
-5
/
+5
2016-07-22
efi_loader: Add debug output for efi_add_memory_map()
Andreas Färber
1
-0
/
+3
2016-07-16
Various, unrelated tree-wide typo fixes.
Robert P. J. Day
1
-1
/
+1
2016-07-14
tiny-printf: Support assert()
Simon Glass
1
-0
/
+9
2016-07-14
dm: Add a more efficient libfdt library
Simon Glass
3
-0
/
+141
2016-07-14
dm: Don't include fdtdec functions when of-platdata is enabled
Simon Glass
1
-3
/
+2
2016-07-11
sandbox: Find keyboard driver using driver model
Simon Glass
1
-1
/
+0
2016-07-11
fdt: x86: Tidy up a few COMPAT string definitions
Simon Glass
1
-3
/
+3
2016-07-11
fdt: Add a note to avoid adding new compatible strings
Simon Glass
1
-0
/
+5
2016-07-11
fdt: Drop unused exynos compatible strings
Simon Glass
1
-2
/
+0
2016-07-11
x86: fdt: Drop the unused compatible strings in fdtdec
Simon Glass
1
-5
/
+0
2016-07-08
SPL: tiny-printf: avoid any BSS usage
Andre Przywara
1
-3
/
+8
2016-07-05
fdt: Drop some unused compatible strings
Simon Glass
1
-4
/
+0
2016-06-24
lib/lzo: bugfix when input data is not compressed
Joris Lijssens
1
-9
/
+16
2016-06-20
tinyprintf: Add vprintf implementation
Hans de Goede
1
-0
/
+5
2016-06-19
lib/libfdt/: General aesthetic/style fixes.
Robert P. J. Day
11
-97
/
+109
2016-06-13
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Tom Rini
1
-1
/
+1
2016-06-12
fdt: Correct return value in fdtdec_decode_display_timing()
Simon Glass
1
-1
/
+1
[next]