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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-15
lib/vsprintf.c: remove unused ip6_addr_string()
Rasmus Villemoes
1
-1
/
+5
2021-07-15
lib/vsprintf.c: remove stale comment
Rasmus Villemoes
1
-3
/
+0
2021-07-15
lib/vsprintf.c: implement printf() in terms of vprintf()
Rasmus Villemoes
1
-12
/
+1
2021-07-15
clk: Detect failure to set defaults
Simon Glass
1
-1
/
+5
2021-07-15
sandbox: Silence coverity warning in state_read_file()
Simon Glass
1
-0
/
+4
2021-07-15
tpm: Check outgoing command size
Simon Glass
1
-0
/
+5
2021-07-15
pinctrl: Avoid coverity warning when checking width
Simon Glass
1
-0
/
+1
2021-07-15
cbfs: Check offset range when reading a file
Simon Glass
1
-0
/
+2
2021-07-15
sandbox: cros_ec: Update error handling when reading matrix
Simon Glass
1
-5
/
+7
2021-07-15
dm: core: Check uclass_get() return value when dumping
Simon Glass
1
-3
/
+4
2021-07-15
reset: Avoid a warning in devm_regmap_init()
Simon Glass
1
-0
/
+1
2021-07-15
reset: Avoid a warning in devm_reset_bulk_get_by_node()
Simon Glass
1
-0
/
+2
2021-07-15
tools: Avoid showing return value of clock_gettime()
Simon Glass
1
-4
/
+4
2021-07-15
test: Rename final check in setexpr_test_backref()
Simon Glass
1
-2
/
+0
2021-07-15
video: Check return value in pwm_backlight_of_to_plat()
Simon Glass
1
-2
/
+4
2021-07-15
sandbox: net: Ensure host name is always a valid string
Simon Glass
1
-1
/
+1
2021-07-15
Merge https://source.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
22
-40
/
+221
2021-07-15
x86: Ensure the e820 map is installed in all cases
Simon Glass
1
-4
/
+4
2021-07-15
doc: Update documentation for cros-2021.04 release
Simon Glass
1
-8
/
+7
2021-07-15
dtoc: Check that a parent is not missing
Simon Glass
3
-0
/
+51
2021-07-15
x86: cros: Check ROM exists before building vboot
Simon Glass
2
-2
/
+2
2021-07-15
x86: coreboot: Document the memory map
Simon Glass
1
-0
/
+21
2021-07-15
x86: coreboot: Use vendor in the Kconfig
Simon Glass
2
-5
/
+9
2021-07-15
x86: Add function comments to cb_sysinfo.h
Simon Glass
1
-0
/
+16
2021-07-15
x86: coral: Allow booting from coreboot
Simon Glass
1
-0
/
+28
2021-07-15
x86: coreboot: Show the BIOS date
Simon Glass
1
-0
/
+3
2021-07-15
x86: Do cache set-up by default when booting from coreboot
Simon Glass
1
-4
/
+14
2021-07-15
x86: Update the MP constants to avoid conflicts
Simon Glass
1
-4
/
+8
2021-07-15
x86: Don't set up MTRRs if previously done
Simon Glass
1
-1
/
+1
2021-07-15
tpm: cr50: Drop unnecessary coral headers
Simon Glass
1
-2
/
+0
2021-07-15
spi: ich: Don't require the PCH
Simon Glass
1
-2
/
+2
2021-07-15
x86: pci: Allow binding of some devices before relocation
Simon Glass
4
-3
/
+50
2021-07-15
pci: Use const for pci_find_device_id() etc.
Simon Glass
2
-5
/
+5
2021-07-15
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
12
-22
/
+28
2021-07-15
mmc: mmc_get_op_cond: Allow quiet detection of eMMC
Pali Rohár
4
-6
/
+8
2021-07-15
arm: mvebu: Espressobin: Use function mmc_get_op_cond() for detecting eMMC
Pali Rohár
1
-1
/
+1
2021-07-15
arm: mvebu: Espressobin: Fix setting $fdtfile env
Pali Rohár
1
-7
/
+0
2021-07-15
arm: mvebu: armada-3720: remove unused config option
Marek Behún
5
-4
/
+1
2021-07-15
arm: mvebu: turris_{omnia, mox}: enable MTD command
Marek Behún
2
-0
/
+7
2021-07-15
arm: mvebu: turris_omnia: force 40 MHz speed on SPI NOR
Marek Behún
1
-1
/
+3
2021-07-15
arm: a37xx: pci: Fix typo in comment
Pali Rohár
1
-1
/
+1
2021-07-15
arm: a37xx: pci: Optimize a3700_fdt_fix_pcie_regions() when fixup offset is zero
Pali Rohár
1
-0
/
+4
2021-07-15
arm: a37xx: pci: Extend validation for PCIe resources and oubound windows
Pali Rohár
1
-3
/
+4
2021-07-14
Merge branch '2021-07-14-build-and-host-updates'
Tom Rini
21
-182
/
+296
2021-07-14
scripts/get_default_envs.sh: Update for thin archive support
Tom Rini
1
-2
/
+3
2021-07-14
Makefile: Conditionally add defaultenv_h to envtools target
Joel Stanley
1
-0
/
+2
2021-07-14
kconfig / kbuild: Re-sync with Linux 4.20
Tom Rini
12
-99
/
+124
2021-07-14
get_maintainer.pl: update from Linux kernel v5.13-rc6
Trevor Woerner
1
-70
/
+134
2021-07-14
lib: move rtc-lib.c to lib
Heinrich Schuchardt
3
-1
/
+1
2021-07-14
tools: image-host: fix wrong return value
Ming Liu
1
-1
/
+3
[next]