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
2018-11-16
fdt_region: Ensure that depth never goes below -1
Konrad Beckmann
1
-0
/
+3
2018-11-14
sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
1
-1
/
+0
2018-11-14
kconfig: Introduce HAVE_ARCH_IOMAP
Bin Meng
1
-0
/
+6
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
1
-2
/
+0
2018-11-14
efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
1
-12
/
+12
2018-10-25
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
Tom Rini
1
-4
/
+4
2018-10-22
optee: adjust dependencies and default values for dram
Rui Miguel Silva
1
-4
/
+4
2018-10-16
efi_loader: efi_dp_get_next_instance() superfluous statement
Heinrich Schuchardt
1
-1
/
+0
2018-10-16
efi_selftest: creating new handle in controller test
Heinrich Schuchardt
1
-0
/
+2
2018-10-16
efi_loader: fix typo in efi_boottime.c
Heinrich Schuchardt
1
-1
/
+1
2018-10-16
efi_loader: Fix warning in efi_load_image()
Tom Rini
1
-1
/
+1
2018-10-16
efi_loader: remove lcd.h from efi_net.c
Heinrich Schuchardt
1
-1
/
+0
2018-10-16
efi_loader: memory leak in efi_set_variable()
Heinrich Schuchardt
1
-2
/
+4
2018-10-16
efi_loader: superfluous statement in is_dir()
Heinrich Schuchardt
1
-1
/
+8
2018-10-16
efi_loader: return type efi_console_register()
Heinrich Schuchardt
1
-1
/
+3
2018-10-16
efi_loader: error handling in read_console()
Heinrich Schuchardt
1
-3
/
+8
2018-10-16
efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)
Heinrich Schuchardt
1
-3
/
+3
2018-10-16
efi_loader: correct signature of GetPosition, SetPosition
Heinrich Schuchardt
2
-10
/
+59
2018-10-16
efi_loader: fix relocation on x86_64
Heinrich Schuchardt
1
-4
/
+12
2018-10-15
Revert "fdt: fdtdec_setup_memory_banksize() use livetree"
Michal Simek
1
-21
/
+23
2018-10-09
tpm: Add a few new commands for v1
Simon Glass
1
-3
/
+65
2018-10-09
tpm: Tidy up logging in tpm-common.c
Simon Glass
1
-3
/
+7
2018-10-09
fdt: Remove fdtdec_decode_region() function
Simon Glass
1
-83
/
+0
2018-10-09
fdt: Allow libfdt in TPL
Simon Glass
1
-0
/
+10
2018-10-09
serial: Allow serial to be absent in TPL
Simon Glass
1
-2
/
+3
2018-10-09
tpm: Add support for SPL and TPL
Simon Glass
2
-3
/
+29
2018-10-02
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
1
-20
/
+16
2018-09-29
fdt: fdtdec_setup_memory_banksize() use livetree
Jens Wiklander
1
-23
/
+21
2018-09-23
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2
-58
/
+57
2018-09-23
efi_loader: Disable efi selftest on sandbox for now
Alexander Graf
1
-1
/
+1
2018-09-23
efi_loader: remove efi_exit_caches()
Heinrich Schuchardt
1
-28
/
+0
2018-09-23
efi_loader: remove redundant statement
Heinrich Schuchardt
1
-1
/
+9
2018-09-23
efi_loader: create root node
Heinrich Schuchardt
4
-22
/
+80
2018-09-23
efi_loader: avoid out of bound access in efi_get_variable()
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
efi_driver: convert function descriptions to Sphinx style
Heinrich Schuchardt
1
-32
/
+54
2018-09-23
efi_loader: query serial console size reliably
Heinrich Schuchardt
1
-13
/
+37
2018-09-23
efi_loader: Merge memory map entries
Alexander Graf
1
-0
/
+45
2018-09-23
efi_selftest: missing braces in efi_selftest_textinputex.c
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
efi_loader: check parameter new_handle of efi_file_open()
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
efi_loader: terminal left upper corner is [1, 1]
Heinrich Schuchardt
1
-3
/
+21
2018-09-23
efi_loader: more debug info for efi_file_getinfo()
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
efi: Correct the operation of efi_file_write()
Simon Glass
1
-4
/
+2
2018-09-23
efi: sandbox: Enable EFI loader build for sandbox
Simon Glass
1
-1
/
+1
2018-09-23
efi_loader: loosen check of parameters of efi_file_open()
Heinrich Schuchardt
1
-1
/
+10
2018-09-23
efi_loader: provide description of file_open()
Heinrich Schuchardt
1
-2
/
+12
2018-09-23
efi_loader: check parameters of efi_file_open()
Heinrich Schuchardt
1
-4
/
+26
2018-09-23
efi_selftest: test key notification functions
Heinrich Schuchardt
1
-7
/
+66
2018-09-23
efi_loader: implement key notify functions
Heinrich Schuchardt
1
-3
/
+98
2018-09-23
efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2
-0
/
+140
2018-09-23
efi_loader: support modifiers for F1 - F4
Heinrich Schuchardt
1
-25
/
+39
[next]