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
2022-12-23
rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEY
Tom Rini
1
-13
/
+7
2022-12-21
Merge tag 'v2023.01-rc4' into next
Tom Rini
6
-10
/
+245
2022-12-17
efi: adjust ebbr to v2.1 in conformance profile
Vincent Stehlé
3
-10
/
+10
2022-12-08
arch/riscv: add semihosting support for RISC-V
Kautuk Consul
1
-5
/
+5
2022-12-08
lib: Add common semihosting library
Kautuk Consul
3
-0
/
+235
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
1
-7
/
+7
2022-12-05
Convert CONFIG_SYS_TIMER_COUNTS_DOWN to Kconfig
Tom Rini
1
-0
/
+3
2022-12-05
net: ipv6: Enable IPv6 typeconversion specifier
Viacheslav Mitrofanov
1
-6
/
+1
2022-12-05
net: ipv6: Add string_to_ip6 converter
Viacheslav Mitrofanov
1
-0
/
+109
2022-12-02
efi_loader: utility function to check the variable name is "Boot####"
Masahisa Kojima
1
-0
/
+33
2022-12-02
efi_loader: don't use EFI_LOADER_DATA internally
Heinrich Schuchardt
1
-2
/
+2
2022-12-02
efi_loader: fix handling of DHCP acknowledge
Heinrich Schuchardt
1
-3
/
+10
2022-12-02
efi_selftest: test FatToStr() truncation
Heinrich Schuchardt
1
-1
/
+1
2022-12-02
efi_loader: add an EFI binary to print boot hart ID
Heinrich Schuchardt
2
-0
/
+341
2022-11-22
efi_selftest: Improve the FatToStr() unit test
Heinrich Schuchardt
1
-0
/
+12
2022-11-22
efi_selftest: unsigned char parameter for efi_st_strcmp_16_8()
Heinrich Schuchardt
1
-1
/
+1
2022-11-22
efi_loader: Fix buffer underflow
Mikhail Ilin
1
-1
/
+1
2022-11-16
efi_loader: replace a u16_strdup with alloc + memcpy
Ilias Apalodimas
1
-1
/
+7
2022-11-16
efi_loader: add missing EFI_CALL when closing a file
Ilias Apalodimas
1
-1
/
+1
2022-11-16
efi_loader: add comments on efi_file_from_path() regarding alignment
Ilias Apalodimas
1
-0
/
+5
2022-11-16
efi_loader: improve description of efi_file_from_path()
Heinrich Schuchardt
1
-0
/
+9
2022-11-16
efi_loader: initialize return values in efi_uninstall_multiple_protocol_inter...
Ilias Apalodimas
1
-1
/
+1
2022-11-07
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2
-4
/
+3
2022-11-06
efi_loader: AllocateAddress requires page address
Heinrich Schuchardt
1
-0
/
+2
2022-11-06
efi_loader: discover if no efi_system_partition is set
Heinrich Schuchardt
1
-2
/
+4
2022-11-06
efi_loader: remove CONFIG_EFI_SETUP_EARLY
AKASHI Takahiro
2
-37
/
+11
2022-11-06
efi_loader: Let networking support depend on NETDEVICES
Jan Kiszka
5
-7
/
+6
2022-10-31
test: dm: Add test cases for FWU Metadata uclass
Sughosh Ganu
1
-0
/
+6
2022-10-31
FWU: Add support for the FWU Multi Bank Update feature
Sughosh Ganu
7
-2
/
+291
2022-10-31
FWU: Add boot time checks as highlighted by the FWU specification
Sughosh Ganu
1
-1
/
+191
2022-10-31
FWU: Add helper functions for accessing FWU metadata
Sughosh Ganu
2
-0
/
+150
2022-10-31
FWU: Add FWU metadata structure and driver for accessing metadata
Sughosh Ganu
1
-0
/
+474
2022-10-31
disk: Rename block functions
Simon Glass
1
-2
/
+4
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
3
-11
/
+11
2022-10-30
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
3
-3
/
+3
2022-10-30
efi: Drop old LCD code
Simon Glass
2
-35
/
+5
2022-10-27
lib: fix buggy strcmp and strncmp
Rasmus Villemoes
1
-10
/
+17
2022-10-17
dm: treewide: Use uclass_first_device_err when accessing one device
Michal Suchanek
2
-2
/
+2
2022-10-16
efi_loader: remove efi_delete_handle on loadfile2
Ilias Apalodimas
1
-4
/
+15
2022-10-16
efi_loader: avoid EFI_CALL() when draining console
Heinrich Schuchardt
1
-3
/
+1
2022-10-16
efi_loader: avoid EFI_CALL() for clearing screen
Heinrich Schuchardt
1
-9
/
+17
2022-10-11
lib: crypt: fix selecting a non-existent option
Oleksandr Suvorov
1
-1
/
+0
2022-10-10
efi_loader: reformat efi_disk_add_dev()
Heinrich Schuchardt
1
-8
/
+12
2022-10-10
efi_loader: simplify efi_set_load_options()
Heinrich Schuchardt
1
-9
/
+4
2022-10-10
efi_driver: use efi_close_protocol
Heinrich Schuchardt
1
-14
/
+11
2022-10-10
efi_loader: internal CloseProtocol
Heinrich Schuchardt
1
-33
/
+57
2022-10-10
efi_loader: CloseProtocol in efi_fmp_find
Heinrich Schuchardt
1
-8
/
+6
2022-10-10
efi_loader: CloseProtocol in tcg2_measure_gpt_data
Heinrich Schuchardt
1
-7
/
+3
2022-10-10
efi_driver: fix efi_uc_stop()
Heinrich Schuchardt
1
-2
/
+3
2022-10-10
efi_loader: printf code in efi_disk_get_device_name()
Heinrich Schuchardt
1
-1
/
+2
[next]