aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-01kasan: add test for vmallocGravatar Daniel Axtens 1-0/+26
2019-12-01kasan: support backing vmalloc space with real shadow memoryGravatar Daniel Axtens 1-0/+16
2019-12-01rss_stat: add support to detect RSS updates of external mmGravatar Joel Fernandes (Google) 1-11/+29
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 2-0/+42
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-11/+68
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-20/+42
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-37/+88
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-0/+22
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-241/+40
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+4
2019-11-26Merge branch 'acpi-mm'Gravatar Rafael J. Wysocki 3-0/+22
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-9/+103
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 16-21/+10743
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-1/+362
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 6-1/+282
2019-11-25Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 12-0/+2252
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-17/+0
2019-11-25locking/refcount: Consolidate implementations of refcount_tGravatar Will Deacon 1-1/+1
2019-11-25locking/refcount: Move saturation warnings out of lineGravatar Will Deacon 1-0/+28
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Gravatar Will Deacon 1-237/+1
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsGravatar Will Deacon 1-25/+29
2019-11-25locking/refcount: Ensure integer operands are treated as signedGravatar Will Deacon 1-3/+3
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesGravatar Will Deacon 1-17/+20
2019-11-22crypto: lib/chacha20poly1305 - use chacha20_crypt()Gravatar Eric Biggers 1-8/+8
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-1/+1
2019-11-17crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineGravatar Ard Biesheuvel 2-0/+195
2019-11-17crypto: chacha20poly1305 - import construction and selftest from ZincGravatar Ard Biesheuvel 4-0/+7578
2019-11-17crypto: lib/curve25519 - work around Clang stack spilling issueGravatar Ard Biesheuvel 1-5/+5
2019-11-17crypto: curve25519 - generic C library implementationsGravatar Jason A. Donenfeld 5-0/+1707
2019-11-17crypto: blake2s - generic C library implementation and selftestGravatar Jason A. Donenfeld 5-0/+894
2019-11-17int128: move __uint128_t compiler test to KconfigGravatar Ard Biesheuvel 2-2/+2
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationGravatar Ard Biesheuvel 1-1/+1
2019-11-17crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryGravatar Ard Biesheuvel 1-0/+1
2019-11-17crypto: poly1305 - expose init/update/final library interfaceGravatar Ard Biesheuvel 2-0/+100
2019-11-17crypto: poly1305 - move core routines into a separate libraryGravatar Ard Biesheuvel 3-0/+164
2019-11-17crypto: chacha - move existing library code into lib/cryptoGravatar Ard Biesheuvel 5-11/+77
2019-11-17crypto: lib - tidy up lib/crypto Kconfig and MakefileGravatar Ard Biesheuvel 2-8/+23
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsGravatar Lasse Collin 1-0/+1
2019-11-14seq_buf: Add printing formatted hex dumpsGravatar Piotr Maziarz 1-0/+62
2019-11-14lib/bsearch: Use generic type for comparator functionGravatar Andy Shevchenko 1-1/+1
2019-11-14lib/sort: Move swap, cmp and cmp_r function types for wider useGravatar Andy Shevchenko 1-10/+5
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()Gravatar John Garry 1-17/+0
2019-11-11lib: provide a simple generic ioremap implementationGravatar Christoph Hellwig 2-0/+42
2019-11-10lib: Remove select of inexistant GENERIC_IOGravatar Corentin Labbe 1-1/+0
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 5-22/+46
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 4-21/+40
2019-11-07lib: Uplevel the pmem "region" ida to a global allocatorGravatar Dan Williams 3-0/+22
2019-11-06dump_stack: avoid the livelock of the dump_lockGravatar Kevin Hao 1-1/+6