summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel2021-03-121-13/+8
* hwrng: bcm2835 - add reset supportÁlvaro Fernández Rojas2021-03-121-0/+10
* crypto: qat - fix use of 'dma_map_single'Hui Tang2021-03-121-13/+14
* crypto: qat - fix unmap invalid dma addressHui Tang2021-03-121-2/+9
* crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai2021-03-121-0/+1
* crypto: hisilicon/hpre - add 'CURVE25519' algorithmMeng Yu2021-03-123-8/+361
* crypto: hisilicon/hpre - add 'ECDH' algorithmMeng Yu2021-03-123-5/+513
* crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-121-20/+8
* crypto: hisilicon/hpre - add algorithm typeMeng Yu2021-03-123-9/+24
* crypto: hisilicon/hpre - add version adapt to new algorithmsMeng Yu2021-03-129-18/+19
* crypto: ccp - Don't initialize SEV support without the SEV featureTom Lendacky2021-03-121-0/+6
* crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King2021-03-121-1/+3
* crypto: cavium - remove unused including <linux/version.h>Tian Tao2021-03-121-1/+0
* hwrng: pic32 - Use device-managed registration APITian Tao2021-03-121-2/+1
* hwrng: cctrng - Use device-managed registration APITian Tao2021-03-121-3/+1
* crypto: nx - add missing call to of_node_put()Yang Li2021-03-071-1/+3
* hwrng: omap - Fix included header from 'asm'Tian Tao2021-03-071-2/+1
* crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSSKrzysztof Kozlowski2021-03-071-1/+1
* crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe2021-03-071-1/+1
* crypto: qce - Remove totallen and offset in qce_startThara Gopinath2021-03-074-14/+10
* crypto: qce - Remover src_tbl from qce_cipher_reqctxThara Gopinath2021-03-071-1/+0
* crypto: qce - Set data unit size to message length for AES XTS transformationThara Gopinath2021-03-071-4/+4
* crypto: qce - Improve the conditions for requesting AES fallback cipherThara Gopinath2021-03-071-6/+11
* crypto: qce - Set ivsize to 0 for ecb(aes)Thara Gopinath2021-03-071-1/+1
* crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)Thara Gopinath2021-03-071-0/+9
* crypto: qce - Return error for zero length messagesThara Gopinath2021-03-071-0/+5
* crypto: qce - Return unsupported if any three keys are same for DES3 algorithmsThara Gopinath2021-03-071-0/+15
* crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...Thara Gopinath2021-03-071-1/+18
* crypto: qce - Hold back a block of data to be transferred as part of finalThara Gopinath2021-03-071-0/+19
* crypto: qce - Restore/save ahash state with custom struct in export/importThara Gopinath2021-03-071-88/+34
* crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()Wei Yongjun2021-03-071-1/+3
* crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()Wei Yongjun2021-03-071-1/+3
* crypto: amlogic - Fix unnecessary check in meson_crypto_probe()Tang Bin2021-03-071-3/+0
* hwrng: bcm2835 - remove redundant null checkTian Tao2021-03-071-10/+7
* crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2021-03-072-3/+3
* hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplifyTian Tao2021-03-071-3/+1
* hwrng: ba431 - Use device-managed registrationTian Tao2021-03-071-11/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-03-068-62/+76
|\
| * RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson2021-03-051-32/+23
| * RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson2021-03-051-24/+35
| * RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson2021-03-051-1/+9
| * RDMA/uverbs: Fix kernel-doc warning of _uverbs_allocLeon Romanovsky2021-03-031-1/+1
| * RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky2021-03-031-1/+1
| * IB/mlx5: Add missing error codeYueHaibing2021-03-011-1/+3
| * RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha2021-03-011-0/+1
| * RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed2021-03-011-2/+3
* | Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-03-052-11/+16
|\ \
| * | dm verity: fix FEC for RS roots unaligned to block sizeMilan Broz2021-03-041-11/+12
| * | dm bufio: subtract the number of initial sectors in dm_bufio_get_device_sizeMikulas Patocka2021-03-041-0/+4
* | | Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-059-51/+67
|\ \ \