aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 5-30/+3
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Gravatar Jason A. Donenfeld 4-19/+0
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Gravatar Masahiro Yamada 3-10/+2
2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashGravatar Masahiro Yamada 1-3/+3
2020-04-07lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Gravatar Qiujun Huang 1-1/+1
2020-04-07ubsan: include bug type in report headerGravatar Kees Cook 1-21/+15
2020-04-07ubsan: check panic_on_warnGravatar Kees Cook 1-0/+11
2020-04-07ubsan: split "bounds" checker from other optionsGravatar Kees Cook 1-5/+24
2020-04-07ubsan: add trap instrumentation optionGravatar Kees Cook 2-4/+20
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsGravatar Nathan Chancellor 1-1/+1
2020-04-07lib/test_kmod.c: remove a NULL testGravatar Dan Carpenter 1-1/+1
2020-04-07lib/rbtree: fix coding style of assignmentsGravatar chenqiwu 1-2/+2
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSGravatar Andy Shevchenko 1-0/+2
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cGravatar Alexander Potapenko 1-0/+24
2020-04-07lib/stackdepot.c: build with -fno-builtinGravatar Alexander Potapenko 1-0/+4
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabGravatar Alexander Potapenko 1-2/+13
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsGravatar Kees Cook 2-10/+19
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGravatar Geert Uytterhoeven 1-1/+1
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-07lib/ts_bm.c: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-07lib/bch.c: replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-04-07lib/test_lockup.c: add parameters for locking generic vfs locksGravatar Konstantin Khlebnikov 1-0/+45
2020-04-07lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Gravatar Colin Ian King 1-1/+1
2020-04-07lib/test_lockup: test module to generate lockupsGravatar Konstantin Khlebnikov 3-0/+567
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyGravatar Masahiro Yamada 1-12/+0
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-9/+26
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-8/+27
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-3/+2
2020-04-02Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Gravatar Linus Torvalds 1-3/+4
2020-04-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+19
2020-04-02kasan: add test for invalid size in memmoveGravatar Walter Wu 1-0/+19
2020-04-01Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 3-11/+61
2020-04-01Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 8-75/+358
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-4/+4
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+10
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2020-03-31Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-0/+10
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-53/+100
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+29
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-0/+205
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+17
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+55
2020-03-26kunit: subtests should be indented 4 spaces according to TAPGravatar Alan Maguire 2-42/+44
2020-03-26kunit: add log testGravatar Alan Maguire 1-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayGravatar Alan Maguire 6-33/+276
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-3/+8
2020-03-25Fix linked-list KUnit test when run multiple timesGravatar David Gow 1-2/+2
2020-03-25kunit: Always print actual pointer values in assertsGravatar David Gow 1-2/+2