summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-272-40/+170
|\ \ \ \ \
| * | | | | lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy2020-01-161-3/+1
| * | | | | lib/vdso: Prepare for time namespace supportThomas Gleixner2020-01-142-4/+144
| * | | | | lib/vdso: Mark do_hres() and do_coarse() as __always_inlineAndrei Vagin2020-01-141-6/+8
| * | | | | lib/vdso: Avoid duplication in __cvdso_clock_getres()Christophe Leroy2020-01-141-6/+1
| * | | | | lib/vdso: Let do_coarse() return 0 to simplify the callsiteChristophe Leroy2020-01-141-7/+8
| * | | | | lib/vdso: Remove checks on return value for 32 bit vDSOVincenzo Frascino2020-01-141-5/+5
| * | | | | lib/vdso: Remove VDSO_HAS_32BIT_FALLBACKVincenzo Frascino2020-01-141-10/+0
| * | | | | lib/vdso: Build 32 bit specific functions in the right contextVincenzo Frascino2020-01-141-0/+4
* | | | | | Merge tag 'core-debugobjects-2020-01-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-01-271-21/+25
|\ \ \ \ \ \
| * | | | | | debugobjects: Fix various data racesMarco Elver2020-01-171-21/+25
| | |_|/ / / | |/| | | |