summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-12crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel1-13/+8
2021-03-12hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas1-0/+10
2021-03-12crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-12crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-12crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai1-0/+1
2021-03-12crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu3-8/+361
2021-03-12crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu3-5/+513
2021-03-12crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu1-20/+8
2021-03-12crypto: hisilicon/hpre - add algorithm typeMeng Yu3-9/+24
2021-03-12crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu9-18/+19
2021-03-12crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky1-0/+6
2021-03-12crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King1-1/+3
2021-03-12crypto: cavium - remove unused including <linux/version.h>Tian Tao1-1/+0
2021-03-12hwrng: pic32 - Use device-managed registration APITian Tao1-2/+1
2021-03-12hwrng: cctrng - Use device-managed registration APITian Tao1-3/+1
2021-03-07crypto: nx - add missing call to of_node_put()Yang Li1-1/+3
2021-03-07hwrng: omap - Fix included header from 'asm'Tian Tao1-2/+1
2021-03-07crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSSKrzysztof Kozlowski1-1/+1
2021-03-07crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe1-1/+1
2021-03-07crypto: qce - Remove totallen and offset in qce_startThara Gopinath4-14/+10
2021-03-07crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath1-1/+0
2021-03-07crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath1-4/+4
2021-03-07crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath1-6/+11
2021-03-07crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath1-1/+1
2021-03-07crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath1-0/+9
2021-03-07crypto: qce - Return error for zero length messagesThara Gopinath1-0/+5
2021-03-07crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath1-0/+15
2021-03-07crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Thara Gopinath1-1/+18
2021-03-07crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath1-0/+19
2021-03-07crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath1-88/+34
2021-03-07crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()Wei Yongjun1-1/+3
2021-03-07crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()Wei Yongjun1-1/+3
2021-03-07crypto: amlogic - Fix unnecessary check in meson_crypto_probe()Tang Bin1-3/+0
2021-03-07hwrng: bcm2835 - remove redundant null checkTian Tao1-10/+7
2021-03-07crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2-3/+3
2021-03-07hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao1-3/+1
2021-03-07hwrng: ba431 - Use device-managed registrationTian Tao1-11/+1
2021-03-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-62/+76
2021-03-06Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+16
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds9-51/+67
2021-03-05Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+41
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+87
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9
2021-03-05Merge branch 'powercap'Rafael J. Wysocki2-1/+4
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy4-45/+50
2021-03-05nvme-fabrics: fix kato initializationMartin George1-1/+4
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner1-0/+1
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3