summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\
| * graphic_utils: add optional damage trackingPhilipp Zabel2023-04-111-0/+16
* | libfile: don't leak file descriptors in compare_fileAhmad Fatoum2023-04-171-2/+4
|/
* lib: string: remove duplicated functionDenis Orlov2023-03-161-31/+17
* ratp: Increase the initial RTO to 200msJules Maselbas2023-02-131-1/+1
* ratp: Fix retransmission for header-only packetsJules Maselbas2023-02-131-8/+16
* include: printk: retire printk_once for pr_debug_onceAhmad Fatoum2023-02-031-3/+2
* Merge branch 'for-next/jsmn'Sascha Hauer2023-01-204-0/+507
|\
| * vsprintf: implement %pJP for printing JSONPathsAhmad Fatoum2023-01-101-0/+44
| * lib: extend jsmn with simple JSONPath lookup helpersAhmad Fatoum2023-01-101-0/+86
| * lib: add jsmn JSON parser supportAhmad Fatoum2023-01-103-0/+377
* | Merge branch 'for-next/kernelcode-helpers' into HEADSascha Hauer2023-01-171-0/+13
|\ \
| * | vsprintf: support %pOF format specifierAhmad Fatoum2023-01-101-0/+13
* | | lib: provide stub Linux "generic" allocator APIAhmad Fatoum2023-01-163-0/+124
|/ /
* / Rename struct device_d to deviceSascha Hauer2023-01-104-71/+86
|/
* KASan: fix handling of devices with MMIO above SDRAM memory regionAhmad Fatoum2022-12-131-0/+5
* KASan: test_kasan: silence warning with newer GCCAhmad Fatoum2022-12-131-0/+2
* Remove unused struct partitionSascha Hauer2022-11-231-1/+0
* bitmap: Implement bitmap_*zalloc()Sascha Hauer2022-11-081-0/+10
* lib: hexdump: make available for PBL debuggingAhmad Fatoum2022-11-022-4/+10
* lib: string: implement mempcpyAhmad Fatoum2022-11-021-0/+5
* readline: Complete strings containing whitespaces correctlySascha Hauer2022-10-271-1/+6
* Merge branch 'for-next/misc'Sascha Hauer2022-10-133-17/+16
|\
| * lib: random: add hwrng_get_crypto_bytesAhmad Fatoum2022-10-111-13/+12
| * lds: introduce <asm/barebox.lds.h>Ahmad Fatoum2022-10-111-1/+1
| * treewide: replace errno_str() with %m printf format specifierAhmad Fatoum2022-10-111-3/+3
* | Revert "lib: zstd: sync with Linux"Sascha Hauer2022-09-3037-9322/+6786
* | zstd: fix assert() logicEnrico Scholz2022-09-281-1/+1
|/
* lib: parse_area_spec: guard against NULL pointer dereferenceAhmad Fatoum2022-09-121-0/+2
* Merge branch 'for-next/misc'Sascha Hauer2022-08-112-0/+41
|\
| * FIT: add first support for compressed imagesAhmad Fatoum2022-08-111-0/+40
| * logo: Fix Kconfig dependenciesAlexander Shiyan2022-06-291-0/+1
* | lib: zstd: sync with LinuxAhmad Fatoum2022-08-0837-6786/+9322
|/