aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov1-22/+76
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+52
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-38/+1391
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-0/+16
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-50/+117
2018-12-20raid6/ppc: Fix build for clangJoel Stanley1-0/+15
2018-12-18test_rhashtable: remove semaphore usageArnd Bergmann1-13/+19
2018-12-17lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy1-0/+1
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox2-5/+36
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+40
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox1-0/+31
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox1-43/+48
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox1-2/+2
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-16/+7
2018-12-03rhashtable: detect when object movement between tables might have invalidated a lookupNeilBrown1-3/+5
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai1-3/+2
2018-11-30lib/test_kmod.c: fix rmmod double freeLuis Chamberlain1-1/+0
2018-11-30test_hexdump: use memcpy instead of strncpyLinus Torvalds1-1/+1
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+37
2018-11-29lib: cordic: Move cordic macros and defines to header filePriit Laes1-16/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-82/+107
2018-11-27percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-1/+1
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro1-1/+37
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-82/+107
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-11-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+1
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-3/+3
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2-20/+25
2018-11-20crypto: chacha20-generic - add HChaCha20 library functionEric Biggers1-6/+44
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2018-11-19XArray tests: Add missing lockingMatthew Wilcox1-0/+10
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-6/+8
2018-11-16XArray tests: Correct some 64-bit assumptionsMatthew Wilcox1-2/+2
2018-11-16XArray: Correct xa_store_rangeMatthew Wilcox1-2/+3
2018-11-15test_objagg: Fix warning.David S. Miller1-0/+1
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko5-0/+1351
2018-11-14Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss into char-misc-linusGreg Kroah-Hartman1-2/+2
2018-11-12lib/gcd: Remove use of CPU_NO_EFFICIENT_FFS macroPaul Burton1-1/+1
2018-11-11test_firmware: fix error return getting clobberedColin Ian King1-0/+1
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton1-2/+2
2018-11-05XArray: Fix DocumentationMatthew Wilcox1-5/+5
2018-11-05XArray: Handle NULL pointers differently for allocationMatthew Wilcox1-3/+10
2018-11-05XArray: Unify xa_store and __xa_storeMatthew Wilcox1-33/+25
2018-11-05XArray: Turn xa_erase into an exported functionMatthew Wilcox1-0/+24
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgMatthew Wilcox1-41/+0
2018-11-05XArray: Regularise xa_reserveMatthew Wilcox2-11/+13