summaryrefslogtreecommitdiff
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/sec - fix auth key size errorKai Ye2022-08-172-3/+4
* crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár2022-08-171-0/+2
* crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-08-171-1/+1
* crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-08-172-8/+8
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-08-172-11/+11
* crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky2022-08-171-1/+1
* crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-08-171-0/+1
* crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter2022-08-171-4/+12
* crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe2022-08-173-12/+17
* crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen2022-08-171-4/+6
* crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2022-07-292-14/+0
* crypto: qat - add param check for DHGiovanni Cabiddu2022-07-291-0/+4
* crypto: qat - add param check for RSAGiovanni Cabiddu2022-07-291-0/+8
* crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu2022-07-291-49/+34
* crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu2022-07-291-77/+60
* crypto: qat - fix memory leak in RSAGiovanni Cabiddu2022-07-291-11/+1
* crypto: qat - add backlog mechanismGiovanni Cabiddu2022-07-299-18/+123
* crypto: qat - refactor submission logicGiovanni Cabiddu2022-07-296-54/+101
* crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2022-07-292-27/+61
* crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu2022-07-291-0/+3
* crypto: sun8i-ss - handle zero sized sgCorentin Labbe2022-06-091-1/+9
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-06-093-52/+107
* crypto: ccp - Fix the INIT_EX data file open failureJacky Li2022-06-091-2/+28
* crypto: marvell/cesa - ECB does not IVCorentin Labbe2022-06-091-1/+0
* crypto: qat - set COMPRESSION capability for DH895XCCGiovanni Cabiddu2022-06-091-1/+2
* crypto: qat - set CIPHER capability for DH895XCCGiovanni Cabiddu2022-06-091-3/+9
* powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni2022-06-091-1/+1
* crypto: qat - fix off-by-one error in PFVF debug printMarco Chiappero2022-06-091-1/+1
* crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef2022-06-091-12/+15
* crypto: qat - rework the VF2PF interrupt handling logicMarco Chiappero2022-06-065-65/+132
* crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam2022-06-061-0/+18
* crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek2022-05-131-0/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-317-9/+616
|\
| * virtio-crypto: rename skcipher algszhenwei pi2022-03-284-9/+9
| * virtio-crypto: implement RSA algorithmzhenwei pi2022-03-286-1/+608
* | Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-311-1/+3
|\ \
| * | crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-03-251-1/+3
* | | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-03-249-507/+67
|\ \ \
| * | | crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu2022-03-151-0/+8
| * | | hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-153-0/+18
| * | | hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-153-21/+18
| * | | crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu2022-03-151-40/+18
| * | | crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-156-446/+5
* | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ \
| * | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | | | | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-03-231-1/+0
|\ \ \ \ \
| * | | | | ARM: ixp4xx: Drop all common codeLinus Walleij2022-02-121-1/+0
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2163-205/+930
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu2022-03-141-2/+2
| * | | crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu2022-03-091-1/+1