summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-04-12lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk1-7/+7
2016-04-12lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+62
2016-02-28klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2016-02-15dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-15radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-04string_helpers: fix precision loss for some inputsJames Bottomley1-20/+43
2016-02-04lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov1-1/+5
2016-02-04crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-0/+1
2016-02-04dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2016-01-23rhashtable: Fix walker list corruptionHerbert Xu1-10/+9
2016-01-23rhashtable: Enforce minimum size on initial hash tableHerbert Xu1-3/+3
2015-11-10fault-inject: fix inverted interval/probability values in printkFlorian Westphal1-1/+1
2015-10-23lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh...Sowmini Varadhan1-3/+3
2015-09-29rhashtable: fix for resize events during table walkPhil Sutter1-2/+2
2015-09-29lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu6-17/+58
2015-08-10dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran1-0/+3
2015-08-03__bitmap_parselist: fix bug in empty string handlingChris Metcalf1-8/+9
2015-06-19revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton1-5/+4
2015-06-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2015-06-13MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin1-2/+2
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2015-06-07rhashtable: add missing import <linux/export.h>Hauke Mehrtens1-0/+1
2015-06-06Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2015-06-06swiotlb: do not export map_single functionAlexandre Courbot1-2/+3
2015-06-03lib: Clarify the return value of strnlen_user()Jan Kara1-1/+8
2015-06-02lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara1-1/+2
2015-05-30Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2015-05-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-48/+26
2015-05-29percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner1-3/+3
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-48/+26
2015-05-17rhashtable: Add cap on number of elements in hash tableHerbert Xu1-0/+11
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2015-05-06kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches1-2/+6
2015-05-06lib: delete lib/find_last_bit.cYury Norov1-41/+0
2015-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann1-1/+1
2015-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+8
2015-04-24Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds10-23/+347
2015-04-22rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf1-2/+2
2015-04-22rhashtable: Schedule async resize when sync realloc failsThomas Graf1-1/+6
2015-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-10/+10
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen1-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen1-1/+39
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen1-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen9-8/+49
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+28
2015-04-20iommu-common: rename iommu_pool_hash to iommu_hash_commonSowmini Varadhan1-3/+3
2015-04-20iommu-common: fix x86_64 compiler warningsSowmini Varadhan1-7/+7
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-32/+0
2015-04-19hexdump: avoid warning in test functionLinus Torvalds1-1/+1