summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-13lib/int_sqrt: optimize small argumentPeter Zijlstra
2018-01-01KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers
2018-01-01KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers
2018-01-01lib/digsig: fix dereference of NULL user_key_payloadEric Biggers
2017-11-11cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2017-11-11assoc_array: Fix a buggy node-splitting caseDavid Howells
2017-10-12sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-09-15lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov
2017-03-16lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes
2017-02-23mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin
2017-02-23lib/genalloc.c: start search from start of chunkDaniel Mentz
2016-11-20lib/mpi: mpi_read_raw_data(): fix nbits calculationNicolai Stange
2016-08-22dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä
2016-06-15KEYS: Fix ASN.1 indefinite length object parsingDavid Howells
2016-06-15lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra
2016-06-15assoc_array: don't call compare_object() on a nodeJerome Marchand
2016-03-24lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk
2016-03-24lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones
2016-02-25klist: fix starting point removed bug in klist iteratorsJames Bottomley
2016-02-25dump_stack: avoid potential deadlocksEric Dumazet
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-16ASN.1: Fix non-match detection failure on data overrunDavid Howells
2016-02-02crypto: crc32c - Fix crc32c soft dependencyJean Delvare
2016-02-02dma-debug: switch check from _text to _stextLaura Abbott
2016-01-25dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz
2015-12-13devres: fix a for loop bounds checkDan Carpenter
2015-07-15lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa
2015-07-15LZ4 : fix the data abort issueJeHyeon Yeon
2015-07-15__bitmap_parselist: fix bug in empty string handlingChris Metcalf
2015-06-11lib: Fix strnlen_user() to not touch memory after specified maximumJan Kara
2015-05-06lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security
2015-02-10lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan
2015-02-10lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan
2015-02-04decompress_bunzip2: off by one in get_next_block()Dan Carpenter
2014-11-13lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()Jan Kara
2014-11-05random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-10-30lzo: check for length overrun in variable length encoding.Willy Tarreau
2014-10-30Revert "lzo: properly check for overruns"Willy Tarreau
2014-09-17KEYS: Fix termination condition in assoc array garbage collectionDavid Howells
2014-09-17KEYS: Fix use-after-free in assoc_array_gc()David Howells
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman
2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2014-06-27Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-06-27Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-06-27iovec: move memcpy_from/toiovecend to lib/iovec.cMichael S. Tsirkin
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman
2014-06-23Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds