aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-10-19dql: make dql_init return voidGravatar Stephen Hemminger 1-2/+1
2017-10-09once: switch to new jump label APIGravatar Eric Biggers 1-4/+4
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-13/+48
2017-10-03lib/ratelimit.c: use deferred printk() versionGravatar Sergey Senozhatsky 1-1/+3
2017-10-03lib/idr.c: fix comment for idr_replace()Gravatar Eric Biggers 1-2/+2
2017-10-03lib/lz4: make arrays static const, reduces object code sizeGravatar Colin Ian King 1-2/+2
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+41
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-7/+11
2017-09-23Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+5
2017-09-22parisc: Fix too large frame size warningsGravatar Helge Deller 1-1/+2
2017-09-21test_rhashtable: remove initdata annotationGravatar Florian Westphal 1-1/+1
2017-09-20iov_iter: fix page_copy_sane for compound pagesGravatar Petar Penkov 1-2/+4
2017-09-19kobject: factorize skb setup in kobject_uevent_net_broadcast()Gravatar Eric Dumazet 1-15/+19
2017-09-19kobject: copy env blob in one goGravatar Eric Dumazet 1-7/+1
2017-09-19kobject: add kobject_uevent_net_broadcast()Gravatar Eric Dumazet 1-43/+53
2017-09-19test_rhashtable: add test case for rhl_table interfaceGravatar Florian Westphal 1-2/+194
2017-09-19test_rhashtable: add a check for max_sizeGravatar Florian Westphal 1-0/+41
2017-09-19test_rhashtable: don't use global entries variableGravatar Florian Westphal 1-14/+23
2017-09-19test_rhashtable: don't allocate huge static arrayGravatar Florian Westphal 1-11/+16
2017-09-19rhashtable: Documentation tweakGravatar Andreas Gruenbacher 1-4/+5
2017-09-18driver core: suppress sending MODALIAS in UNBIND ueventsGravatar Dmitry Torokhov 1-8/+41
2017-09-14Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 19-0/+12361
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-2/+2
2017-09-13lib/test_bitmap.c: use ULL suffix for 64-bit constantsGravatar Geert Uytterhoeven 1-4/+4
2017-09-13idr: remove WARN_ON_ONCE() when trying to replace negative IDGravatar Eric Biggers 1-1/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2017-09-08cpumask: make cpumask_next() out-of-lineGravatar Alexey Dobriyan 1-0/+16
2017-09-08test_kmod: flip INT checks to be consistentGravatar Dan Carpenter 1-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingGravatar Dan Carpenter 1-1/+1
2017-09-08lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Gravatar Takashi Iwai 1-2/+2
2017-09-08radix-tree: must check __radix_tree_preload() return valueGravatar Eric Dumazet 1-4/+5
2017-09-08lib/cmdline.c: remove meaningless commentGravatar Baoquan He 1-1/+0
2017-09-08lib/string.c: check for kmalloc() failureGravatar Dan Carpenter 1-3/+15
2017-09-08bitmap: introduce BITMAP_FROM_U64()Gravatar Yury Norov 1-15/+32
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Gravatar Yury Norov 1-0/+74
2017-09-08lib/bitmap.c: make bitmap_parselist() thread-safe and much fasterGravatar Yury Norov 1-12/+6
2017-09-08lib: add test module for CONFIG_DEBUG_VIRTUALGravatar Florian Fainelli 3-0/+61
2017-09-08lib/hexdump.c: return -EINVAL in case of error in hex2bin()Gravatar Andy Shevchenko 1-2/+3
2017-09-08lib/interval_tree: fast overlap detectionGravatar Davidlohr Bueso 1-2/+2
2017-09-08lib/rbtree_test.c: support rb_root_cachedGravatar Davidlohr Bueso 1-19/+137
2017-09-08lib/rbtree_test.c: add (inorder) traversal testGravatar Davidlohr Bueso 1-2/+23
2017-09-08lib/rbtree_test.c: make input module parametersGravatar Davidlohr Bueso 1-21/+34
2017-09-08rbtree: add some additional comments for rebalancing casesGravatar Davidlohr Bueso 1-3/+5
2017-09-08rbtree: optimize root-check during rebalancing loopGravatar Davidlohr Bueso 1-7/+16
2017-09-08rbtree: cache leftmost node internallyGravatar Davidlohr Bueso 1-5/+29
2017-09-08lib/string.c: add testcases for memset16/32/64Gravatar Matthew Wilcox 2-0/+132
2017-09-08lib/string.c: add multibyte memset functionsGravatar Matthew Wilcox 1-0/+66
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-1/+1
2017-09-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-12/+12