summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-15drivers/net/airoha_eth: fix stalling in package receivingMikhail Kshevetskiy
2025-07-15drivers/net/airoha_eth: fix packet transmission errorsMikhail Kshevetskiy
2025-07-15drivers/net/airoha_eth: add missing terminator for compatible devices listMikhail Kshevetskiy
2025-07-15Merge patch series "fs: exfat: Fix some Smatch issues"Tom Rini
2025-07-15fs: exfat: Remove pointless variable uoffsetAndrew Goodbody
2025-07-15fs: exfat: Perform NULL check before dereferenceAndrew Goodbody
2025-07-15tools: mkimage: make size_inc a signed typeRasmus Villemoes
2025-07-15fs: btrfs: Do not free multi when guaranteed to be NULLAndrew Goodbody
2025-07-15net: mediatek: correct the AN8855 TPID value in port isolation settingsWeijie Gao
2025-07-14ofnode: NULL check bootscr_flash_size before dereferenceAndrew Goodbody
2025-07-14Fix autoboot countdown printing wrongDavid Zang
2025-07-14configs: am62x: fix CONFIG_NR_DRAM_BANKS to 1Anshul Dalal
2025-07-14pci: Assign a default value on reads on errorAndrew Goodbody
2025-07-14ecdsa: fix segfault in mkimage when "-r" option is not setLucas Dietrich
2025-07-14scsi: Make static functions consistent using lbaint_tAndrew Goodbody
2025-07-14tools: gen_ethaddr_crc: Make functions staticIlias Apalodimas
2025-07-14tools: ublimage: Make ublimage_check_params() staticIlias Apalodimas
2025-07-14tools: mkenvimage: Make xstrtol() staticIlias Apalodimas
2025-07-14tools: bmp_logo: Mark local functions with staticIlias Apalodimas
2025-07-14cros_ec: sandbox: Use correct value for number of slotsAndrew Goodbody
2025-07-14README: remove obsolete notePhilip Molloy
2025-07-14gpio: add SPL to Kconfig option descriptionPhilip Molloy
2025-07-14pinctrl-uclass: update comment to reflect codePhilip Molloy
2025-07-14Merge patch series "integer limit macro consolidation"Tom Rini
2025-07-14limits.h: provide all limit macros for standard [u]intNN_t typesRasmus Villemoes
2025-07-14move limits for sNN/uNN types from kernel.h to limits.hRasmus Villemoes
2025-07-14move more limits from kernel.h to limits.h and standardize their definitionsRasmus Villemoes
2025-07-14Merge tag 'qcom-main-20250714' of https://source.denx.de/u-boot/custodians/u-...Tom Rini
2025-07-14clk: qcom: sm8650: add usb3 noc clkRui Miguel Silva
2025-07-14watchdog: qcom-wdt: Drop read check on write-only WDT_EN registerBalaji Selvanathan
2025-07-14qcom_defconfig: enable USB mass storage gadgetCasey Connolly
2025-07-14cmd: ufetch: Initialise size before first useAndrew Goodbody
2025-07-14gpio: qcom: move pm8550 gpio to new driverNeil Armstrong
2025-07-14gpio: qcom: add new driver for SPMI gpiosNeil Armstrong
2025-07-12kbuild: Avoid including architecture-specific Makefile twiceYao Zi
2025-07-12i2c: muxes: Add PCA9541 i2c arbitrator driverPadmarao Begari
2025-07-12i2c: muxes: pca954x: add pca9545 supportFrank Wunderlich
2025-07-11block: sandbox: Add support for SYS_64BIT_LBATom Rini
2025-07-11Kconfig: Test for !COMPILE_TEST in some locationsTom Rini
2025-07-11Kconfig: Add COMPILE_TEST optionTom Rini
2025-07-11global: Make ARCH_MISC_INIT a selected symbolTom Rini
2025-07-11toradex: Switch from ARCH_MISC_INIT to MISC_INIT_R in some casesTom Rini
2025-07-11fs: erofs: Do NULL check before dereferencing pointerAndrew Goodbody
2025-07-11board: ti: Clean up formatting in rm-cfg.yamlNeha Malcom Francis
2025-07-11Merge patch series "fs: ext4fs: Fix some issues found by Smatch"Tom Rini
2025-07-11Merge patch series "Create uclass for HW AES cryptographic devices"Tom Rini
2025-07-11Merge patch series "Enable RNG support for KASLR on Toradex arm64 TI SoMs"Tom Rini
2025-07-11configs: verdin-am62p: enable RNG support for KASLREmanuele Ghidoli
2025-07-11configs: verdin-am62: enable RNG support for KASLREmanuele Ghidoli
2025-07-11fs: ext4fs: Perform NULL check before dereferenceAndrew Goodbody