summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-0/+42
|\
| * lib: provide a simple generic ioremap implementationChristoph Hellwig2019-11-112-0/+42
* | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-273-11/+68
|\ \
| * | seq_buf: Add printing formatted hex dumpsPiotr Maziarz2019-11-141-0/+62
| * | lib/bsearch: Use generic type for comparator functionAndy Shevchenko2019-11-141-1/+1
| * | lib/sort: Move swap, cmp and cmp_r function types for wider useAndy Shevchenko2019-11-141-10/+5
* | | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-20/+42
|\ \ \
| * | | lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-0/+15
| * | | lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski2019-11-051-20/+27
| |/ /
* | | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-262-37/+88
|\ \ \
| * | | lib/test_printf: Add tests for %pfw printk modifierSakari Ailus2019-10-111-0/+32
| * | | lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus2019-10-111-0/+36
| * | | lib/vsprintf: OF nodes are first and foremost, struct device_nodesSakari Ailus2019-10-111-12/+4
| * | | lib/vsprintf: Make use of fwnode API to obtain node names and separatorsSakari Ailus2019-10-111-22/+17
| * | | lib/vsprintf: Add a note on re-using %pf or %pFSakari Ailus2019-10-111-0/+2
| * | | lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus2019-10-111-8/+2
* | | | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-263-0/+22
|\ \ \ \
| * \ \ \ Merge branch 'acpi-mm'Rafael J. Wysocki2019-11-263-0/+22
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | lib: Uplevel the pmem "region" ida to a global allocatorDan Williams2019-11-073-0/+22
| | | |/ | | |/|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-263-241/+40
|\ \ \ \
| * | | | locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-1/+1
| * | | | locking/refcount: Move saturation warnings out of lineWill Deacon2019-11-251-0/+28
| * | | | locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon2019-11-251-237/+1
| * | | | locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2019-11-251-25/+29
| * | | | locking/refcount: Ensure integer operands are treated as signedWill Deacon2019-11-251-3/+3
| * | | | locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2019-11-251-17/+20
| * | | | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-12/+12
| * | | | lib/smp_processor_id: Don't use cpumask_equal()Waiman Long2019-10-091-1/+1
| | |_|/ | |/| |
* | | | 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