summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-06-23lib/Kconfig.debug: let FRAME_POINTER exclude SCORE, just like exclude most of...Chen Gang
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman
2014-06-23lzo: properly check for overrunsGreg Kroah-Hartman
2014-06-20swiotlb: don't assume PA 0 is invalidJan Beulich
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-06-11cpumask: Utility function to set n'th cpu - local cpu firstAmir Vadai
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06lib/radix-tree.c: update the kmemleak stack trace for radix tree allocationsCatalin Marinas
2014-06-06idr: reduce the unneeded check in free_layer()Lai Jiangshan
2014-06-06idr: don't need to shink the free list when idr_remove()Lai Jiangshan