aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge tag 'docs-5.5a' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-12-01Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-11/+71
2019-12-01Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 1-0/+19
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
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-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-118/+151
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-21drivers: hv: vmbus: Introduce latency testingGravatar Branden Bonaby 1-0/+7
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-15pipe: Allow pipes to have kernel-reserved slotsGravatar David Howells 1-2/+2
2019-11-15y2038: vdso: change time_t to __kernel_old_time_tGravatar Arnd Bergmann 1-2/+2