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-01-05
timer: Use a shorter error in TPL
Simon Glass
1
-2
/
+8
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
1
-1
/
+1
2021-01-05
serial: Update NS16550_t and struct NS16550
Simon Glass
1
-1
/
+1
2020-12-31
efi_loader: Enable uefi capsule authentication
Sughosh Ganu
1
-1
/
+35
2020-12-31
efi: capsule: Add support for uefi capsule authentication
Sughosh Ganu
3
-2
/
+141
2020-12-31
efi_loader: Re-factor code to build the signature store from efi signature list
Sughosh Ganu
1
-42
/
+61
2020-12-31
efi_loader: Make the pkcs7 header parsing function an extern
Sughosh Ganu
2
-89
/
+89
2020-12-31
efi_loader: Add logic to parse EDKII specific fmp payload header
Sughosh Ganu
1
-0
/
+41
2020-12-31
crypto: Fix the logic to calculate hash with authattributes set
Sughosh Ganu
1
-11
/
+26
2020-12-31
efi_loader: event queueing
Heinrich Schuchardt
1
-1
/
+1
2020-12-31
efi_loader: Add size checks to efi_create_indexed_name()
Ilias Apalodimas
2
-5
/
+12
2020-12-31
efi_loader: Remove unconditional installation of file2 protocol for initrd
Ilias Apalodimas
1
-5
/
+0
2020-12-31
efi_loader: Remove unused headers from efi_load_initrd.c
Ilias Apalodimas
1
-5
/
+3
2020-12-31
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
1
-5
/
+12
2020-12-31
efi_loader: efi_signal_event() fix comment typos
Heinrich Schuchardt
1
-2
/
+2
2020-12-31
efi_loader: avoid invalid free
Heinrich Schuchardt
1
-1
/
+1
2020-12-31
efi_loader: escape key handling
Heinrich Schuchardt
1
-0
/
+12
2020-12-31
efi_loader: missing parentheses after if
Heinrich Schuchardt
1
-1
/
+1
2020-12-31
efi_loader: Extra checks while opening an OPTEE session
Ilias Apalodimas
1
-5
/
+15
2020-12-31
efi_loader: make variable store size customizable
Heinrich Schuchardt
1
-0
/
+14
2020-12-22
fdt: Use phandle to distinguish DT nodes with same name
Aswath Govindraju
2
-0
/
+19
2020-12-22
sandbox: implement runtime system reset
Heinrich Schuchardt
1
-1
/
+2
2020-12-18
x86: Simplify acpi_device_infer_name()
Simon Glass
1
-24
/
+3
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
3
-7
/
+7
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
5
-21
/
+21
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-12-13
efi_selftest: implement exception test for sandbox
Heinrich Schuchardt
1
-0
/
+2
2020-12-10
efi_loader: link partition to block device
Heinrich Schuchardt
1
-0
/
+20
2020-12-10
efi_loader: make efi_protocol_open() non-static
Heinrich Schuchardt
1
-1
/
+1
2020-12-10
efi_selftest: test EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
2
-0
/
+478
2020-12-10
efi_selftest: clean up Makefile
Heinrich Schuchardt
1
-8
/
+6
2020-12-10
efi_loader: support EFI_LOAD_FILE_PROTOCOL
Heinrich Schuchardt
1
-1
/
+48
2020-12-10
efi_loader: carve out efi_load_image_from_file()
Heinrich Schuchardt
1
-9
/
+36
2020-12-10
efi_loader: pass boot_policy to efi_load_image_from_path
Heinrich Schuchardt
1
-7
/
+9
2020-12-10
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
Heinrich Schuchardt
3
-6
/
+7
2020-12-10
efi_loader: resequence functions in efi_boottime.c
Heinrich Schuchardt
1
-82
/
+82
2020-12-10
efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL
Heinrich Schuchardt
3
-7
/
+8
2020-12-10
efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE
Heinrich Schuchardt
1
-4
/
+0
2020-12-10
fs: fat: create correct short names
Heinrich Schuchardt
1
-1
/
+1
2020-12-04
env: Allow returning errors from hdelete_r()
Simon Glass
1
-6
/
+6
2020-12-03
efi_loader: add firmware management protocol for raw image
AKASHI Takahiro
4
-58
/
+194
2020-12-03
efi_loader: add firmware management protocol for FIT image
AKASHI Takahiro
4
-1
/
+314
2020-12-03
efi_loader: capsule: support firmware update
AKASHI Takahiro
3
-12
/
+252
2020-12-03
efi_loader: capsule: add capsule_on_disk support
AKASHI Takahiro
3
-0
/
+528
2020-12-03
efi_loader: define UpdateCapsule api
AKASHI Takahiro
5
-54
/
+291
2020-12-03
efi_loader: Introduce eventlog support for TCG2_PROTOCOL
Ilias Apalodimas
3
-23
/
+551
2020-12-03
tpm: use more than sha256 on pcr_extend
Ilias Apalodimas
1
-5
/
+6
2020-12-03
efi_loader: replace printf by log in efi_uclass.c
Heinrich Schuchardt
1
-9
/
+9
[next]