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
2021-06-09
efi_loader: fix Sphinx warning
Heinrich Schuchardt
1
-1
/
+1
2021-06-09
efi_loader: efi_capsule_delete_file() NULL dereference
Heinrich Schuchardt
1
-1
/
+2
2021-06-09
efi_loader: partition numbers are hexadecimal
Heinrich Schuchardt
2
-3
/
+3
2021-06-01
fastboot: Fix overflow when calculating chunk size
Sean Anderson
1
-8
/
+9
2021-05-28
efi_loader: add PE/COFF image measurement
Masahisa Kojima
3
-26
/
+244
2021-05-28
efi_loader: Work-around build issue due to missing hash_calculate()
Alexandru Gagniuc
2
-1
/
+3
2021-05-28
Revert "lib: introduce HASH_CALCULATE option"
Alexandru Gagniuc
3
-6
/
+1
2021-05-28
efi_loader: Fix coverity warnings for efi tcg2 protocol
Ilias Apalodimas
1
-2
/
+5
2021-05-25
efi_loader: Fix -Wextra warning for EFI TCG2
Ilias Apalodimas
1
-18
/
+22
2021-05-25
efi_loader: path length in efi_dp_from_name()
Heinrich Schuchardt
1
-2
/
+7
2021-05-25
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
Masahisa Kojima
5
-68
/
+73
2021-05-25
efi_loader: remove weak efi_get_public_key_data()
Heinrich Schuchardt
1
-10
/
+0
2021-05-24
sandbox: errno: avoid conflict with libc's errno
Marek Behún
1
-1
/
+3
2021-05-24
lib: crc32: put the crc_table variable into efi_runtime_rodata section
Marek Behún
1
-1
/
+2
2021-05-24
efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
Marek Behún
1
-0
/
+2
2021-05-24
string: make memcpy(), memset(), memcmp() and memmove() visible for LTO
Marek Behún
1
-4
/
+5
2021-05-24
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek Behún
1
-2
/
+2
2021-05-19
lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED
Bin Meng
1
-1
/
+1
2021-05-18
lib: introduce HASH_CALCULATE option
Masahisa Kojima
3
-1
/
+6
2021-05-18
efi_loader: Fix Kconfig for EFI_TCG2 protocol
Ilias Apalodimas
1
-0
/
+6
2021-05-18
efi_loader: Don't stop EFI subsystem init if installing TCG2 fails
Ilias Apalodimas
1
-5
/
+28
2021-05-18
efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails
Ilias Apalodimas
1
-5
/
+3
2021-05-18
efi_loader: Clean up tcg2 once in case of failure
Ilias Apalodimas
1
-4
/
+0
2021-05-18
efi_loader: loosen buffer parameter check in efi_file_read_int
Peng Fan
1
-1
/
+1
2021-05-18
efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...
Sughosh Ganu
1
-3
/
+2
2021-05-18
hash: Kconfig option for SHA512 hardware acceleration
Heinrich Schuchardt
1
-5
/
+16
2021-05-18
efi_loader: build warning in efi_tcg2_hash_log_extend_event
Heinrich Schuchardt
1
-2
/
+2
2021-04-29
dm: core: Add address translation in fdt_get_resource
Patrick Delaunay
1
-1
/
+5
2021-04-24
efi_loader: capsule: return a correct error code at find_boot_device()
AKASHI Takahiro
1
-1
/
+1
2021-04-24
efi: Fix ESRT refresh after Capsule update
Jose Marinho
1
-1
/
+1
2021-04-24
efi_loader: simplify tcg2_create_digest()
Ilias Apalodimas
1
-4
/
+1
2021-04-24
efi_loader: missing include in efi_string.c
Heinrich Schuchardt
1
-0
/
+1
2021-04-22
lmb: Add 2 config to define the max number of regions
Patrick Delaunay
2
-2
/
+35
2021-04-22
lmb: move MAX_LMB_REGIONS value in Kconfig
Patrick Delaunay
2
-3
/
+11
2021-04-22
lmb: add a max parameter in the struct lmb_region
Patrick Delaunay
1
-1
/
+4
2021-04-22
lmb: remove lmb_region.size
Patrick Delaunay
1
-6
/
+0
2021-04-22
lmb: move CONFIG_LMB in Kconfig
Patrick Delaunay
1
-0
/
+7
2021-04-20
lz4: Fix unaligned accesses
Karl Beldan
1
-3
/
+12
2021-04-17
efi_loader: fix possible buffer overflow
Masahisa Kojima
1
-1
/
+1
2021-04-17
efi_loader: memory leak in efi_capsule_scan_dir()
Heinrich Schuchardt
1
-0
/
+3
2021-04-17
efi_loader: esrt: Remove incorrect invocations of EFI_CALL macro
Sughosh Ganu
1
-14
/
+14
2021-04-14
lib/rsa: Use EVP_PKEY instead of RSA
Chan, Donald
1
-102
/
+67
2021-04-14
lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate
Alexandru Gagniuc
1
-1
/
+13
2021-04-14
lib/rsa: Use the 'keyfile' argument from mkimage
Alexandru Gagniuc
1
-8
/
+26
2021-04-14
lib: Add support for ECDSA image signing
Alexandru Gagniuc
1
-0
/
+306
2021-04-14
lib/rsa: Make fdt_add_bignum() available outside of RSA code
Alexandru Gagniuc
2
-64
/
+73
2021-04-14
lib: Rename rsa-checksum.c to hash-checksum.c
Alexandru Gagniuc
5
-4
/
+6
2021-04-12
lib: string: Implement strlcat
Sean Anderson
1
-0
/
+19
2021-04-12
lib: string: Fix strlcpy return value
Sean Anderson
1
-4
/
+8
2021-04-12
hash: Allow for SHA512 hardware implementations
Joel Stanley
1
-8
/
+7
[next]