summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-0/+66
|\ \ \
| * | | bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio2020-01-271-0/+66
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-289-186/+3465
|\ \ \ \ | | |_|/ | |/| |
| * | | crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld2020-01-221-14/+1698
| * | | crypto: curve25519 - Fix selftest build errorHerbert Xu2020-01-163-10/+30
| * | | crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-161-1/+1
| * | | crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-164-163/+399
| * | | crypto: lib/curve25519 - re-add selftestsJason A. Donenfeld2019-12-273-0/+1339
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2515-336/+532
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-12-081-1/+1