summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu
2020-02-10bootconfig: Remove unneeded CONFIG_LIBXBCMasami Hiramatsu
2020-02-09Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov
2020-02-04lib: rework bitmap_parse()Yury Norov
2020-02-04lib: make bitmap_parse_user a wrapper on bitmap_parseYury Norov
2020-02-04lib: add test for bitmap_parse()Yury Norov
2020-02-04lib/string: add strnchrnul()Yury Norov
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov
2020-01-31lib/find_bit.c: uninline helper _find_next_bit()Yury Norov
2020-01-31lib/find_bit.c: join _find_next_bit{_le}Yury Norov
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko
2020-01-31lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge tag 'core-debugobjects-2020-01-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2020-01-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio
2020-01-24lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy
2020-01-23Merge tag 'xarray-5.5' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2020-01-23lib: crc64: include <linux/crc64.h> for 'crc64_be'Ben Dooks (Codethink)
2020-01-22crypto: chacha20poly1305 - add back missing test vectors and test chunkingJason A. Donenfeld
2020-01-17XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)
2020-01-17XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)
2020-01-17XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)
2020-01-17debugobjects: Fix various data racesMarco Elver
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek
2020-01-17livepatch/selftest: Clean up shadow variable names and typePetr Mladek
2020-01-16lib/vdso: Only read hrtimer_res when needed in __cvdso_clock_getres()Christophe Leroy
2020-01-16crypto: curve25519 - Fix selftest build errorHerbert Xu
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner