summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov16-43/+43
2020-07-23crypto: skcipher - drop duplicated word in kernel-docRandy Dunlap1-1/+1
2020-07-23crypto: hash - drop duplicated word in a commentRandy Dunlap1-1/+1
2020-07-23crypto: omap-aes - Fix sparse and compiler warningsHerbert Xu1-3/+3
2020-07-23hwrng: imx-rngc - enable driver for i.MX6Horia Geantă1-1/+1
2020-07-23dt-bindings: rng: add RNGB compatibles for i.MX6 SoCsHoria Geantă1-0/+3
2020-07-23padata: remove padata_parallel_queueDaniel Jordan2-39/+22
2020-07-23padata: fold padata_alloc_possible() into padata_alloc()Daniel Jordan4-31/+8
2020-07-23padata: remove effective cpumasks from the instanceDaniel Jordan2-29/+3
2020-07-23padata: inline single call of pd_setup_cpumasks()Daniel Jordan1-23/+9
2020-07-23padata: remove stop functionDaniel Jordan4-38/+5
2020-07-23padata: remove start functionDaniel Jordan3-29/+1
2020-07-23crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix1-2/+7
2020-07-23crypto: sa2ul - add device links to child devicesTero Kristo1-0/+11
2020-07-23crypto: sa2ul - Add AEAD algorithm supportKeerthy2-21/+518
2020-07-23crypto: sa2ul - add sha1/sha256/sha512 supportKeerthy2-13/+560
2020-07-23crypto: sa2ul - Add crypto driverKeerthy4-0/+1783
2020-07-23dt-bindings: crypto: Add TI SA2UL crypto accelerator documentationKeerthy1-0/+76
2020-07-23crypto: x86/crc32c - fix building with clang iasArnd Bergmann1-1/+1
2020-07-16crypto: chelsio - Fix some pr_xxx messagesChristophe JAILLET1-10/+9
2020-07-16crypto: chelsio - Avoid some code duplicationChristophe JAILLET1-3/+1
2020-07-16crypto: lrw - prefix function and struct names with "lrw"Eric Biggers1-58/+61
2020-07-16crypto: xts - prefix function and struct names with "xts"Eric Biggers1-65/+72
2020-07-16crypto: hisilicon/hpre - disable FLR triggered by hardwareHui Tang1-4/+22
2020-07-16crypto: hisilicon/hpre - update debugfs interface parametersMeng Yu1-33/+26
2020-07-16crypto: hisilicon/hpre - Add a switch in sriov_configureMeng Yu1-1/+2
2020-07-16crypto: hisilicon/hpre - Modify the Macro definition and formatMeng Yu1-7/+5
2020-07-16crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfsHui Tang1-4/+6
2020-07-16crypto: hisilicon/hpre - Init the value of current_q of debugfsMeng Yu1-0/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka34-143/+361
2020-07-16crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORYEric Biggers2-1/+34
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers5-9/+4
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers23-234/+153
2020-07-16crypto: seqiv - remove seqiv_create()Eric Biggers1-15/+1
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers4-6/+7
2020-07-16crypto: x86 - Remove include/asm/inst.hUros Bizjak7-716/+399
2020-07-16crypto: ccp - Silence strncpy warningHerbert Xu1-1/+2
2020-07-16hwrng: ks-sa - Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-16ASoC: cros_ec_codec: use sha256() instead of open codingEric Biggers1-25/+2
2020-07-16mptcp: use sha256() instead of open codingEric Biggers1-12/+3
2020-07-16efi: use sha256() instead of open codingEric Biggers1-6/+3
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers2-0/+11
2020-07-16crypto: sparc - rename sha256 to sha256_algEric Biggers1-7/+7
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel3-27/+10
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu2-2/+2
2020-07-16crypto: mediatek - use AES library for GCM key derivationArd Biesheuvel2-57/+9
2020-07-16crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel1-51/+45
2020-07-16crypto: qce - permit asynchronous skcipher as fallbackArd Biesheuvel2-21/+24
2020-07-16crypto: picoxcell - permit asynchronous skcipher as fallbackArd Biesheuvel1-16/+22
2020-07-16crypto: mxs-dcp - permit asynchronous skcipher as fallbackArd Biesheuvel1-16/+17