summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* readline_simple: Fix compiler warningSascha Hauer2021-05-121-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-03-232-2/+23
|\
| * param: drop unused left-over struct membersAhmad Fatoum2021-03-161-2/+0
| * stringlist: Add adding sort uniqSascha Hauer2021-03-161-0/+23
* | Merge branch 'for-next/bthreads'Sascha Hauer2021-03-231-2/+2
|\ \
| * | common: poller: replace explicit calls to poller_call() with resched()Ahmad Fatoum2021-03-171-2/+2
| |/
* / glob: use empty globfree when compiling without CONFIG_GLOBAhmad Fatoum2021-03-221-12/+12
|/
* Merge branch 'for-next/ext4'Sascha Hauer2021-02-222-10/+9
|\
| * copy_file: fix progress bar for files larger than 2GAhmad Fatoum2021-02-192-10/+9
| * show_progress: change HASHES_PER_LINE from 65 to 64 to avoid divisionAhmad Fatoum2021-02-181-1/+1
* | lib: remove duplicate __div64_32Ahmad Fatoum2021-02-193-56/+1
* | treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-193-3/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-01-193-0/+237
|\
| * include: <linux/math64.h>: sync with upstreamAhmad Fatoum2021-01-073-0/+237
* | image-sparse: change chunk_data_sz to u64Steffen Trumtrar2021-01-131-2/+3
* | image-sparse: change retlen to size_tSteffen Trumtrar2021-01-131-1/+1
|/
* commands: implement and use parse_assignment helperAhmad Fatoum2020-11-271-0/+11
* Merge branch 'for-next/sandbox'Sascha Hauer2020-11-101-20/+0
|\
| * Revert "common: ubsan: ignore shifting one into sign bit"Ahmad Fatoum2020-10-191-20/+0
* | Merge branch 'for-next/mtd-nand'Sascha Hauer2020-11-101-0/+34
|\ \
| * | lib: Add match_string()Sascha Hauer2020-11-091-0/+34
* | | Merge branch 'for-next/misc'Sascha Hauer2020-11-101-0/+3
|\ \ \
| * | | ARM: mmu64: allow to disable null pointer trap on zero pageMichael Tretter2020-10-221-0/+3
| | |/ | |/|
* | | Merge branch 'for-next/imd-checksum'Sascha Hauer2020-11-102-5/+11
|\ \ \ | |/ / |/| |
| * | bootstrap_read_disk(): optionally inform the caller of the buffer sizeUlrich Ölmann2020-06-221-1/+4
| * | bootstrap_read_devfs(): optionally inform the caller of the buffer sizeUlrich Ölmann2020-06-221-4/+7
* | | Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-142-26/+45
|\ \ \
| * | | treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifierAhmad Fatoum2020-09-291-4/+3
| * | | vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-1/+1
| * | | vsprintf: add %pe format specifier for printing symbolic error namesAhmad Fatoum2020-09-291-12/+27
| * | | vsprintf: constify pointers where appropriateAhmad Fatoum2020-09-291-10/+15
* | | | Merge branch 'for-next/misc' into masterSascha Hauer2020-10-142-1/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | of: implement of_property_write_strings for multiple stringsAhmad Fatoum2020-10-021-0/+13
| * | | lib: ratp: rename now undefined use of a Kconfig symbolAhmad Fatoum2020-10-011-1/+1
* | | | logo: Makefile: fix indentation of LOGO.S in quiet outputAhmad Fatoum2020-10-121-2/+2
* | | | logo: Makefile: fix Inkscape >= v1.0 Wayland GUI opening on LOGO.SAhmad Fatoum2020-10-121-5/+3
| |/ / |/| |
* | | lib: kasan: migrate Kconfig option to Debugging menuAhmad Fatoum2020-09-291-2/+0
* | | KASan: Add missing test codeSascha Hauer2020-09-281-0/+478
|/ /
* | Merge branch 'for-next/net' into masterSascha Hauer2020-09-251-5/+1
|\ \
| * | ratp: Switch to workqueuesSascha Hauer2020-08-131-5/+1
* | | Merge branch 'for-next/misc' into masterSascha Hauer2020-09-256-363/+91
|\ \ \
| * | | lib: string: retire deprecated strtok() in favor of reentrant strsep()Ahmad Fatoum2020-09-141-32/+3
| * | | common: ubsan: replace pr_err with printfAhmad Fatoum2020-09-141-44/+44
| * | | readkey: fix buffer overflow handling longer escape sequencesAhmad Fatoum2020-09-141-1/+1
| * | | sandbox: support escaping commas in --image filenamesAhmad Fatoum2020-09-141-0/+43
| * | | lib: lzo: drop unused compression codeAhmad Fatoum2020-09-143-286/+0
* | | | Add KASan supportSascha Hauer2020-09-2210-0/+972
* | | | string: Add nokasan variants of default memcpy/memsetSascha Hauer2020-09-211-3/+26
* | | | Add constructor supportSascha Hauer2020-09-181-0/+3
* | | | Add print_hex_dump kernel implementationSascha Hauer2020-09-181-8/+204
|/ / /