summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5 days32-2895/+767
|\
| * crypto: omap - switch from scatter_walk to plain offsetEric Biggers2025-01-143-48/+32
| * crypto: bcm - Drop unused setting of local 'ptr' variableKrzysztof Kozlowski2025-01-141-6/+1
| * crypto: hisilicon/qm - support new function communicationYang Shen2025-01-144-61/+175
| * crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar2024-12-281-1/+1
| * crypto: qce - revert "use __free() for a buffer that's always freed"Nathan Chancellor2024-12-211-3/+3
| * crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()Joe Hattori2024-12-211-0/+3
| * crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin2024-12-212-32/+34
| * crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin2024-12-213-69/+44
| * crypto: n2 - remove Niagara2 SPU driverEric Biggers2024-12-145-2515/+0
| * crypto: qce - fix priority to be less than ARMv8 CEEric Biggers2024-12-143-3/+3
| * crypto: ccp - Use scoped guard for mutexMario Limonciello2024-12-141-33/+20
| * crypto: qce - switch to using a mutexBartosz Golaszewski2024-12-142-26/+23
| * crypto: qce - convert tasklet to workqueueBartosz Golaszewski2024-12-142-16/+10
| * crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski2024-12-141-3/+3
| * crypto: qce - make qce_register_algs() a managed interfaceBartosz Golaszewski2024-12-141-5/+6
| * crypto: qce - convert qce_dma_request() to use devresBartosz Golaszewski2024-12-143-24/+17
| * crypto: qce - shrink code with devres clk helpersBartosz Golaszewski2024-12-141-25/+4
| * crypto: qce - remove unneeded call to icc_set_bw() in error pathBartosz Golaszewski2024-12-141-3/+1
| * crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski2024-12-141-4/+7
| * crypto: qce - fix goto jump in error pathBartosz Golaszewski2024-12-141-1/+1
| * crypto: caam - use JobR's space to access page 0 regsGaurav Jain2024-12-101-1/+2
| * crypto: hisilicon/zip - support new error reportWeili Qian2024-12-106-14/+290
| * crypto: hisilicon/zip - add data aggregation featureWeili Qian2024-12-105-11/+90
| * crypto: tegra - do not transfer req when tegra init failsChen Ridong2024-12-102-4/+10
* | Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9 days1-1/+1
|\ \ | |/ |/|
| * sev-dev: avoid pointless cred reference count bumpChristian Brauner2024-12-021-1/+1
| * tree-wide: s/revert_creds_light()/revert_creds()/gChristian Brauner2024-12-021-1/+1
| * tree-wide: s/override_creds_light()/override_creds()/gChristian Brauner2024-12-021-1/+1
| * tree-wide: s/revert_creds()/put_cred(revert_creds_light())/gChristian Brauner2024-12-021-1/+1
| * tree-wide: s/override_creds()/override_creds_light(get_new_cred())/gChristian Brauner2024-12-021-1/+1
* | crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problemChenghai Huang2024-12-101-2/+2
* | module: Convert default symbol namespace to string literalMasahiro Yamada2024-12-032-2/+2
* | module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0217-43/+39
|/
* Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-274-15/+34
|\
| * crypto: marvell - replace deprecated PCI functionsPhilipp Stanner2024-10-302-9/+18
| * crypto: qat - replace deprecated PCI functionsPhilipp Stanner2024-10-302-6/+16
* | Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-11-1982-464/+727
|\ \
| * | crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctxKarol Przybylski2024-11-151-12/+12
| * | crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET2024-11-151-0/+2
| * | crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong2024-11-151-1/+4
| * | crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong2024-11-151-4/+7
| * | crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei2024-11-101-1/+1
| * | crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai2024-11-101-1/+4
| * | crypto: hisilicon/qm - disable same error report before resettingWeili Qian2024-11-024-49/+103
| * | crypto: hisilicon - support querying the capability registerQi Tao2024-11-028-111/+360
| * | crypto: starfive - remove unneeded crypto_engine_stop() callOvidiu Panait2024-10-281-4/+1
| * | crypto: tegra - remove unneeded crypto_engine_stop() callOvidiu Panait2024-10-281-2/+0
| * | crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C2024-10-281-2/+2
| * | crypto: qat - Fix typo "accelaration"WangYuli2024-10-281-1/+1