summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2018-12-22seq_buf: Use size_t for len in seq_buf_puts()Michael Ellerman
2018-12-22seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe
2018-12-20lib/raid6: add option to skip algo benchmarkingDaniel Verkamp
2018-12-20lib/raid6: sort algos in rough performance orderDaniel Verkamp
2018-12-20lib/raid6: check for assembler SSSE3 supportDaniel Verkamp
2018-12-20raid6/ppc: Fix build for clangJoel Stanley
2018-12-19Fonts: New Terminus large console fontAmanoel Dawod
2018-12-18test_rhashtable: remove semaphore usageArnd Bergmann
2018-12-17lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy
2018-12-13XArray: Fix xa_alloc when id exceeds maxMatthew Wilcox
2018-12-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg
2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe
2018-12-10lib/vsprintf: Print time and date in human readable format via %ptAndy Shevchenko
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig
2018-12-06XArray tests: Check iterating over multiorder entriesMatthew Wilcox
2018-12-06XArray tests: Handle larger indices more elegantlyMatthew Wilcox
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox
2018-12-06kref/kobject: Improve documentationEzequiel Garcia
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.or...David S. Miller
2018-12-03rhashtable: detect when object movement between tables might have invalidated...NeilBrown
2018-12-03Merge 4.20-rc5 into driver-core-nextGreg Kroah-Hartman
2018-11-30debugobjects: avoid recursive calls with kmemleakQian Cai
2018-11-30lib/test_kmod.c: fix rmmod double freeLuis Chamberlain
2018-11-30sbitmap: optimize wakeup checkJens Axboe
2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe
2018-11-30test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-11-30s390: use common bust_spinlocks()Sergey Senozhatsky
2018-11-29sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe
2018-11-29lib: cordic: Move cordic macros and defines to header filePriit Laes
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-27iov_iter: reduce code duplicationAl Viro
2018-11-27percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney
2018-11-25iov_iter: teach csum_and_copy_to_iter() to handle pipe-backed onesAl Viro