aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-30sbitmap: optimize wakeup checkJens Axboe1-0/+28
2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe1-8/+73
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-30s390: use common bust_spinlocks()Sergey Senozhatsky1-3/+3
2018-11-29sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe1-8/+13
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-11kobject: Fix warnings in lib/kobject_uevent.cBo YU1-0/+2
2018-11-11kobject: drop unnecessary cast "%llu" for u64Bo YU1-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
2018-11-05XArray: Export __xa_foo to non-GPL modulesMatthew Wilcox1-3/+3
2018-11-05XArray: Fix xa_for_each with a single element at 0Matthew Wilcox2-1/+31
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-41/+84
2018-10-31Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds4-346/+0
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt4-346/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-2/+1
2018-10-31lib/lz4: update LZ4 decompressor moduleGao Xiang2-141/+349
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan1-8/+8
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang1-4/+3