summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-28kobject: Export kobject_get_unless_zero()Jan Kara
2019-12-19dump_stack: avoid the livelock of the dump_lockKevin Hao
2019-10-31lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy
2019-10-05lib/mpi: Fix karactx leak in mpi_powmHerbert Xu
2019-09-23kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa
2019-08-20siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld
2019-08-13siphash: add cryptographically secure PRFJason A. Donenfeld
2019-08-13lib/string.c: implement a basic bcmpNick Desaulniers
2019-07-09lib/div64.c: off by one in shiftStanislaw Gruszka
2019-07-09devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov
2019-05-22x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2019-05-22x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2019-05-02assoc_array: Fix shortcut creationDavid Howells
2019-04-04lib/string.c: remove duplicated functionRasmus Villemoes
2019-03-25swiotlb: clean up reportingKees Cook
2018-12-16percpu_counter: batch size aware __percpu_counter_compare()Dave Chinner
2018-10-21string: provide strscpy()Chris Metcalf
2018-03-03509: fix printing uninitialized stack memory when OID is emptyEric Biggers
2018-03-03X.509: fix buffer overflow detection in sprint_oid()Eric Biggers
2018-03-03lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...Takashi Iwai
2018-03-03ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers
2018-03-03ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers
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