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
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
2022-10-06
efi_loader: define internal implementations of install/uninstallmultiple
Ilias Apalodimas
6
-104
/
+212
2022-10-06
efi_driver: move event registration to driver
Heinrich Schuchardt
3
-27
/
+18
2022-10-06
efi_selftest: rename event_notify
Heinrich Schuchardt
4
-46
/
+55
2022-10-06
efi_driver: add init function to EFI block driver
Heinrich Schuchardt
3
-10
/
+29
2022-10-06
efi_driver: provide driver binding protocol to bind function
Heinrich Schuchardt
2
-2
/
+5
2022-10-06
efi_driver: reformat efi_block_device.c
Heinrich Schuchardt
1
-10
/
+10
2022-10-06
efi_driver: carve out function to create block device
Heinrich Schuchardt
1
-7
/
+25
2022-10-06
efi_driver: simplify efi_uc_stop(), call efi_free_pool()
Heinrich Schuchardt
1
-1
/
+1
2022-10-06
efi_driver: fix error handling
Heinrich Schuchardt
2
-38
/
+45
2022-10-06
efi_loader: function to unlink udevice and handle
Heinrich Schuchardt
1
-0
/
+19
2022-10-06
efi_loader: efi_dp_part_node check dp_alloc return value
Heinrich Schuchardt
2
-1
/
+7
2022-10-06
efi: Add string conversion helper
Paul Barker
1
-0
/
+24
2022-10-03
Merge branch 'next'
Tom Rini
25
-89
/
+267
2022-09-29
dm: core: Provide a way to reset the device tree
Simon Glass
1
-1
/
+4
2022-09-30
efi_loader: fix efi_initrd_deregister()
Heinrich Schuchardt
1
-0
/
+3
2022-09-30
efi_selftest: prefix test functions with efi_st_
Heinrich Schuchardt
1
-43
/
+44
2022-09-29
dm: core: Drop ofnode_is_available()
Simon Glass
1
-1
/
+1
2022-09-29
dm: core: Avoid creating a name property when unflattening
Simon Glass
1
-1
/
+6
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
1
-1
/
+1
2022-09-25
blk: Rename if_type to uclass_id
Simon Glass
2
-8
/
+8
2022-09-24
efi_selftest: prefix test functions with efi_st_
Heinrich Schuchardt
1
-43
/
+44
2022-09-23
display_options: print_size: Fix order overflow
Pali Rohár
1
-0
/
+6
2022-09-19
Merge branch 'master' into next
Tom Rini
20
-67
/
+379
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
13
-28
/
+28
2022-09-16
blk: Switch over to using uclass IDs
Simon Glass
2
-4
/
+4
2022-09-16
efi: Correct assumption about if_type
Simon Glass
1
-1
/
+1
2022-09-16
blk: Select SPL_LEGACY_BLOCK automatically
Simon Glass
1
-1
/
+0
2022-09-16
blk: Rename HAVE_BLOCK_DEVICE
Simon Glass
1
-1
/
+1
2022-09-15
lib: rsa: fix padding_pss_verify
Heinrich Schuchardt
1
-0
/
+5
2022-09-14
bootmenu: add removable media entries
Masahisa Kojima
1
-0
/
+4
2022-09-14
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
5
-47
/
+203
2022-09-09
efi_driver: don't bind internal block devices
Heinrich Schuchardt
1
-0
/
+9
[next]