summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-05-23crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff1-9/+36
2020-05-23crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff1-12/+36
2020-05-23crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff1-3/+3
2020-05-23crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff1-50/+48
2020-05-15crypto: hisilicon/zip - Use temporary sqe when doing workZhou Wang1-6/+5
2020-05-15crypto: hisilicon - add device error report through abnormal irqShukun Tan2-153/+187
2020-05-15crypto: hisilicon - remove codes of directly report device errors through MSIShukun Tan5-48/+13
2020-05-15crypto: hisilicon - QM memory management optimizationWeili Qian2-141/+128
2020-05-15crypto: hisilicon - unify initial value assignment into QMWeili Qian4-72/+81
2020-05-15crypto: hisilicon - remove use_dma_api related codesShukun Tan5-25/+13
2020-05-15crypto: hisilicon - add FLR supportShukun Tan5-4/+165
2020-05-15crypto: hisilicon/qm - add state machine for QMZhou Wang2-83/+307
2020-05-15crypto: hisilicon - refactor module parameter pf_q_num related codeShukun Tan4-97/+49
2020-05-15crypto: hisilicon/zip - modify the ZIP probe processLongfang Liu1-18/+42
2020-05-15crypto: hisilicon/hpre - modify the HPRE probe processLongfang Liu1-17/+25
2020-05-15crypto: hisilicon/sec2 - modify the SEC probe processLongfang Liu1-37/+30
2020-05-15crypto: hisilicon/sec2 - constify sec_dfx_regsRikard Falkeborn1-1/+1
2020-05-15crypto: hisilicon/zip - constify struct debugfs_reg32Rikard Falkeborn1-1/+1
2020-05-15crypto: hisilicon/hpre - constify struct debugfs_reg32Rikard Falkeborn1-2/+2
2020-05-15crypto: ccree - constify struct debugfs_reg32Rikard Falkeborn1-2/+2
2020-05-11Merge 5.7-rc5 into char-misc-nextGreg Kroah-Hartman4-44/+65
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers4-4/+0
2020-05-08crypto: s5p-sss - use crypto_shash_tfm_digest()Eric Biggers1-33/+6
2020-05-08crypto: omap-sham - use crypto_shash_tfm_digest()Eric Biggers1-16/+4
2020-05-08crypto: n2 - use crypto_shash_tfm_digest()Eric Biggers1-5/+2
2020-05-08crypto: mediatek - use crypto_shash_tfm_digest()Eric Biggers1-5/+2
2020-05-08crypto: hisilicon/sec2 - use crypto_shash_tfm_digest()Eric Biggers1-3/+2
2020-05-08crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers1-6/+3
2020-05-08crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers1-7/+2
2020-05-08crypto: artpec6 - use crypto_shash_tfm_digest()Eric Biggers1-7/+3
2020-05-08crypto: bcm - Use the defined variable to clean codeTang Bin1-4/+4
2020-05-08crypto: stm32/hash - don't print error on probe deferralLionel Debieve1-2/+5
2020-05-08crypto: stm32/hash - defer probe for dma deviceEtienne Carriere1-7/+15
2020-05-08crypto: stm32/hash - defer probe for reset controllerEtienne Carriere1-2/+7
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-44/+65
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-37/+46
2020-05-06Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna1-1/+1
2020-05-06Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna1-2/+25
2020-05-06Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna1-1/+1
2020-05-06Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2-14/+29
2020-05-06Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna1-4/+12
2020-05-06Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal1-3/+0
2020-05-05crypto: xilinx - Remove set but not used variable 'drv_ctx'YueHaibing1-4/+0
2020-05-05crypto: xilinx: Handle AES PM API return statusRajan Vaja1-2/+6
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann1-37/+46
2020-04-30crypto: bcm - Fix unused assignmentTang Bin1-8/+8
2020-04-30crypto: bcm - Remove the unnecessary cast for PTR_ERR().Tang Bin1-1/+1
2020-04-30crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei1-1/+1
2020-04-30crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky1-0/+43
2020-04-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-7/+19