summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2022-07-15crypto: omap-des - Drop if with an always false conditionUwe Kleine-König-4/+0
2022-07-15crypto: omap-aes - Drop if with an always false conditionUwe Kleine-König-4/+0
2022-07-15crypto: atmel-tdes - Drop if with an always false conditionUwe Kleine-König-2/+1
2022-07-15crypto: atmel-sha - Drop if with an always false conditionUwe Kleine-König-2/+1
2022-07-15crypto: atmel-aes - Drop if with an always false conditionUwe Kleine-König-2/+1
2022-07-15crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can-0/+2
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz-9/+9
2022-07-08crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao-8/+8
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao-11/+11
2022-07-08crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie-1/+1
2022-07-08crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He-1/+4
2022-07-08crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He-16/+24
2022-07-08crypto: vmx - Fix warning on p8_ghash_algHerbert Xu-0/+1
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu-4/+76
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu-27/+28
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu-1/+40
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu-1/+130
2022-07-06crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld-115/+0
2022-06-30crypto: vmx - drop unexpected word 'for' in commentsJiang Jian-1/+1
2022-06-30crypto: caam - drop unexpected word 'for' in commentsJiang Jian-1/+1
2022-06-30crypto: caam - drop unexpected word 'a' in commentsJiang Jian-2/+2
2022-06-30crypto: cavium - fix typos in commentsJiang Jian-1/+1
2022-06-30crypto: ux500/hash - drop unexpected word "the"Jiang Jian-1/+1
2022-06-30crypto: nx - drop unexpected word "the"Jiang Jian-1/+1
2022-06-24crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi-7/+7
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara-9/+4
2022-06-24crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky-1/+1
2022-06-24crypto: ccp - Fix device IRQ counting by using platform_irq_count()Tom Lendacky-10/+2
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye-7/+8
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov-0/+1
2022-06-17crypto: hisilicon/qm - modify event irq processingWeili Qian-50/+92
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian-49/+27
2022-06-17crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian-12/+16
2022-06-17crypto: hisilicon/trng - fix local variable typeWeili Qian-1/+1
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu-2/+2
2022-06-10crypto: octeontx2 - fix potential null pointer accessShijith Thotton-3/+12
2022-06-10crypto: octeontx2 - add firmware version in devlink infoShijith Thotton-3/+42
2022-06-10crypto: ccp - fix typo in commentJulia Lawall-1/+1
2022-06-10crypto: hisilicon/sec - fix typos in commentJulia Lawall-2/+2
2022-06-10crypto: atmel-ecc - Remove duplicated error reporting in .remove()Uwe Kleine-König-2/+10
2022-06-10crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter-2/+4
2022-06-10crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter-4/+12
2022-06-10crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen-4/+6
2022-05-31virtio-crypto: enable retry for virtio-crypto-devlei he-1/+2
2022-05-31virtio-crypto: adjust dst_len at ops callbacklei he-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi-55/+64
2022-05-31virtio-crypto: use private buffer for control requestzhenwei pi-45/+79
2022-05-31virtio-crypto: change code stylezhenwei pi-53/+59
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-881/+2605