summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kcsan: Add option for verbose reportingMarco Elver2020-03-251-0/+13
* kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-0/+11
* kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-211-10/+14
* kcsan: Clean up the main KCSAN Kconfig optionMarco Elver2020-03-211-5/+8
* kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver2020-03-211-3/+13
* kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver2020-03-211-7/+20
* copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver2020-03-211-3/+4
* iov_iter: Use generic instrumented.hMarco Elver2020-03-211-3/+4
* kcsan: Rate-limit reporting per data racesMarco Elver2020-03-211-0/+10
* Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-212-9/+30
|\
| * Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-9/+27
| |\
| | * bootconfig: Add append value operator supportMasami Hiramatsu2020-02-211-4/+11
| | * bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu2020-02-211-5/+8
| | * bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2020-02-201-4/+12
| * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-02-241-0/+3
| |\ \
| | * | crypto: chacha20poly1305 - prevent integer overflow on large inputJason A. Donenfeld2020-02-141-0/+3
* | | | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2161-712/+6199
|\| | |
| * | | lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko2020-02-211-2/+6
| * | | lib/string.c: update match_string() doc-strings with correct behaviorAlexandru Ardelean2020-02-211-0/+16
| * | | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-113-7/+13
| |\ \ \ | | | |/ | | |/|
| | * | bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu2020-02-101-3/+12
| | * | bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu2020-02-102-4/+1
| * | | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-092-3/+3
| |\ \ \
| | * | | kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-042-3/+3
| * | | | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-063-0/+819
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2020-02-051-1/+4
| | * | | bootconfig: Add more parse error messagesMasami Hiramatsu2020-02-051-4/+12
| | * | | bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-133-0/+808
| * | | | lib: new testcases for bitmap_parse{_user}Yury Norov2020-02-041-0/+8
| * | | | lib: rework bitmap_parse()Yury Norov2020-02-041-92/+83
| * | | | lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov2020-02-041-10/+10
| * | | | lib: add test for bitmap_parse()Yury Norov2020-02-041-2/+95
| * | | | lib/string: add strnchrnul()Yury Norov2020-02-041-0/+17
| | |/ / | |/| |
| * | | kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-311-0/+1
| * | | lib/find_bit.c: uninline helper _find_next_bit()Yury Norov2020-01-311-1/+1
| * | | lib/find_bit.c: join _find_next_bit{_le}Yury Norov2020-01-311-45/+19
| * | | uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-311-14/+2
| * | | lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-01-311-1/+1
| * | | lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko2020-01-314-9/+18
| * | | s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-315-2/+20
| * | | lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko2020-01-317-11/+233
| * | | lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko2020-01-3111-102/+751
| * | | lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva2020-01-311-0/+1
| * | | lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko2020-01-311-4/+5
| * | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-2913-46/+151
| |\ \ \
| | * | | kunit: allow kunit to be loaded as a moduleAlan Maguire2020-01-093-2/+17
| | * | | kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire2020-01-091-18/+4
| | * | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-0910-12/+39
| | * | | kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-094-12/+32
| | * | | kunit: move string-stream.h to lib/kunitAlan Maguire2020-01-095-2/+59
| | |/ /