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
/
arch
/
arm
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
arm: spl: Use separate fault handlers instead of a single common one
Csókás Bence
1
-0
/
+18
2023-12-21
bootm: Adjust arguments of boot_os_fn
Simon Glass
1
-2
/
+4
2023-11-10
arm: semihosting: Support semihosting fallback on 32-bit ARM
Sean Anderson
2
-0
/
+38
2023-11-10
arm: semihosting: Fix returning from traps on ARMv6 and lower
Sean Anderson
1
-0
/
+6
2023-11-10
arm: Fix software interrupt handler
Sean Anderson
1
-1
/
+13
2023-10-06
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
1
-1
/
+1
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
1
-0
/
+1
2023-08-21
Merge tag 'v2023.10-rc3' into next
Tom Rini
1
-0
/
+16
2023-08-17
arm: Use builtins for ffs/fls
Sean Anderson
2
-0
/
+50
2023-08-08
arm64: smccc: add support for SMCCCv1.2 x0-x17 registers
Abdellatif El Khlifi
1
-0
/
+16
2023-07-24
Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"
Tom Rini
1
-16
/
+0
2023-07-24
arm64: smccc: add support for SMCCCv1.2 x0-x17 registers
Abdellatif El Khlifi
1
-0
/
+16
2023-04-25
arm64: interrupts: print FAR_ELx on sync exceptions
Pavel Skripkin
1
-1
/
+37
2023-04-06
arm: lib: add __gnu_thumb1_case_si
Francis Laniel
1
-0
/
+17
2023-03-27
Merge branch 'master' into next
Tom Rini
1
-2
/
+2
2023-03-22
console: Use flush() before panic and reset
Tony Dinh
1
-2
/
+2
2023-03-06
arm: semihosting: replace inline assembly with assembly file
Andre Przywara
2
-47
/
+31
2023-03-06
arm64: Initialize TLB memory if CMO_BY_VA_ONLY
Pierre-Clément Tosi
1
-0
/
+9
2023-02-10
Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR
Simon Glass
1
-1
/
+1
2023-02-10
Correct SPL uses of SAVE_PREV_BL_FDT_ADDR
Simon Glass
1
-1
/
+1
2023-02-10
Correct SPL uses of LMB
Simon Glass
1
-1
/
+1
2023-02-07
arm: Drop CONFIG_MMU
Simon Glass
1
-21
/
+0
2023-01-20
arm: lib1funcs.S: Update compatibility with Linux comment slightly
Tom Rini
1
-7
/
+2
2023-01-13
efi_loader: add .rela sections to .text on arm64
Heinrich Schuchardt
1
-4
/
+4
2023-01-09
Merge branch 'next'
Tom Rini
6
-35
/
+7
2023-01-06
efi_loader: make .data section of *_efi.so files RW
Heinrich Schuchardt
1
-1
/
+7
2023-01-04
efi_loader: fix building aarch64 EFI binaries
Heinrich Schuchardt
2
-15
/
+38
2022-12-29
efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE
Heinrich Schuchardt
1
-0
/
+1
2022-12-21
Merge tag 'v2023.01-rc4' into next
Tom Rini
1
-180
/
+1
2022-12-08
lib: Add common semihosting library
Kautuk Consul
1
-180
/
+1
2022-12-06
arm: Use the WEAK assembly entry point consistently
Tom Rini
1
-2
/
+1
2022-12-05
arm: Remove unused mx27 code
Tom Rini
1
-28
/
+1
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
4
-5
/
+5
2022-11-21
arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y
Pali Rohár
1
-0
/
+5
2022-11-02
arm: smh: Allow semihosting trap calls to be inlined
Andre Przywara
1
-2
/
+3
2022-11-02
arm: smh: Make semihosting trap calls more robust
Andre Przywara
1
-1
/
+15
2022-11-02
arm: smh: specify Thumb trap instruction
Andre Przywara
1
-13
/
+16
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
2
-2
/
+2
2022-10-06
common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c
Ovidiu Panait
1
-0
/
+12
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
1
-6
/
+7
2022-09-19
Merge branch 'master' into next
Tom Rini
1
-3
/
+3
2022-09-14
Add in the ability to load and boot an uncompressed kernel image during the F...
Nathan Barrett-Morrison
1
-1
/
+4
2022-09-02
arm: ARMv4 assembly compatibility
Sergei Antonov
4
-17
/
+11
2022-09-01
ARM: cache: Allow SPL to build cache-pl310.c
Philip Oberfichtner
1
-1
/
+1
2022-08-31
arm: smh: Fix uninitialized parameters with newer GCCs
Sean Anderson
1
-3
/
+3
2022-07-26
ARM: relocate: Fix Thumb code by using proper label type
Andre Przywara
1
-1
/
+2
2022-07-26
zynqmp: Run board_get_usable_ram_top() only on main U-Boot
Ashok Reddy Soma
1
-1
/
+1
2022-07-26
arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED
Michal Simek
1
-2
/
+0
2022-06-06
Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h
Tom Rini
3
-3
/
+6
2022-05-23
arm: gic_v2: Skip gic_init_secure when cpu is not in el3
Sai Pavan Boddu
1
-0
/
+5
[next]