summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-0259-297/+632
|\
| * crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-291-5/+5
| * crypto: hisilicon/sec - fix auth key size errorKai Ye2022-07-292-3/+4
| * crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET2022-07-291-10/+3
| * crypto: ccp - Add support for new CCP/PSP device IDMario Limonciello2022-07-291-0/+7
| * crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár2022-07-291-0/+2
| * crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-07-291-1/+1
| * crypto: keembay-ocs-ecc - Drop if with an always false conditionUwe Kleine-König2022-07-221-2/+0
| * crypto: sa2ul - Check engine status before enablingAndrew Davis2022-07-152-8/+8
| * crypto: sa2ul - Set the supported_algos bits individuallyAndrew Davis2022-07-151-1/+9
| * crypto: atmel-tdes - initialize tdes_dd while declaringClaudiu Beznea2022-07-151-3/+1
| * crypto: atmel-sha - initialize sha_dd while declaringClaudiu Beznea2022-07-151-3/+1
| * crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2022-07-152-4/+5
| * crypto: s5p-sss - Drop if with an always false conditionUwe Kleine-König2022-07-151-3/+0
| * crypto: omap-sham - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * crypto: omap-des - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
| * crypto: omap-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
| * crypto: atmel-tdes - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * crypto: atmel-sha - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * crypto: atmel-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can2022-07-151-0/+2
| * crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz2022-07-081-9/+9
| * crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-07-082-8/+8
| * crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-082-11/+11
| * crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie2022-07-081-1/+1
| * crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He2022-07-081-1/+4
| * crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He2022-07-081-16/+24
| * crypto: vmx - Fix warning on p8_ghash_algHerbert Xu2022-07-081-0/+1
| * crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu2022-07-081-4/+76
| * crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu2022-07-083-27/+28
| * crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu2022-07-081-1/+40
| * crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu2022-07-087-1/+130
| * crypto: vmx - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
| * crypto: caam - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
| * crypto: caam - drop unexpected word 'a' in commentsJiang Jian2022-06-302-2/+2
| * crypto: cavium - fix typos in commentsJiang Jian2022-06-301-1/+1
| * crypto: ux500/hash - drop unexpected word "the"Jiang Jian2022-06-301-1/+1
| * crypto: nx - drop unexpected word "the"Jiang Jian2022-06-301-1/+1
| * crypto: qat - Removes the x86 dependency on the QAT driversYoan Picchi2022-06-241-7/+7
| * crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara2022-06-243-9/+4
| * crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky2022-06-241-1/+1
| * crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye2022-06-171-7/+8
| * crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-06-171-0/+1
| * crypto: hisilicon/qm - modify event irq processingWeili Qian2022-06-171-50/+92
| * crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian2022-06-173-49/+27
| * crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian2022-06-171-12/+16
| * crypto: hisilicon/trng - fix local variable typeWeili Qian2022-06-171-1/+1
| * crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu2022-06-101-2/+2
| * crypto: octeontx2 - fix potential null pointer accessShijith Thotton2022-06-101-3/+12
| * crypto: octeontx2 - add firmware version in devlink infoShijith Thotton2022-06-103-3/+42