summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon
2019-11-22crypto: lib/chacha20poly1305 - use chacha20_crypt()Eric Biggers
2019-11-21drivers: hv: vmbus: Introduce latency testingBranden Bonaby
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann
2019-11-14seq_buf: Add printing formatted hex dumpsPiotr Maziarz
2019-11-14lib/bsearch: Use generic type for comparator functionAndy Shevchenko
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko
2019-11-15kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry
2019-11-11Merge tag 'hisi-drivers-for-5.5' of git://github.com/hisilicon/linux-hisi int...Olof Johansson
2019-11-11lib: provide a simple generic ioremap implementationChristoph Hellwig
2019-11-11lib: devres: add a helper function for ioremap_ucTuowen Zhao
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorDan Williams
2019-11-06dump_stack: avoid the livelock of the dump_lockKevin Hao
2019-11-05lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski
2019-11-05lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski
2019-11-05logic_pio: Build into a libraryJohn Garry
2019-11-05lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registrationJohn Garry
2019-11-03idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)