summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-04-02crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-02crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2-6/+10
2024-04-02crypto: starfive - Use dma for aes requestsJia Jie Ho4-238/+395
2024-04-02crypto: starfive - Skip unneeded key freeJia Jie Ho1-0/+3
2024-04-02crypto: starfive - Update hash dma usageJia Jie Ho3-176/+112
2024-04-02crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi2-64/+77
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi1-13/+17
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi3-45/+0
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi1-2/+2
2024-04-02crypto: qat - implement interface for live migrationXin Zeng9-1/+1445
2024-04-02crypto: qat - add interface for live migrationXin Zeng4-1/+158
2024-04-02crypto: qat - add bank save and restore flowsSiming Wan4-0/+338
2024-04-02crypto: qat - expand CSR operations for QAT GEN4 devicesSiming Wan3-1/+249
2024-04-02crypto: qat - rename get_sla_arr_of_type()Siming Wan2-5/+7
2024-04-02crypto: qat - relocate CSR access codeGiovanni Cabiddu17-362/+397
2024-04-02crypto: qat - move PFVF compat checker to a functionXin Zeng2-7/+12
2024-04-02crypto: qat - relocate and rename 4xxx PF2VM definitionsXin Zeng2-5/+7
2024-04-02crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu3-6/+12
2024-03-25Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-3/+7
2024-03-22crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi1-3/+7
2024-03-16Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds66-5687/+925
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-12Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-81/+1076
2024-03-08crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2024-03-08crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska1-1/+1
2024-03-01crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi3-32/+13
2024-03-01crypto: iaa - Fix async_disable descriptor leakTom Zanussi1-2/+2
2024-03-01crypto: rk3288 - Fix use after free in unprepareHerbert Xu1-2/+2
2024-02-28crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov1-17/+17
2024-02-24crypto: rockchip - fix to check return valueKilian Zinnecker1-0/+5
2024-02-24crypto: qat - make ring to service map common for QAT GEN4Damian Muszynski5-112/+90
2024-02-24crypto: qat - fix ring to service map for dcc in 420xxDamian Muszynski1-0/+8
2024-02-24crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski1-0/+8
2024-02-24crypto: qat - fix comment structureAdam Guerin1-2/+2
2024-02-24crypto: qat - remove unnecessary description from commentAdam Guerin3-6/+2
2024-02-24crypto: qat - remove double initialization of valueAdam Guerin1-4/+2
2024-02-24crypto: qat - avoid division by zeroAdam Guerin1-0/+3
2024-02-24crypto: qat - removed unused macro in adf_cnv_dbgfs.cAdam Guerin1-1/+0
2024-02-24crypto: qat - remove unused macros in qat_comp_alg.cAdam Guerin1-9/+0
2024-02-24crypto: qat - uninitialized variable in adf_hb_error_inject_write()Dan Carpenter1-5/+6
2024-02-24crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello1-2/+9
2024-02-17crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-02-17crypto: qat - change SLAs cleanup flow at shutdownDamian Muszynski1-1/+19
2024-02-17crypto: hisilicon/qm - change function type to voidWeili Qian1-27/+11
2024-02-17crypto: hisilicon/qm - obtain stop queue statusWeili Qian2-26/+87
2024-02-17crypto: hisilicon/qm - add stop function by hardwareWeili Qian1-8/+32
2024-02-17crypto: ccp - State in dmesg that TSME is enabledBorislav Petkov (AMD)1-4/+7
2024-02-13crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov (AMD)1-1/+1
2024-02-09crypto: qat - improve aer error reset handlingMun Chun Yep1-1/+25