summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-021-12/+3
|\
| * drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro2020-05-291-12/+3
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-024-4/+4
|\ \
| * | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-204-4/+4
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-0137-1323/+3101
|\ \
| * | crypto: hisilicon - fix driver compatibility issue with different versions of...Weili Qian2020-05-285-112/+39
| * | crypto: cavium/nitrox - Fix a typo in a commentChristophe JAILLET2020-05-281-1/+1
| * | crypto: hisilicon/qm - change debugfs file name from qm_regs to regsShukun Tan2020-05-221-1/+1
| * | crypto: hisilicon/qm - add DebugFS for xQC and xQE dumpShukun Tan2020-05-225-39/+488
| * | crypto: hisilicon/zip - add debugfs for Hisilicon ZIPLongfang Liu2020-05-223-1/+70
| * | crypto: hisilicon/hpre - add debugfs for Hisilicon HPREHui Tang2020-05-223-15/+157
| * | crypto: hisilicon/sec2 - add debugfs for Hisilicon SECKai Ye2020-05-223-10/+52
| * | crypto: hisilicon/qm - add debugfs to the QM state machineLongfang Liu2020-05-221-0/+34
| * | crypto: hisilicon/qm - add debugfs for QMLongfang Liu2020-05-222-0/+60
| * | crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff2020-05-221-2/+45
| * | crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff2020-05-221-9/+36
| * | crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff2020-05-221-12/+36
| * | crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff2020-05-221-3/+3
| * | crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff2020-05-221-50/+48
| * | crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang2020-05-151-6/+5
| * | crypto: hisilicon - add device error report through abnormal irqShukun Tan2020-05-152-153/+187
| * | crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan2020-05-155-48/+13
| * | crypto: hisilicon - QM memory management optimizationWeili Qian2020-05-152-141/+128
| * | crypto: hisilicon - unify initial value assignment into QMWeili Qian2020-05-154-72/+81
| * | crypto: hisilicon - remove use_dma_api related codesShukun Tan2020-05-155-25/+13
| * | crypto: hisilicon - add FLR supportShukun Tan2020-05-155-4/+165
| * | crypto: hisilicon/qm - add state machine for QMZhou Wang2020-05-152-83/+307
| * | crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan2020-05-154-97/+49
| * | crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu2020-05-151-18/+42
| * | crypto: hisilicon/hpre - modify the HPRE probe processLongfang Liu2020-05-151-17/+25
| * | crypto: hisilicon/sec2 - modify the SEC probe processLongfang Liu2020-05-151-37/+30
| * | crypto: hisilicon/sec2 - constify sec_dfx_regsRikard Falkeborn2020-05-151-1/+1
| * | crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-1/+1
| * | crypto: hisilicon/hpre - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-2/+2
| * | crypto: ccree - constify struct debugfs_reg32Rikard Falkeborn2020-05-151-2/+2
| * | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-084-4/+0
| * | crypto: s5p-sss - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-33/+6
| * | crypto: omap-sham - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-16/+4
| * | crypto: n2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-5/+2
| * | crypto: mediatek - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-5/+2
| * | crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-3/+2
| * | crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-6/+3
| * | crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-7/+2
| * | crypto: artpec6 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-7/+3
| * | crypto: bcm - Use the defined variable to clean codeTang Bin2020-05-081-4/+4
| * | crypto: stm32/hash - don't print error on probe deferralLionel Debieve2020-05-081-2/+5
| * | crypto: stm32/hash - defer probe for dma deviceEtienne Carriere2020-05-081-7/+15
| * | crypto: stm32/hash - defer probe for reset controllerEtienne Carriere2020-05-081-2/+7
| * | crypto: bcm - Fix unused assignmentTang Bin2020-04-301-8/+8
| * | crypto: bcm - Remove the unnecessary cast for PTR_ERR().Tang Bin2020-04-301-1/+1