aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 59-297/+632
2022-07-29crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-5/+5
2022-07-29crypto: hisilicon/sec - fix auth key size errorGravatar Kai Ye 2-3/+4
2022-07-29crypto: ccree - Remove a useless dma_supported() callGravatar Christophe JAILLET 1-10/+3
2022-07-29crypto: ccp - Add support for new CCP/PSP device IDGravatar Mario Limonciello 1-0/+7
2022-07-29crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofGravatar Pali Rohár 1-0/+2
2022-07-29crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqGravatar Zhengchao Shao 1-1/+1
2022-07-22crypto: keembay-ocs-ecc - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+0
2022-07-15crypto: sa2ul - Check engine status before enablingGravatar Andrew Davis 2-8/+8
2022-07-15crypto: sa2ul - Set the supported_algos bits individuallyGravatar Andrew Davis 1-1/+9
2022-07-15crypto: atmel-tdes - initialize tdes_dd while declaringGravatar Claudiu Beznea 1-3/+1
2022-07-15crypto: atmel-sha - initialize sha_dd while declaringGravatar Claudiu Beznea 1-3/+1
2022-07-15crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Gravatar Jakub Kicinski 2-4/+5
2022-07-15crypto: s5p-sss - Drop if with an always false conditionGravatar Uwe Kleine-König 1-3/+0
2022-07-15crypto: omap-sham - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+1
2022-07-15crypto: omap-des - Drop if with an always false conditionGravatar Uwe Kleine-König 1-4/+0
2022-07-15crypto: omap-aes - Drop if with an always false conditionGravatar Uwe Kleine-König 1-4/+0
2022-07-15crypto: atmel-tdes - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+1
2022-07-15crypto: atmel-sha - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+1
2022-07-15crypto: atmel-aes - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+1
2022-07-15crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Gravatar Yuan Can 1-0/+2
2022-07-08crypto: inside-secure - fix packed bit-field result descriptorGravatar Ofer Heifetz 1-9/+9
2022-07-08crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqGravatar Zhengchao Shao 2-8/+8
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqGravatar Zhengchao Shao 2-11/+11
2022-07-08crypto: hisilicon/sec - fix inconsistent argumentGravatar Jianglei Nie 1-1/+1
2022-07-08crypto: nx - Hold the reference returned by of_find_compatible_nodeGravatar Liang He 1-1/+4
2022-07-08crypto: amcc - Hold the reference returned by of_find_compatible_nodeGravatar Liang He 1-16/+24
2022-07-08crypto: vmx - Fix warning on p8_ghash_algGravatar Herbert Xu 1-0/+1
2022-07-08crypto: qat - expose device config through sysfs for 4xxxGravatar Giovanni Cabiddu 1-4/+76
2022-07-08crypto: qat - relocate and rename adf_sriov_prepare_restart()Gravatar Giovanni Cabiddu 3-27/+28
2022-07-08crypto: qat - change behaviour of adf_cfg_add_key_value_param()Gravatar Giovanni Cabiddu 1-1/+40
2022-07-08crypto: qat - expose device state through sysfs for 4xxxGravatar Giovanni Cabiddu 7-1/+130
2022-07-06crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsGravatar Jason A. Donenfeld 1-115/+0
2022-06-30crypto: vmx - drop unexpected word 'for' in commentsGravatar Jiang Jian 1-1/+1
2022-06-30crypto: caam - drop unexpected word 'for' in commentsGravatar Jiang Jian 1-1/+1
2022-06-30crypto: caam - drop unexpected word 'a' in commentsGravatar Jiang Jian 2-2/+2
2022-06-30crypto: cavium - fix typos in commentsGravatar Jiang Jian 1-1/+1
2022-06-30crypto: ux500/hash - drop unexpected word "the"Gravatar Jiang Jian 1-1/+1
2022-06-30crypto: nx - drop unexpected word "the"Gravatar Jiang Jian 1-1/+1
2022-06-24crypto: qat - Removes the x86 dependency on the QAT driversGravatar Yoan Picchi 1-7/+7
2022-06-24crypto: qat - replace get_current_node() with numa_node_id()Gravatar Andre Przywara 3-9/+4
2022-06-24crypto: ccp - During shutdown, check SEV data pointer before usingGravatar Tom Lendacky 1-1/+1
2022-06-24crypto: ccp - Fix device IRQ counting by using platform_irq_count()Gravatar Tom Lendacky 1-10/+2
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionGravatar Kai Ye 1-7/+8
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Gravatar Alexey Khoroshilov 1-0/+1
2022-06-17crypto: hisilicon/qm - modify event irq processingGravatar Weili Qian 1-50/+92
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cGravatar Weili Qian 3-49/+27
2022-06-17crypto: hisilicon/qm - add functions for releasing resourcesGravatar Weili Qian 1-12/+16
2022-06-17crypto: hisilicon/trng - fix local variable typeGravatar Weili Qian 1-1/+1
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyGravatar Peng Wu 1-2/+2