summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko-2/+13
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsKees Cook-10/+19
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven-1/+1
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-04-07lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov-0/+45
2020-04-07lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King-1/+1
2020-04-07lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov-0/+567
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada-12/+0
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-9/+26
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+27
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+2
2020-04-03kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov-0/+2
2020-04-02Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds-3/+4
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+19
2020-04-02kasan: add test for invalid size in memmoveWalter Wu-0/+19
2020-04-01Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-11/+61
2020-04-01Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-75/+358
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-4/+4
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+10
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+1
2020-03-31Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds-0/+10
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-53/+100
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+29
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+205
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+17
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+55
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire-42/+44
2020-03-26kunit: add log testAlan Maguire-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire-33/+276
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+8
2020-03-25Fix linked-list KUnit test when run multiple timesDavid Gow-2/+2
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow-2/+2
2020-03-25kcsan: Add option for verbose reportingMarco Elver-0/+13
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver-0/+11
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+2
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada-3/+0
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+8
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko-0/+10
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra-0/+17
2020-03-21lib/vdso: Enable common headersVincenzo Frascino-22/+0
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver-10/+14
2020-03-21kcsan: Clean up the main KCSAN Kconfig optionMarco Elver-5/+8
2020-03-21kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver-3/+13
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver-7/+20
2020-03-21copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver-3/+4
2020-03-21iov_iter: Use generic instrumented.hMarco Elver-3/+4
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver-0/+10