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-10-06
spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...
Simon Glass
4
-12
/
+12
2023-10-02
Merge branch 'next'
Tom Rini
25
-2630
/
+114
2023-09-30
Convert CFG_SYS_UBOOT_START to Kconfig
Jesse Taube
2
-6
/
+2
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
6
-0
/
+6
2023-09-22
dm: core: Allow marking driver model as dead
Simon Glass
1
-1
/
+1
2023-09-19
spl: Tidy up load address in spl_ram
Simon Glass
1
-6
/
+13
2023-09-19
Move fdt_simplefb to boot/
Simon Glass
3
-126
/
+0
2023-09-19
boot: Move fdt_support to boot/
Simon Glass
2
-2152
/
+0
2023-09-19
video: Move the BMP options
Simon Glass
1
-11
/
+0
2023-09-19
video: Move bmp code to drivers/video
Simon Glass
2
-143
/
+0
2023-09-15
sdp: Use plain udevice for UDC controller interaction
Marek Vasut
1
-5
/
+8
2023-09-15
spl: sdp: Detach the controller on error
Marek Vasut
1
-2
/
+5
2023-09-15
dfu: Use plain udevice for UDC controller interaction
Marek Vasut
1
-7
/
+8
2023-09-15
dfu: Detach the controller on error
Marek Vasut
1
-1
/
+3
2023-09-14
cmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-7
/
+0
2023-09-14
common: stdio: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-12
/
+0
2023-09-14
common: hash: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-29
/
+0
2023-09-14
common: event: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
2
-17
/
+0
2023-09-14
common: malloc: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-14
/
+0
2023-09-14
common: hush: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-16
/
+0
2023-09-14
common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-22
/
+0
2023-09-14
blkcache: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-3
/
+0
2023-09-09
spl: undefined return value in spl_blk_load_image
Heinrich Schuchardt
1
-1
/
+1
2023-09-05
spl: add __noreturn attribute to spl_invoke_opensbi function
Chanho Park
1
-3
/
+4
2023-09-05
dlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT
Shengyu Qu
1
-3
/
+3
2023-09-04
Merge tag 'v2023.10-rc4' into next
Tom Rini
1
-0
/
+1
2023-08-31
event: Use an event to replace last_stage_init()
Simon Glass
3
-8
/
+3
2023-08-31
freescale: Drop call to init_func_vid() in the init sequence
Simon Glass
1
-10
/
+0
2023-08-31
x86: Convert arch_fsp_init() to use events
Simon Glass
2
-3
/
+2
2023-08-31
initcall: Support manual relocation
Simon Glass
1
-4
/
+2
2023-08-31
initcall: Support emitting events
Simon Glass
1
-6
/
+1
2023-08-31
event: Export event_type_name()
Simon Glass
1
-1
/
+1
2023-08-31
Revert "initcall: Move to inline function"
Simon Glass
1
-1
/
+4
2023-08-31
event: Support a simple spy record
Simon Glass
1
-1
/
+8
2023-08-22
common: bouncebuf: Add missing cast to dma_addr_t
Marek Vasut
1
-1
/
+1
2023-08-22
dm: event: add EVT_DM_POST_INIT_R event type
Chanho Park
1
-0
/
+1
2023-08-21
Merge tag 'v2023.10-rc3' into next
Tom Rini
4
-10
/
+6
2023-08-19
spl: don't assume NVMe partition 1 exists
Heinrich Schuchardt
1
-6
/
+0
2023-08-17
spl: mmc: Fix check of CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR
Elena Popa
1
-1
/
+1
2023-08-15
common: return type board_get_usable_ram_top
Heinrich Schuchardt
1
-1
/
+1
2023-08-14
spl: add FIT support to semihosting boot method
Heinrich Schuchardt
1
-0
/
+31
2023-08-10
riscv: Add SPL_ZERO_MEM_BEFORE_USE implementation
Shengyu Qu
1
-0
/
+3
2023-08-09
video: Add a Kconfig option for SPL video handoff
Simon Glass
1
-2
/
+1
2023-08-09
bootstd: Rename bootdev_setup_sibling_blk()
Simon Glass
1
-1
/
+1
2023-08-09
treewide: unify the linker symbol reference format
Shiji Yang
2
-10
/
+10
2023-08-09
Kconfigs: Correct default of "0" on hex type entries
Tom Rini
3
-3
/
+3
2023-08-08
board_f: Cosmetic style fix
Bin Meng
1
-2
/
+3
2023-08-08
crc32: Drop duplicates crc header includes
Ilya Lukin
1
-1
/
+0
2023-08-07
common: Drop duplicate space in SPL_BMP description
Marek Vasut
1
-1
/
+1
2023-08-07
common: fix detection of SYS_MALLOC_F_LEN=0x0
Heinrich Schuchardt
1
-1
/
+1
[prev]
[next]