aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-63/+166
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+2
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-18/+171
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary1-0/+15
2018-12-28lib/ioremap: ensure break-before-make is used for huge p4d mappingsWill Deacon1-6/+21
2018-12-28lib/ioremap: ensure phys_addr actually corresponds to a physical addressWill Deacon1-16/+12
2018-12-28ioremap: rework pXd_free_pYd_page() APIWill Deacon1-14/+42
2018-12-28lib/show_mem.c: drop pgdat_resize_lock in show_mem()Wei Yang1-3/+0
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-1/+1
2018-12-28debugobjects: call debug_objects_mem_init earilerQian Cai1-5/+3
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-20sbitmap: add helpers for add/del wait queue handlingJens Axboe1-4/+26
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-13iov_iter: introduce hash_and_copy_to_iter helperSagi Grimberg1-0/+16
2018-12-13iov_iter: pass void csum pointer to csum_and_copy_to_iterSagi Grimberg1-1/+2
2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe1-43/+51
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+40
2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe1-0/+8
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2-2/+2
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 tag 'v4.20-rc5' into for-4.21/blockJens Axboe7-88/+148
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-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-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