summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov2020-04-071-0/+45
* | | lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King2020-04-071-1/+1
* | | lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov2020-04-073-0/+567
* | | compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-071-12/+0
* | | Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-04-051-9/+26
|\ \ \
| * | | tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-9/+26
* | | | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-032-8/+27
|\ \ \ \
| * | | | Merge 5.6-rc5 into char-misc-nextGreg Kroah-Hartman2020-03-092-9/+30
| |\| | |
| * | | | Merge 5.6-rc3 into char-misc-nextGreg Kroah-Hartman2020-02-245-9/+35
| |\ \ \ \
| * | | | | dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman2020-02-122-8/+27
* | | | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-3/+2
|\ \ \ \ \ \
| * | | | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| * | | | | | .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-3/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2020-04-021-3/+4
|\ \ \ \ \ \
| * | | | | | percpu_ref: Fix comment regarding percpu_ref_init flagsIra Weiny2020-03-051-3/+4
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-0/+19
|\ \ \ \ \ \