summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/nand' into nextSascha Hauer3 days2-61/+107
|\
| * bch: update from KernelSascha Hauer3 days2-61/+107
* | string: add isempty helperMarco Felsch2024-04-041-0/+6
* | treewide: drop unused header filesAntony Pavlov2024-04-022-1535/+0
|/
* Merge branch 'for-next/misc'Sascha Hauer2024-03-151-1/+1
|\
| * of: partition: Also add partitions created by addpart to the boot dtbUwe Kleine-König2024-03-131-1/+1
* | lib: uuid: implement uuid/guid_parseAhmad Fatoum2024-03-051-0/+63
* | lib: string: import Linux strreplace helperAhmad Fatoum2024-03-051-0/+21
* | vsprintf: add %pD for printing EFI device pathAhmad Fatoum2024-03-051-1/+19
* | lib: vsprintf: align documentation with current feature setAhmad Fatoum2024-03-051-10/+15
* | commands: time: refactor into new strjoinAhmad Fatoum2024-03-051-0/+28
* | libfile: factor out read_file_into_buf helperAhmad Fatoum2024-03-051-14/+30
* | vsprintf: guard against NULL in UUID %pUAhmad Fatoum2024-03-051-0/+4
* | treewide: add errno_set helper for returning positive error code in errnoAhmad Fatoum2024-03-052-24/+13
|/
* Merge branch 'for-next/zstd'Sascha Hauer2024-02-218-43/+372
|\
| * uncompress: add detected file type debug printMarco Felsch2024-02-061-0/+2
| * bootm: add support to boot ZSTD compressed imagesMarco Felsch2024-02-063-0/+327
| * decompress: change length arguments to longSascha Hauer2024-02-066-43/+43
* | Merge branch 'for-next/partitions'Sascha Hauer2024-02-211-0/+30
|\ \
| * | uuid: implement random uuid/guidSascha Hauer2024-02-201-0/+30
| |/
* | eth: replace ethaddr_to_string() with %pMSascha Hauer2024-02-051-2/+1
* | vsprintf: add support for printing MAC addressesSascha Hauer2024-02-051-0/+25
|/
* Merge branch 'for-next/misc'Sascha Hauer2024-01-233-0/+79
|\
| * lib: add optional linked list debuggingAhmad Fatoum2024-01-113-0/+79
* | cdev: export and use cdevfs_del_partitionAhmad Fatoum2024-01-081-1/+1
* | lib: stackprotector: adjust Kconfig text for bareboxAhmad Fatoum2024-01-031-2/+2
|/
* uncompress: skip dentry cache in uncompress_buf_to_bufAhmad Fatoum2023-12-131-20/+16
* libfile: implement read_fd counterpart to read_fileAhmad Fatoum2023-12-131-0/+50
* Merge branch 'for-next/prepare-optee'Sascha Hauer2023-11-276-1/+211
|\
| * include: linux/idr.h: implement more Linux APIAhmad Fatoum2023-11-233-0/+104
| * string: implement strscpyAhmad Fatoum2023-11-231-0/+71
| * include: add linux/refcount.hAhmad Fatoum2023-11-232-0/+35
| * include: provide linux/errno.hAhmad Fatoum2023-11-231-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2023-11-275-139/+86
|\ \
| * | glob: drop needless ifdeffery in {glob,fnmatch}.hAhmad Fatoum2023-11-213-134/+20
| * | KASan: test_kasan: hide buggy accesses from compilerAhmad Fatoum2023-11-101-0/+11
| * | lib: base64: add support for base64urlAhmad Fatoum2023-11-011-5/+55
| |/
* / lib: Add generic binary search functionSascha Hauer2023-11-062-0/+35
|/
* Merge branch 'for-next/mtd'Sascha Hauer2023-10-271-2/+1
|\
| * bootstrap: Fix partition creationSascha Hauer2023-10-121-2/+1
* | decompress: xz: enable armthumb BCJ filter for Thumb-2 bareboxAhmad Fatoum2023-10-231-0/+2
* | lib: stackprot: hide symbols when not applicableAhmad Fatoum2023-10-131-2/+3
* | lib: stackprot: don't directly write stack protector from HWRNG driverAhmad Fatoum2023-10-131-2/+6
* | lib: stackprot: improve error message on missing HWRNGAhmad Fatoum2023-10-131-2/+10
* | lib: random: don't duplicate error/warning prefix in log messageAhmad Fatoum2023-10-131-2/+2
* | lib: ubsan: disable sanitization for UBSAN implementationAhmad Fatoum2023-10-131-0/+2
* | uncompress: make use of error_fn in uncompress_buf_to_bufAhmad Fatoum2023-10-101-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2023-09-255-8/+115
|\
| * lib: rename json_strcpy to json_strdupAhmad Fatoum2023-09-221-1/+1
| * lib: jsmn: add case-insensitive comparisonAhmad Fatoum2023-09-221-0/+12