summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2024-12-10crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problemChenghai Huang-2/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-43/+39
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-15/+34
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-464/+727
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+21
2024-11-15crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctxKarol Przybylski-12/+12
2024-11-15crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET-0/+2
2024-11-15crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong-1/+4
2024-11-15crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong-4/+7
2024-11-10crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei-1/+1
2024-11-10crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai-1/+4
2024-11-02crypto: hisilicon/qm - disable same error report before resettingWeili Qian-49/+103
2024-11-02crypto: hisilicon - support querying the capability registerQi Tao-111/+360
2024-10-30crypto: marvell - replace deprecated PCI functionsPhilipp Stanner-9/+18
2024-10-30crypto: qat - replace deprecated PCI functionsPhilipp Stanner-6/+16
2024-10-29s390/pkey: Add new pkey handler module pkey-uvHarald Freudenberger-0/+21
2024-10-28crypto: starfive - remove unneeded crypto_engine_stop() callOvidiu Panait-4/+1
2024-10-28crypto: tegra - remove unneeded crypto_engine_stop() callOvidiu Panait-2/+0
2024-10-28crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C-2/+2
2024-10-28crypto: qat - Fix typo "accelaration"WangYuli-1/+1
2024-10-28crypto: tegra - remove redundant error check on retColin Ian King-2/+0
2024-10-28crypto: nx - Fix invalid wait context during kexec rebootVishal Chourasia-1/+2
2024-10-28crypto: nx - Rename devdata_mutex to devdata_spinlockVishal Chourasia-17/+17
2024-10-28crypto: qat - Constify struct pm_status_rowChristophe JAILLET-9/+9
2024-10-19crypto: crypto4xx - use devm in probeRosen Penev-25/+14
2024-10-19crypto: crypto4xx - avoid explicit resourceRosen Penev-12/+5
2024-10-19crypto: cesa - use devm_platform_get_and_ioremap_resourceRosen Penev-14/+1
2024-10-19crypto: cesa - remove irq_set_affinity_hintRosen Penev-7/+2
2024-10-19crypto: cesa - use enabled variants for clk_getRosen Penev-18/+10
2024-10-19crypto: cesa - add COMPILE_TESTRosen Penev-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-46/+46
2024-10-19crypto: qat - remove faulty arbiter config resetAhsan Atta-4/+0
2024-10-16Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-6/+6
2024-10-10crypto: marvell/cesa - Disable hash algorithmsHerbert Xu-6/+6
2024-10-05crypto: hisilicon/qm - fix the coding specifications issueChenghai Huang-3/+34
2024-10-05crypto: qat - remove unused adf_devmgr_get_firstDr. David Alan Gilbert-11/+0
2024-10-05crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter-1/+1
2024-10-05crypto: qat/qat_420xx - fix off by one in uof_get_name()Dan Carpenter-1/+1
2024-10-05crypto: iaa - Remove potential infinite loop in check_completion()Zanussi, Tom-0/+10
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan-6/+6
2024-10-05crypto: ccree - Fix typo in commentYu Jiaoliang-4/+4
2024-10-05crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König-3/+3
2024-10-05crypto: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni-12/+1
2024-10-05crypto: caam - Slightly simplify platform_device()Christophe JAILLET-3/+2
2024-10-05crypto: caam - Fix the pointer passed to caam_qi_shutdown()Christophe JAILLET-1/+1
2024-10-05crypto: hisilicon/hpre - enable all clusters clock gatingWeili Qian-14/+26
2024-10-05crypto: mxs-dcp - Fix AES-CBC with hardware-bound keysTomas Paukrt-8/+12
2024-10-05crypto: amlogic - Remove redundant assignment and error messagesTang Bin-5/+3
2024-10-05crypto: drivers - Drop sign/verify operationsLukas Wunner-6/+0