summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-012-9/+43
|\
| * Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek2020-06-012-5/+39
| |\
| | * lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko2020-05-202-5/+39
| * | Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-0172-583/+3957
| |\|
| * | lib/vsprintf: update comment about simple_strto<foo>() functionsAndy Shevchenko2020-02-281-4/+4
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-014-25/+22
|\ \ \
| * | | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers2020-05-081-1/+1
| * | | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
| * | | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-10/+12
| * | | crypto: lib/sha256 - return voidEric Biggers2020-05-081-12/+8
| * | | lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor2020-04-301-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown2020-06-015-0/+490
|\ \ \
| * \ \ Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Mark Brown2020-05-202-9/+18
| |\ \ \
| * | | | lib: linear_ranges: Add missing MODULE_LICENSE()Matti Vaittinen2020-05-111-0/+4
| * | | | lib/test_linear_ranges: add a test for the 'linear_ranges'Matti Vaittinen2020-05-083-0/+241
| * | | | lib: add linear ranges helpersMatti Vaittinen2020-05-083-0/+245
* | | | | vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2020-05-192-1/+25
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-151-0/+12
|\ \ \ \
| * | | | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-0/+12
| |/ / /
* / / / ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook2020-05-071-9/+6
|/ / /
* | | Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-04-301-1/+1
|\ \ \
| * | | kunit: Add missing newline in summary messageMarco Elver2020-04-231-1/+1
| |/ /
* | | lib/mpi: Fix building for powerpc with clangNathan Chancellor2020-04-241-17/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-161-0/+2
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-0/+2
| |\ \
| | * | kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov2020-04-031-0/+2
* | | | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-115-30/+3
|\ \ \ \
| * | | | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-094-19/+0
| * | | | x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-093-10/+2
| * | | | lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada2020-04-091-3/+3
| |/ / /
* | | | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+3
* | | | lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang2020-04-071-1/+1
* | | | ubsan: include bug type in report headerKees Cook2020-04-071-21/+15
* | | | ubsan: check panic_on_warnKees Cook2020-04-071-0/+11
* | | | ubsan: split "bounds" checker from other optionsKees Cook2020-04-071-5/+24
* | | | ubsan: add trap instrumentation optionKees Cook2020-04-072-4/+20
* | | | lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor2020-04-071-1/+1
* | | | lib/test_kmod.c: remove a NULL testDan Carpenter2020-04-071-1/+1
* | | | lib/rbtree: fix coding style of assignmentschenqiwu2020-04-071-2/+2
* | | | lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko2020-04-071-0/+2
* | | | kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-0/+24
* | | | lib/stackdepot.c: build with -fno-builtinAlexander Potapenko2020-04-071-0/+4
* | | | lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko2020-04-071-2/+13
* | | | lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2020-04-072-10/+19
* | | | lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven2020-04-071-1/+1
* | | | lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* | | | lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* | | | lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1
* | | | lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-071-1/+1