Age | Commit message (Expand) | Author | Files | Lines |
2020-05-22 | crypto: stm32/crc32 - don't sleep in runtime pm | Nicolas Toromanoff | 1 | -9/+36 |
2020-05-22 | crypto: stm32/crc32 - fix multi-instance | Nicolas Toromanoff | 1 | -12/+36 |
2020-05-22 | crypto: stm32/crc32 - fix run-time self test issue. | Nicolas Toromanoff | 1 | -3/+3 |
2020-05-22 | crypto: stm32/crc32 - fix ext4 chksum BUG_ON() | Nicolas Toromanoff | 1 | -50/+48 |
2020-05-15 | crypto: hisilicon/zip - Use temporary sqe when doing work | Zhou Wang | 1 | -6/+5 |
2020-05-15 | crypto: hisilicon - add device error report through abnormal irq | Shukun Tan | 2 | -153/+187 |
2020-05-15 | crypto: hisilicon - remove codes of directly report device errors through MSI | Shukun Tan | 5 | -48/+13 |
2020-05-15 | crypto: hisilicon - QM memory management optimization | Weili Qian | 2 | -141/+128 |
2020-05-15 | crypto: hisilicon - unify initial value assignment into QM | Weili Qian | 4 | -72/+81 |
2020-05-15 | crypto: hisilicon - remove use_dma_api related codes | Shukun Tan | 5 | -25/+13 |
2020-05-15 | crypto: hisilicon - add FLR support | Shukun Tan | 5 | -4/+165 |
2020-05-15 | crypto: hisilicon/qm - add state machine for QM | Zhou Wang | 2 | -83/+307 |
2020-05-15 | crypto: hisilicon - refactor module parameter pf_q_num related code | Shukun Tan | 4 | -97/+49 |
2020-05-15 | crypto: hisilicon/zip - modify the ZIP probe process | Longfang Liu | 1 | -18/+42 |
2020-05-15 | crypto: hisilicon/hpre - modify the HPRE probe process | Longfang Liu | 1 | -17/+25 |
2020-05-15 | crypto: hisilicon/sec2 - modify the SEC probe process | Longfang Liu | 1 | -37/+30 |
2020-05-15 | crypto: hisilicon/sec2 - constify sec_dfx_regs | Rikard Falkeborn | 1 | -1/+1 |
2020-05-15 | crypto: hisilicon/zip - constify struct debugfs_reg32 | Rikard Falkeborn | 1 | -1/+1 |
2020-05-15 | crypto: hisilicon/hpre - constify struct debugfs_reg32 | Rikard Falkeborn | 1 | -2/+2 |
2020-05-15 | crypto: ccree - constify struct debugfs_reg32 | Rikard Falkeborn | 1 | -2/+2 |
2020-05-11 | Merge 5.7-rc5 into char-misc-next | Greg Kroah-Hartman | 4 | -44/+65 |
2020-05-08 | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h | Eric Biggers | 4 | -4/+0 |
2020-05-08 | crypto: s5p-sss - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -33/+6 |
2020-05-08 | crypto: omap-sham - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -16/+4 |
2020-05-08 | crypto: n2 - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -5/+2 |
2020-05-08 | crypto: mediatek - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -5/+2 |
2020-05-08 | crypto: hisilicon/sec2 - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -3/+2 |
2020-05-08 | crypto: ccree - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -6/+3 |
2020-05-08 | crypto: ccp - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -7/+2 |
2020-05-08 | crypto: artpec6 - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -7/+3 |
2020-05-08 | crypto: bcm - Use the defined variable to clean code | Tang Bin | 1 | -4/+4 |
2020-05-08 | crypto: stm32/hash - don't print error on probe deferral | Lionel Debieve | 1 | -2/+5 |
2020-05-08 | crypto: stm32/hash - defer probe for dma device | Etienne Carriere | 1 | -7/+15 |
2020-05-08 | crypto: stm32/hash - defer probe for reset controller | Etienne Carriere | 1 | -2/+7 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -44/+65 |
2020-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -37/+46 |
2020-05-07 | Crypto/chcr: fix for hmac(sha) test fails | Devulapally Shiva Krishna | 1 | -1/+1 |
2020-05-07 | Crypto/chcr: support for 48 byte key_len in aes-xts | Devulapally Shiva Krishna | 1 | -2/+25 |
2020-05-07 | Crypto/chcr: fix for ccm(aes) failed test | Devulapally Shiva Krishna | 1 | -1/+1 |
2020-05-07 | Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests | Devulapally Shiva Krishna | 2 | -14/+29 |
2020-05-07 | Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests | Devulapally Shiva Krishna | 1 | -4/+12 |
2020-05-07 | Revert "crypto: chelsio - Inline single pdu only" | Ayush Sawal | 1 | -3/+0 |
2020-05-05 | crypto: xilinx - Remove set but not used variable 'drv_ctx' | YueHaibing | 1 | -4/+0 |
2020-05-05 | crypto: xilinx: Handle AES PM API return status | Rajan Vaja | 1 | -2/+6 |
2020-05-04 | cxgb4/chcr: avoid -Wreturn-local-addr warning | Arnd Bergmann | 1 | -37/+46 |
2020-04-30 | crypto: bcm - Fix unused assignment | Tang Bin | 1 | -8/+8 |
2020-04-30 | crypto: bcm - Remove the unnecessary cast for PTR_ERR(). | Tang Bin | 1 | -1/+1 |
2020-04-30 | crypto: hisilicon/qm - Make qm_controller_reset() static | Zou Wei | 1 | -1/+1 |
2020-04-30 | crypto: ccp - Add support for SEV-ES to the PSP driver | Tom Lendacky | 1 | -0/+43 |
2020-04-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -7/+19 |