milas
Remove unused struct partition
Rename struct device_d to device
graphic_utils: add optional damage tracking
Kconfig: source Kconfig.include earlier
treewide: use non-executable stack annotations for blobs
treewide: add SPDX-License-Identifier for Kbuild/Kconfig
Revert "lib: zstd: sync with Linux"
string: import strverscmp_improved from systemd
ubsan: use a big if block in Kconfig
Merge branch 'for-next/state'
lib: Add shared copies of some GCC library routines
lib: add base64 helpers
treewide: add SPDX-License-Identifier for files without explicit license
lib: add BCH encoding/decoding
bitmap: implement bitmap_{to,from}_arr{32,64}
lib: add bitrev utility
NULL: keep NULL definition in stddef.h only
lib: add weak clz/ctz functions
treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifier
lib: Port CRC-CCITT functions from Linux kernel
lib: Port CRC8 implementation from Linux kernel
treewide: remove references to CREDITS
lib: decompress: remove redundant INT_MAX define
decompressors: Use malloc/free wrappers
treewide: Remove duplicate incudes
U-Boot-V2:Bitops: asm-generic bitops
treewide: fix 'new blank line at EOF' formatting error
Add Freescale QUICC Engine firmware support
lib: genalloc: drop reliance on mmio-sram driver
getopt: Add support for '+' in optstring
glob: use empty globfree when compiling without CONFIG_GLOB
image-sparse: remove unused define
lib: extend jsmn with simple JSONPath lookup helpers
kfifo: roundup fifo size to next power of two
lib: Port kstrtox.c from Linux kernel
libbb: Add find_path function
libfile: don't leak file descriptors in compare_file
treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>
ubiformat: Use mtd-peb API
include: printk: retire printk_once for pr_debug_once
lib: make_directory: return -ENOMEM on allocation failure
lib: math: Return NULL pointer
lib: parse_area_spec: guard against NULL pointer dereference
Add generic implementation for muldi3
Merge branch 'for-next/spdx'
qsort: Fix wrong check
lib: random: add hwrng_get_crypto_bytes
ratp: Increase the initial RTO to 200ms
whole tree: remove trailing whitespaces
readkey: fix buffer overflow handling longer escape sequences
readline: Complete strings containing whitespaces correctly
recursive_action: add ACTION_SORT flag
show_progress: add system wide progress stage notifier
ARM: MXS: introduce stmp device support
lib: string: remove duplicated function
Revert "common: ubsan: ignore shifting one into sign bit"
common: add generic CONFIG_UBSAN plumbing
FIT: add first support for compressed images
common: partitions: decouple from EFI GUID definition
Merge branch 'for-next/jsmn'
lib: implement wcsnlen
lib: Add xxhash module
crc: import crc_itu_t() from kernel