summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-10-121-0/+32
* lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-09-151-3/+3
* lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes2017-03-161-1/+1
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2017-02-231-1/+6
* lib/genalloc.c: start search from start of chunkDaniel Mentz2017-02-231-1/+2
* lib/mpi: mpi_read_raw_data(): fix nbits calculationNicolai Stange2016-11-201-1/+1
* dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-08-221-1/+1
* KEYS: Fix ASN.1 indefinite length object parsingDavid Howells2016-06-151-7/+9
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-06-151-9/+12
* assoc_array: don't call compare_object() on a nodeJerome Marchand2016-06-151-1/+3
* lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk2016-03-241-7/+7
* lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones2016-03-241-0/+62
* klist: fix starting point removed bug in klist iteratorsJames Bottomley2016-02-251-3/+3
* dump_stack: avoid potential deadlocksEric Dumazet2016-02-251-3/+4
* radix-tree: fix race in gang lookupMatthew Wilcox2016-02-251-2/+10
* ASN.1: Fix non-match detection failure on data overrunDavid Howells2016-02-161-3/+2
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-021-0/+1
* dma-debug: switch check from _text to _stextLaura Abbott2016-02-021-1/+1
* dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz2016-01-251-2/+2
* devres: fix a for loop bounds checkDan Carpenter2015-12-131-1/+1
* lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2015-07-151-1/+11
* LZ4 : fix the data abort issueJeHyeon Yeon2015-07-151-0/+3
* __bitmap_parselist: fix bug in empty string handlingChris Metcalf2015-07-151-8/+9
* lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara2015-06-111-1/+2
* lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-05-061-1/+1
* lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan2015-02-101-9/+9
* lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan2015-02-101-2/+10
* decompress_bunzip2: off by one in get_next_block()Dan Carpenter2015-02-041-1/+1
* lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara2014-11-131-2/+6
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-051-0/+16
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-10-301-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-10-301-41/+21
* KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-171-1/+3
* KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-171-1/+1
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-08-141-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-151-1/+1
|\
| * lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai2014-07-021-1/+1
* | lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-031-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-06-281-0/+55
|\ \
| * | iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin2014-06-271-0/+55
* | | Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-271-1/+3
|\ \ \
| * | | lz4: fix another possible overrunGreg Kroah-Hartman2014-06-271-1/+3
* | | | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-06-271-10/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | swiotlb: don't assume PA 0 is invalidJan Beulich2014-06-201-10/+18
| | |/ | |/|
* | | Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-232-21/+43
|\ \ \ | | |/ | |/|
| * | lz4: ensure length does not wrapGreg Kroah-Hartman2014-06-231-0/+2
| * | lzo: properly check for overrunsGreg Kroah-Hartman2014-06-231-21/+41
| |/
* / lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang2014-06-231-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-125-38/+2052
|\
| * cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai2014-06-111-0/+63