summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+12361
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko-2/+2
2017-09-13lib/test_bitmap.c: use ULL suffix for 64-bit constantsGeert Uytterhoeven-4/+4
2017-09-13idr: remove WARN_ON_ONCE() when trying to replace negative IDEric Biggers-1/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2017-09-08cpumask: make cpumask_next() out-of-lineAlexey Dobriyan-0/+16
2017-09-08test_kmod: flip INT checks to be consistentDan Carpenter-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter-1/+1
2017-09-08lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai-2/+2
2017-09-08radix-tree: must check __radix_tree_preload() return valueEric Dumazet-4/+5
2017-09-08lib/cmdline.c: remove meaningless commentBaoquan He-1/+0
2017-09-08lib/string.c: check for kmalloc() failureDan Carpenter-3/+15
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov-15/+32
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov-0/+74
2017-09-08lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterYury Norov-12/+6
2017-09-08lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli-0/+61
2017-09-08lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko-2/+3
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso-2/+2
2017-09-08lib/rbtree_test.c: support rb_root_cachedDavidlohr Bueso-19/+137
2017-09-08lib/rbtree_test.c: add (inorder) traversal testDavidlohr Bueso-2/+23
2017-09-08lib/rbtree_test.c: make input module parametersDavidlohr Bueso-21/+34
2017-09-08rbtree: add some additional comments for rebalancing casesDavidlohr Bueso-3/+5
2017-09-08rbtree: optimize root-check during rebalancing loopDavidlohr Bueso-7/+16
2017-09-08rbtree: cache leftmost node internallyDavidlohr Bueso-5/+29
2017-09-08lib/string.c: add testcases for memset16/32/64Matthew Wilcox-0/+132
2017-09-08lib/string.c: add multibyte memset functionsMatthew Wilcox-0/+66
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-1/+1
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-12/+12
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-32/+458
2017-09-06Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds-10/+7
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+712
2017-09-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+263
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+49
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+139
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+6
2017-09-04Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+3
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-2/+5
2017-09-03Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+24
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2017-09-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+3
2017-08-31Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams-34/+56
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy-3/+0
2017-08-30assoc_array: fix path to assoc_array documentationAlexander Kuleshov-1/+1
2017-08-30idr: Add new APIs to support unsigned longChris Mi-32/+40
2017-08-29locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra-0/+6
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar-34/+56
2017-08-25lib/raid6: align AVX512 constants to 512 bits, not bytesDenys Vlasenko-1/+1
2017-08-25locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra-2/+115