summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-22crypto: lib/chacha20poly1305 - use chacha20_crypt()Eric Biggers
2019-11-17crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel
2019-11-17crypto: lib/curve25519 - work around Clang stack spilling issueArd Biesheuvel
2019-11-17crypto: curve25519 - generic C library implementationsJason A. Donenfeld
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)
2019-11-01lib/list-test: add a test for the 'list' doubly linked listDavid Gow
2019-11-01livepatch: Selftests of the API for tracking system state changesPetr Mladek
2019-10-23lib/vdso: Make clock_getres() POSIX compliant againThomas Gleixner
2019-10-18Merge tag 'copy-struct-from-user-v5.4-rc4' of gitolite.kernel.org:pub/scm/lin...Linus Torvalds
2019-10-18Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek
2019-10-18lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang
2019-10-17printf: add support for printing symbolic error namesRasmus Villemoes
2019-10-16usercopy: Avoid soft lockups in test_check_nonzero_user()Michael Ellerman
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar
2019-10-07lib: vdso: Remove CROSS_COMPILE_COMPAT_VDSOVincenzo Frascino
2019-10-07lib: test_user_copy: style cleanupAleksa Sarai
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai
2019-09-30kunit: fix failure to build without printkBrendan Higgins
2019-09-30kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin
2019-09-30kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy
2019-09-30kunit: test: add the concept of assertionsBrendan Higgins