summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kobject: Export kobject_get_unless_zero()Jan Kara2020-04-281-1/+4
* dump_stack: avoid the livelock of the dump_lockKevin Hao2019-12-191-1/+6
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-10-311-4/+5
* lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-10-051-4/+2
* kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa2019-09-231-2/+7
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2019-08-202-4/+415
* siphash: add cryptographically secure PRFJason A. Donenfeld2019-08-134-1/+375
* lib/string.c: implement a basic bcmpNick Desaulniers2019-08-131-0/+20
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-07-091-2/+2
* devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov2019-07-091-3/+1
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2019-05-221-1/+1
* x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2019-05-221-0/+4
* assoc_array: Fix shortcut creationDavid Howells2019-05-021-3/+5
* lib/string.c: remove duplicated functionRasmus Villemoes2019-04-041-17/+10
* swiotlb: clean up reportingKees Cook2019-03-251-10/+8
* percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner2018-12-161-3/+3
* string: provide strscpy()Chris Metcalf2018-10-211-0/+88
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-03-031-2/+6
* X.509: fix buffer overflow detection in sprint_oid()Eric Biggers2018-03-031-4/+4
* lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai2018-03-031-2/+2
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2018-03-031-0/+2
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2018-03-031-19/+24
* lib/int_sqrt: optimize small argumentPeter Zijlstra2018-02-131-0/+3
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2018-01-011-2/+2
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2018-01-011-0/+3
* lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2018-01-011-0/+6
* cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2017-11-111-48/+26
* assoc_array: Fix a buggy node-splitting caseDavid Howells2017-11-111-34/+17
* 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