aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-6/+40
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...Gravatar David S. Miller 1-16/+7
2018-12-03rhashtable: detect when object movement between tables might have invalidated...Gravatar NeilBrown 1-3/+5
2018-11-30debugobjects: avoid recursive calls with kmemleakGravatar Qian Cai 1-3/+2
2018-11-30lib/test_kmod.c: fix rmmod double freeGravatar Luis Chamberlain 1-1/+0
2018-11-30test_hexdump: use memcpy instead of strncpyGravatar Linus Torvalds 1-1/+1
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+37
2018-11-29lib: cordic: Move cordic macros and defines to header fileGravatar Priit Laes 1-16/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-82/+107
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesGravatar Al Viro 1-1/+37
2018-11-24Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-82/+107
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-11-22Merge tag 'char-misc-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+1
2018-11-19XArray tests: Add missing lockingGravatar Matthew Wilcox 1-0/+10
2018-11-18lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnGravatar Arnd Bergmann 1-2/+1
2018-11-16net: remove VLAN_TAG_PRESENTGravatar Michał Mirosław 1-6/+8
2018-11-16XArray tests: Correct some 64-bit assumptionsGravatar Matthew Wilcox 1-2/+2
2018-11-16XArray: Correct xa_store_rangeGravatar Matthew Wilcox 1-2/+3
2018-11-15test_objagg: Fix warning.Gravatar David S. Miller 1-0/+1
2018-11-15lib: introduce initial implementation of object aggregation managerGravatar Jiri Pirko 5-0/+1351
2018-11-14Merge tag 'gnss-4.20-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-2/+2
2018-11-11test_firmware: fix error return getting clobberedGravatar Colin Ian King 1-0/+1
2018-11-06lib/raid6: Fix arm64 test buildGravatar Jeremy Linton 1-2/+2
2018-11-05XArray: Fix DocumentationGravatar Matthew Wilcox 1-5/+5
2018-11-05XArray: Handle NULL pointers differently for allocationGravatar Matthew Wilcox 1-3/+10
2018-11-05XArray: Unify xa_store and __xa_storeGravatar Matthew Wilcox 1-33/+25
2018-11-05XArray: Turn xa_erase into an exported functionGravatar Matthew Wilcox 1-0/+24
2018-11-05XArray: Unify xa_cmpxchg and __xa_cmpxchgGravatar Matthew Wilcox 1-41/+0
2018-11-05XArray: Regularise xa_reserveGravatar Matthew Wilcox 2-11/+13
2018-11-05XArray: Export __xa_foo to non-GPL modulesGravatar Matthew Wilcox 1-3/+3
2018-11-05XArray: Fix xa_for_each with a single element at 0Gravatar Matthew Wilcox 2-1/+31
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-41/+84
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-346/+0
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Gravatar Palmer Dabbelt 4-346/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-2/+1
2018-10-31lib/lz4: update LZ4 decompressor moduleGravatar Gao Xiang 2-141/+349
2018-10-31lib/kstrtox.c: delete unnecessary castsGravatar Alexey Dobriyan 1-8/+8
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectGravatar zhong jiang 1-4/+3
2018-10-31lib/zlib_inflate/inflate.c: remove fall through warningsGravatar Corentin Labbe 1-0/+12
2018-10-31lib/parser.c: switch match_number() over to use match_strdup()Gravatar Eric Biggers 1-4/+1
2018-10-31lib/parser.c: switch match_u64int() over to use match_strdup()Gravatar Eric Biggers 1-4/+1
2018-10-31lib/parser.c: switch match_strdup() over to use kmemdup_nul()Gravatar Eric Biggers 1-5/+1
2018-10-31lib/bitmap.c: simplify bitmap_print_to_pagebuf()Gravatar Rasmus Villemoes 1-5/+2
2018-10-31lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufGravatar Rasmus Villemoes 1-4/+6
2018-10-31lib/bitmap.c: remove wrong documentationGravatar Rasmus Villemoes 1-5/+0
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-0/+2