summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix iov_iter_fault_in_readable()Al Viro2016-10-031-22/+2
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-06-061-1/+1
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-04-201-9/+12
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-04-201-1/+3
* lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-04-111-7/+7
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-04-111-0/+62
* klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-02-281-3/+3
* dump_stack: avoid potential deadlocksEric Dumazet2016-02-151-3/+4
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-151-2/+10
* string_helpers: fix precision loss for some inputsJames Bottomley2016-02-031-20/+43
* lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov2016-02-031-1/+5
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-031-0/+1
* dma-debug: switch check from _text to _stextLaura Abbott2016-02-031-1/+1
* rhashtable: Fix walker list corruptionHerbert Xu2016-01-221-10/+9
* rhashtable: Enforce minimum size on initial hash tableHerbert Xu2016-01-221-3/+3
* fault-inject: fix inverted interval/probability values in printkFlorian Westphal2015-11-091-1/+1
* lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh...Sowmini Varadhan2015-10-221-3/+3
* rhashtable: fix for resize events during table walkPhil Sutter2015-09-291-2/+2
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-296-17/+58
* dma-debug: skip debug_dma_assert_idle() when disabledHaggai Eran2015-08-101-0/+3
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-08-031-8/+9
* revert "cpumask: don't perform while loop in cpumask_next_and()"Andrew Morton2015-06-181-5/+4
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-06-141-2/+2
|\
| * MPI: MIPS: Fix compilation error with GCC 5.1Jaedon Shin2015-06-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-081-0/+1
|\ \ | |/ |/|
| * rhashtable: add missing import <linux/export.h>Hauke Mehrtens2015-06-071-0/+1
* | Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-061-2/+3
|\ \
| * | swiotlb: do not export map_single functionAlexandre Courbot2015-06-051-2/+3
| |/
* | lib: Clarify the return value of strnlen_user()Jan Kara2015-06-031-1/+8
* | lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-021-1/+2
|/
* Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-05-291-3/+3
|\
| * percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2015-05-291-3/+3
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-291-48/+26
|\ \
| * | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-281-48/+26
* | | rhashtable: Add cap on number of elements in hash tableHerbert Xu2015-05-161-0/+11
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-061-0/+1
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-04-181-0/+1
| |\ \
| | * | rcu: Control grace-period delays directly from valuePaul E. McKenney2015-04-141-0/+1
* | | | kasan: show gcc version requirements in Kconfig and DocumentationJoe Perches2015-05-051-2/+6
* | | | lib: delete lib/find_last_bit.cYury Norov2015-05-051-41/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-051-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-271-3/+8
|\ \ \ \
| * | | | rhashtable: Do not schedule more than one rehash if we can't grow furtherThomas Graf2015-04-221-2/+2
| * | | | rhashtable: Schedule async resize when sync realloc failsThomas Graf2015-04-221-1/+6
* | | | | Merge tag 'md/4.1' of git://neil.brown.name/mdLinus Torvalds2015-04-2410-23/+347
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen2015-04-221-3/+227
| * | | | md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen2015-04-221-1/+39
| * | | | md/raid6 algorithms: improve test programMarkus Stockhausen2015-04-221-15/+36
| * | | | md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-229-8/+49