summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel
AgeCommit message (Expand)AuthorLines
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-10/+10
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+16
2024-11-10crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai-1/+4
2024-10-30crypto: qat - replace deprecated PCI functionsPhilipp Stanner-6/+16
2024-10-28crypto: qat - Fix typo "accelaration"WangYuli-1/+1
2024-10-28crypto: qat - Constify struct pm_status_rowChristophe JAILLET-9/+9
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-10-19crypto: qat - remove faulty arbiter config resetAhsan Atta-4/+0
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: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni-12/+1
2024-09-06crypto: qat - Remove trailing space after \n newlineColin Ian King-1/+1
2024-08-24crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov-1/+1
2024-08-24crypto: keembay - fix module autoloadingLiao Chen-0/+1
2024-08-17crypto: qat - Use static_assert() to check struct sizesGustavo A. R. Silva-0/+2
2024-08-02crypto: iaa - Fix potential use after free bugDan Carpenter-2/+2
2024-08-02crypto: qat - allow disabling SR-IOV VFsMichal Witwicki-66/+128
2024-08-02crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki-3/+6
2024-08-02crypto: qat - fix recovery flow for VFsMichal Witwicki-0/+17
2024-08-02crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki-2/+2
2024-08-02crypto: qat - preserve ADF_GENERAL_SECAdam Guerin-61/+60
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-15/+28
2024-07-06crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj-3/+9
2024-07-06crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar-2/+4
2024-06-28crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun-0/+1
2024-06-27Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2/+3
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman-9/+12
2024-06-21crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng-2/+3
2024-06-07crypto: keembay - add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-05-31crypto: qat - Fix typoDeming Wang-1/+1
2024-05-20Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-14/+5
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-8/+8
2024-05-17crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu-14/+5
2024-05-10crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum-4/+2
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-8/+8
2024-05-03crypto: qat - specify firmware files for 402xxGiovanni Cabiddu-0/+2
2024-04-26crypto: qat - validate slices count returned by FWLucas Segarra Fernandez-0/+23
2024-04-19crypto: qat - improve error logging to be consistent across featuresAdam Guerin-1/+1
2024-04-19crypto: qat - improve error message in adf_get_arbiter_mapping()Adam Guerin-2/+2
2024-04-19crypto: qat - implement dh fallback for primes > 4KDamian Muszynski-6/+60
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi-2/+2
2024-04-12crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King-1/+1
2024-04-05crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-6/+11
2024-04-02crypto: iaa - Change iaa statistics to atomic64_tTom Zanussi-64/+77
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi-13/+17
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi-45/+0
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi-2/+2