index
:
delta/barebox.git
doc
dts
efi
imx-ipu-v3
master
next
pu/kconfig
pu/mtd
pu/persistent-vars
stable/v2013.05
stable/v2013.06
stable/v2013.07
stable/v2013.08
stable/v2013.10
stable/v2014.05
stable/v2014.06
stable/v2014.06.0
stable/v2014.07
stable/v2014.08
stable/v2014.09
stable/v2014.10
stable/v2014.11
stable/v2014.12
stable/v2015.01
stable/v2015.02
stable/v2017.05
stable/v2017.06
stable/v2017.07
stable/v2017.11
stable/v2018.07
stable/v2018.09
stable/v2018.12
v2011.03-stable
work/am335x
work/efika-sb
work/fit-support
work/musb
work/mvebu-multisoc
git.pengutronix.de: git/barebox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-next/ext4'
Sascha Hauer
2021-02-22
2
-10
/
+9
|
\
|
*
copy_file: fix progress bar for files larger than 2G
Ahmad Fatoum
2021-02-19
2
-10
/
+9
|
*
show_progress: change HASHES_PER_LINE from 65 to 64 to avoid division
Ahmad Fatoum
2021-02-18
1
-1
/
+1
*
|
lib: remove duplicate __div64_32
Ahmad Fatoum
2021-02-19
3
-56
/
+1
*
|
treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>
Ahmad Fatoum
2021-02-19
3
-3
/
+3
|
/
*
Merge branch 'for-next/misc'
Sascha Hauer
2021-01-19
3
-0
/
+237
|
\
|
*
include: <linux/math64.h>: sync with upstream
Ahmad Fatoum
2021-01-07
3
-0
/
+237
*
|
image-sparse: change chunk_data_sz to u64
Steffen Trumtrar
2021-01-13
1
-2
/
+3
*
|
image-sparse: change retlen to size_t
Steffen Trumtrar
2021-01-13
1
-1
/
+1
|
/
*
commands: implement and use parse_assignment helper
Ahmad Fatoum
2020-11-27
1
-0
/
+11
*
Merge branch 'for-next/sandbox'
Sascha Hauer
2020-11-10
1
-20
/
+0
|
\
|
*
Revert "common: ubsan: ignore shifting one into sign bit"
Ahmad Fatoum
2020-10-19
1
-20
/
+0
*
|
Merge branch 'for-next/mtd-nand'
Sascha Hauer
2020-11-10
1
-0
/
+34
|
\
\
|
*
|
lib: Add match_string()
Sascha Hauer
2020-11-09
1
-0
/
+34
*
|
|
Merge branch 'for-next/misc'
Sascha Hauer
2020-11-10
1
-0
/
+3
|
\
\
\
|
*
|
|
ARM: mmu64: allow to disable null pointer trap on zero page
Michael Tretter
2020-10-22
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-next/imd-checksum'
Sascha Hauer
2020-11-10
2
-5
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bootstrap_read_disk(): optionally inform the caller of the buffer size
Ulrich Ölmann
2020-06-22
1
-1
/
+4
|
*
|
bootstrap_read_devfs(): optionally inform the caller of the buffer size
Ulrich Ölmann
2020-06-22
1
-4
/
+7
*
|
|
Merge branch 'for-next/percent_pe' into master
Sascha Hauer
2020-10-14
2
-26
/
+45
|
\
\
\
|
*
|
|
treewide: replace strerror(-PTR_ERR(errno)) with %pe format specifier
Ahmad Fatoum
2020-09-29
1
-4
/
+3
|
*
|
|
vsprintf: retire strerrorp in favor of %pe
Ahmad Fatoum
2020-09-29
1
-1
/
+1
|
*
|
|
vsprintf: add %pe format specifier for printing symbolic error names
Ahmad Fatoum
2020-09-29
1
-12
/
+27
|
*
|
|
vsprintf: constify pointers where appropriate
Ahmad Fatoum
2020-09-29
1
-10
/
+15
*
|
|
|
Merge branch 'for-next/misc' into master
Sascha Hauer
2020-10-14
2
-1
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
of: implement of_property_write_strings for multiple strings
Ahmad Fatoum
2020-10-02
1
-0
/
+13
|
*
|
|
lib: ratp: rename now undefined use of a Kconfig symbol
Ahmad Fatoum
2020-10-01
1
-1
/
+1
*
|
|
|
logo: Makefile: fix indentation of LOGO.S in quiet output
Ahmad Fatoum
2020-10-12
1
-2
/
+2
*
|
|
|
logo: Makefile: fix Inkscape >= v1.0 Wayland GUI opening on LOGO.S
Ahmad Fatoum
2020-10-12
1
-5
/
+3
|
|
/
/
|
/
|
|
*
|
|
lib: kasan: migrate Kconfig option to Debugging menu
Ahmad Fatoum
2020-09-29
1
-2
/
+0
*
|
|
KASan: Add missing test code
Sascha Hauer
2020-09-28
1
-0
/
+478
|
/
/
*
|
Merge branch 'for-next/net' into master
Sascha Hauer
2020-09-25
1
-5
/
+1
|
\
\
|
*
|
ratp: Switch to workqueues
Sascha Hauer
2020-08-13
1
-5
/
+1
*
|
|
Merge branch 'for-next/misc' into master
Sascha Hauer
2020-09-25
6
-363
/
+91
|
\
\
\
|
*
|
|
lib: string: retire deprecated strtok() in favor of reentrant strsep()
Ahmad Fatoum
2020-09-14
1
-32
/
+3
|
*
|
|
common: ubsan: replace pr_err with printf
Ahmad Fatoum
2020-09-14
1
-44
/
+44
|
*
|
|
readkey: fix buffer overflow handling longer escape sequences
Ahmad Fatoum
2020-09-14
1
-1
/
+1
|
*
|
|
sandbox: support escaping commas in --image filenames
Ahmad Fatoum
2020-09-14
1
-0
/
+43
|
*
|
|
lib: lzo: drop unused compression code
Ahmad Fatoum
2020-09-14
3
-286
/
+0
*
|
|
|
Add KASan support
Sascha Hauer
2020-09-22
10
-0
/
+972
*
|
|
|
string: Add nokasan variants of default memcpy/memset
Sascha Hauer
2020-09-21
1
-3
/
+26
*
|
|
|
Add constructor support
Sascha Hauer
2020-09-18
1
-0
/
+3
*
|
|
|
Add print_hex_dump kernel implementation
Sascha Hauer
2020-09-18
1
-8
/
+204
|
/
/
/
*
|
|
Merge branch 'for-next/misc' into master
Sascha Hauer
2020-08-18
1
-0
/
+4
|
\
\
\
|
*
|
|
string: add sanity check to the strcmp() and strncmp()
Oleksij Rempel
2020-08-17
1
-0
/
+4
|
|
/
/
*
|
|
libfile: copy_file: Fix ftruncate called on device files
Sascha Hauer
2020-08-18
1
-5
/
+5
|
/
/
*
|
Merge branch 'for-next/ratp'
Sascha Hauer
2020-07-27
1
-0
/
+2
|
\
\
|
*
|
ratp: Fix closing connections
Sascha Hauer
2020-06-16
1
-0
/
+2
*
|
|
Merge branch 'for-next/ramfs'
Sascha Hauer
2020-07-27
1
-9
/
+16
|
\
\
\
|
*
|
|
libfile: copy_file: explicitly truncate to final size
Sascha Hauer
2020-07-05
1
-5
/
+11
[next]