summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-1/+4
|\
| * ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra2019-10-281-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-9/+103
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-162-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-095-22/+46
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-021-9/+103
| |\ \ \ \
| | * | | | bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani2019-10-301-0/+63
| | * | | | bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani2019-10-301-10/+41
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2516-21/+10743
|\ \ \ \ \ \
| * | | | | | crypto: lib/chacha20poly1305 - use chacha20_crypt()Eric Biggers2019-11-221-8/+8
| * | | | | | crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel2019-11-172-0/+195
| * | | | | | crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel2019-11-174-0/+7578
| * | | | | | crypto: lib/curve25519 - work around Clang stack spilling issueArd Biesheuvel2019-11-171-5/+5
| * | | | | | crypto: curve25519 - generic C library implementationsJason A. Donenfeld2019-11-175-0/+1707
| * | | | | | crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2019-11-175-0/+894
| * | | | | | int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-172-2/+2
| * | | | | | crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-171-0/+1
| * | | | | | crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-171-1/+1
| * | | | | | crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-171-0/+1
| * | | | | | crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-171-0/+1
| * | | | | | crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel2019-11-172-0/+100
| * | | | | | crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-173-0/+164
| * | | | | | crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-175-11/+77
| * | | | | | crypto: lib - tidy up lib/crypto Kconfig and MakefileArd Biesheuvel2019-11-172-8/+23
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-254-1/+362
|\ \ \ \ \ \
| * | | | | | livepatch: Selftests of the API for tracking system state changesPetr Mladek2019-11-014-1/+362
* | | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-256-1/+282
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-5.5-pr-warn' into for-5.5Petr Mladek2019-10-181-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | lib: cpu_rmap: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
| * | | | | | | | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-175-0/+281
| |/ / / / / / /
* | | | | | | | Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-11-2512-0/+2252
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/list-test: add a test for the 'list' doubly linked listDavid Gow2019-11-013-0/+767
| * | | | | | | | kunit: fix failure to build without printkBrendan Higgins2019-09-301-51/+6
| * | | | | | | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2019-09-301-0/+11
| * | | | | | | | kunit: test: add tests for KUnit managed resourcesAvinash Kondareddy2019-09-301-0/+228
| * | | | | | | | kunit: test: add the concept of assertionsBrendan Higgins2019-09-302-6/+3
| * | | | | | | | kunit: test: add tests for kunit test abortBrendan Higgins2019-09-302-1/+108
| * | | | | | | | kunit: test: add support for test abortBrendan Higgins2019-09-303-16/+242
| * | | | | | | | kunit: test: add initial testsBrendan Higgins2019-09-304-0/+167
| * | | | | | | | lib: enable building KUnit in lib/Brendan Higgins2019-09-302-0/+4
| * | | | | | | | kunit: test: add the concept of expectationsBrendan Higgins2019-09-301-0/+62
| * | | | | | | | kunit: test: add assertion printing libraryBrendan Higgins2019-09-302-1/+143
| * | | | | | | | kunit: test: add string_stream a std::stream like string builderBrendan Higgins2019-09-302-1/+219
| * | | | | | | | kunit: test: add test resource management APIBrendan Higgins2019-09-301-0/+163
| * | | | | | | | kunit: test: add KUnit test runner coreBrendan Higgins2019-09-303-0/+205
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-17/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | sbitmap: Delete sbitmap_any_bit_clear()John Garry2019-11-131-17/+0
| | |_|_|/ / / | |/| | | | |
* | | | | | | lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin2019-11-151-0/+1
* | | | | | | lib: Remove select of inexistant GENERIC_IOCorentin Labbe2019-11-101-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-11-084-21/+40
|\ \ \ \ \ \