summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | sbitmap: silence bogus lockdep IRQ warningJens Axboe2018-12-091-0/+8
| * | | | | | | | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-047-88/+148
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | sbitmap: optimize wakeup checkJens Axboe2018-11-301-0/+28
| * | | | | | | | sbitmap: ammortize cost of clearing bitsJens Axboe2018-11-301-8/+73
| * | | | | | | | sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe2018-11-291-8/+13
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-9/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: chacha - add XChaCha12 supportEric Biggers2018-11-201-3/+3
| * | | | | | | | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-202-20/+25
| * | | | | | | | crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2018-11-201-6/+44
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-279-38/+1391
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-50/+117
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | test_rhashtable: remove semaphore usageArnd Bergmann2018-12-181-13/+19
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-6/+40
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller2018-12-031-16/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | lib: cordic: Move cordic macros and defines to header filePriit Laes2018-11-291-16/+7
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | rhashtable: detect when object movement between tables might have invalidated...NeilBrown2018-12-031-3/+5
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-282-82/+107
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-2/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-6/+8
| * | | | | | | | | test_objagg: Fix warning.David S. Miller2018-11-151-0/+1
| * | | | | | | | | lib: introduce initial implementation of object aggregation managerJiri Pirko2018-11-155-0/+1351
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-272-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | raid6/ppc: Fix build for clangJoel Stanley2018-12-201-0/+15
| * | | | | | | | | lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy2018-12-171-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
* | | | | | | | | Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-12-261-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macroPaul Burton2018-11-121-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2018-12-132-5/+36
* | | | | | | | XArray tests: Check iterating over multiorder entriesMatthew Wilcox2018-12-061-0/+31
* | | | | | | | XArray tests: Handle larger indices more elegantlyMatthew Wilcox2018-12-061-43/+48
* | | | | | | | radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-061-2/+2
| |/ / / / / / |/| | | | | |
* | | | | | | debugobjects: avoid recursive calls with kmemleakQian Cai2018-11-301-3/+2
* | | | | | | lib/test_kmod.c: fix rmmod double freeLuis Chamberlain2018-11-301-1/+0
* | | | | | | test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-11-301-1/+1
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-11-301-1/+37
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro2018-11-251-1/+37
| |/ / / /
* | | | | Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-11-242-82/+107
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | XArray tests: Add missing lockingMatthew Wilcox2018-11-191-0/+10
| * | | | XArray tests: Correct some 64-bit assumptionsMatthew Wilcox2018-11-161-2/+2
| * | | | XArray: Correct xa_store_rangeMatthew Wilcox2018-11-161-2/+3
| * | | | XArray: Fix DocumentationMatthew Wilcox2018-11-051-5/+5
| * | | | XArray: Handle NULL pointers differently for allocationMatthew Wilcox2018-11-051-3/+10
| * | | | XArray: Unify xa_store and __xa_storeMatthew Wilcox2018-11-051-33/+25
| * | | | XArray: Turn xa_erase into an exported functionMatthew Wilcox2018-11-051-0/+24
| * | | | XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox2018-11-051-41/+0
| * | | | XArray: Regularise xa_reserveMatthew Wilcox2018-11-052-11/+13
| * | | | XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox2018-11-051-3/+3