summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * lib: jsmn: add helper for allocating tokensAhmad Fatoum2023-09-221-0/+36
| * lib: jsmn: add and use new jsmn_token_size helperAhmad Fatoum2023-09-221-2/+2
| * decompressors: Update xz to include ARM64 BCJ decoderJules Maselbas2023-09-084-5/+64
* | Merge branch 'for-next/dump-stack-stderr'Sascha Hauer2023-09-252-13/+11
|\ \
| * | KASan: don't allocate memory while printing reportAhmad Fatoum2023-09-122-12/+10
| * | KASan: only print to stderrAhmad Fatoum2023-09-121-1/+1
| |/
* | ARM: mmu: catch stack overflowing into TTB with stack guard pageAhmad Fatoum2023-09-211-0/+10
* | lib: add stackprotector supportAhmad Fatoum2023-09-214-0/+133
* | ARM: mark early C setup functions as __prerelocAhmad Fatoum2023-09-211-1/+1
|/
* lib: open_and_lseek(): move error messages to callersSascha Hauer2023-08-182-11/+7
* lib: open_and_lseek(): return error code on errorSascha Hauer2023-08-181-7/+12
* bitmap: implement bitmap_{to,from}_arr{32,64}Ahmad Fatoum2023-06-231-0/+103
* Merge branch 'for-next/state'Sascha Hauer2023-06-222-0/+17
|\
| * common: partitions: decouple from EFI GUID definitionAhmad Fatoum2023-06-082-0/+17
* | Merge branch 'for-next/misc-fixes-sandbox'Sascha Hauer2023-06-221-0/+3
|\ \
| * | lib: make_directory: return -ENOMEM on allocation failureAhmad Fatoum2023-06-131-0/+3
| |/
* / string: import strverscmp_improved from systemdAhmad Fatoum2023-06-053-0/+173
|/
* Merge branch 'for-next/kconfig-missing-firmware'Sascha Hauer2023-05-241-2/+0
|\
| * Kconfig: source Kconfig.include earlierSascha Hauer2023-05-021-2/+0
* | lib: genalloc: drop reliance on mmio-sram driverAhmad Fatoum2023-05-021-4/+6
|/
* treewide: use non-executable stack annotations for blobsAhmad Fatoum2023-05-021-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2023-04-191-0/+16
|\