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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-31
bloblist: Access record hdr_size and tag via a function
Simon Glass
1
-13
/
+25
2023-12-31
bloblist: Adjust API to align in powers of 2
Simon Glass
1
-13
/
+11
2023-12-31
bloblist: Update the tag numbering
Simon Glass
1
-4
/
+14
2023-12-28
Merge patch series "Modernize U-Boot shell"
Tom Rini
4
-11
/
+13427
2023-12-28
cli: modern_hush: Add upstream commits up to 2nd October 2023.
Francis Laniel
2
-123
/
+304
2023-12-28
cli: hush_modern: Enable loops
Francis Laniel
2
-1
/
+15
2023-12-28
cli: hush_modern: Enable if keyword
Francis Laniel
2
-8
/
+15
2023-12-28
cli: hush_modern: Enable using < and > as string compare operators
Francis Laniel
1
-1
/
+22
2023-12-28
cli: add modern hush as parser for run_command*()
Francis Laniel
2
-18
/
+51
2023-12-28
cli: hush_modern: Add functions to be called from run_command()
Francis Laniel
1
-3
/
+63
2023-12-28
cli: hush_modern: Enable variables expansion for modern hush
Francis Laniel
2
-5
/
+103
2023-12-28
cli: Enables using modern hush parser as command line parser
Francis Laniel
4
-11
/
+77
2023-12-28
cmd: Add new cli command
Francis Laniel
1
-1
/
+2
2023-12-28
global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
Francis Laniel
1
-0
/
+2
2023-12-28
cli: Add menu for hush parser
Francis Laniel
1
-1
/
+1
2023-12-28
cli: Port upstream Busybox hush to U-Boot
Francis Laniel
2
-2
/
+774
2023-12-28
cli: Add Busybox upstream hush.c file
Francis Laniel
1
-0
/
+12162
2023-12-20
command: Move command completion temporary buffer to stack
Marek Vasut
1
-2
/
+1
2023-12-20
command: Allocate history buffer using calloc()
Marek Vasut
1
-9
/
+17
2023-12-18
Merge tag 'v2024.01-rc5' into next
Tom Rini
1
-1
/
+1
2023-12-13
video: Add a function to clear the display
Simon Glass
1
-0
/
+31
2023-12-13
Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"
Tom Rini
1
-0
/
+11
2023-12-13
bootstd: Introduce programmatic boot
Simon Glass
1
-0
/
+11
2023-12-06
sunxi: h616: (really) lower SPL stack address to avoid BROM data
Andre Przywara
1
-1
/
+1
2023-12-04
Merge tag 'v2024.01-rc4' into next
Tom Rini
2
-8
/
+21
2023-12-01
usb: storage: Use the correct CBW lengths
Hector Martin
1
-8
/
+14
2023-12-01
usb: hub: Add missing reset recovery delay
Hector Martin
1
-0
/
+7
2023-11-29
Fix stack-protector for powerpc
Christophe Leroy
1
-0
/
+5
2023-11-28
Merge patch series "sysinfo: Expand sysinfo with some more banner information"
Tom Rini
1
-28
/
+52
2023-11-28
sysinfo: Allow displaying more info on startup
Simon Glass
1
-21
/
+51
2023-11-28
Revert "generic-board: make show_board_info a weak function"
Simon Glass
1
-1
/
+1
2023-11-28
board: Move show_board_info() comment to header file
Simon Glass
1
-6
/
+0
2023-11-20
Merge tag 'v2024.01-rc3' into next
Tom Rini
2
-2
/
+2
2023-11-17
Merge branch '2023-11-16-assorted-updates' into next
Tom Rini
1
-2
/
+2
2023-11-16
fs: ext4: Remove unused parameter from ext4_mount
Sean Anderson
1
-2
/
+2
2023-11-16
spl: fat: Add option to disable DMA alignment
Sean Anderson
3
-4
/
+24
2023-11-16
spl: spi: Consolidate spi_load_image_os into spl_spi_load_image
Sean Anderson
1
-40
/
+14
2023-11-16
spl: Convert spi to spl_load
Sean Anderson
1
-67
/
+13
2023-11-16
spl: Convert semihosting to spl_load
Sean Anderson
1
-46
/
+6
2023-11-16
spl: Convert NVMe to spl_load
Sean Anderson
1
-55
/
+11
2023-11-16
spl: Convert nor to spl_load
Sean Anderson
2
-94
/
+7
2023-11-16
spl: Convert net to spl_load
Sean Anderson
1
-24
/
+5
2023-11-16
spl: Convert nand to spl_load
Sean Anderson
1
-54
/
+16
2023-11-16
spl: Convert mmc to spl_load
Sean Anderson
2
-82
/
+15
2023-11-16
spl: Convert fat to spl_load
Sean Anderson
1
-38
/
+18
2023-11-16
spl: Convert ext to use spl_load
Sean Anderson
1
-18
/
+18
2023-11-16
spl: Add generic spl_load function
Sean Anderson
1
-0
/
+10
2023-11-16
spl: legacy: Split off LZMA decompression into its own function
Sean Anderson
1
-35
/
+40
2023-11-16
spl: nand: Remove spl_nand_legacy_read
Sean Anderson
1
-18
/
+11
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
14
-28
/
+40
[prev]
[next]