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