summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-12-16ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers1-21/+26
2017-11-30lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers1-0/+2
2017-11-15test: firmware_class: report errors properly on failureBrian Norris1-3/+8
2017-11-15KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers1-2/+2
2017-11-08KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers1-0/+3
2017-11-02assoc_array: Fix a buggy node-splitting caseDavid Howells1-34/+17
2017-10-27lib/digsig: fix dereference of NULL user_key_payloadEric Biggers1-0/+6
2017-08-11lib/Kconfig.debug: fix frv build failureSudip Mukherjee1-1/+1
2017-07-05swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko1-3/+3
2017-06-29lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov1-3/+3
2017-06-14usercopy: Adjust tests to deal with SMAP/PANKees Cook1-2/+18
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann1-0/+45
2016-12-02mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin1-1/+6
2016-11-18lib/genalloc.c: start search from start of chunkDaniel Mentz1-1/+2
2016-10-28lib: add "on"/"off" support to kstrtoboolKees Cook1-3/+17
2016-10-28lib: move strtobool() to kstrtobool()Kees Cook2-29/+50
2016-09-24fix iov_iter_fault_in_readable()Al Viro1-22/+2
2016-09-15lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange1-12/+9
2016-09-15KEYS: Fix ASN.1 indefinite length object parsingDavid Howells1-7/+9
2016-06-08dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä1-1/+1
2016-05-11lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov1-18/+49
2016-05-05lib/mpi: Endianness fixMichal Marek1-18/+21
2016-05-05lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra1-9/+12
2016-05-05assoc_array: don't call compare_object() on a nodeJerome Marchand1-1/+3
2016-03-04lib: sw842: select crc32Arnd Bergmann1-0/+2
2016-03-04lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk1-7/+7
2016-03-04lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+62
2016-02-25dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-25radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-25dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2016-02-25string_helpers: fix precision loss for some inputsJames Bottomley1-20/+43
2016-02-25klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2016-02-17crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-0/+1
2015-12-19rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu1-1/+2
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu1-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu1-3/+3
2015-12-06Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller1-3/+2
2015-12-05rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu1-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu1-15/+30
2015-11-23treewide: Remove old email addressPeter Zijlstra2-2/+2
2015-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+30
2015-11-11lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-73/+505