summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel
AgeCommit message (Expand)Author
2025-07-10crypto: iaa - Do not clobber req->base.dataHerbert Xu
2025-07-10crypto: iaa - Remove dst_null supportHerbert Xu
2025-06-27crypto: qat - add shutdown handler to qat_dh895xccGiovanni Cabiddu
2025-06-27crypto: qat - add shutdown handler to qat_c62xGiovanni Cabiddu
2025-06-27crypto: qat - add shutdown handler to qat_4xxxGiovanni Cabiddu
2025-06-27crypto: qat - add shutdown handler to qat_420xxGiovanni Cabiddu
2025-06-27crypto: qat - add shutdown handler to qat_c3xxxGiovanni Cabiddu
2025-04-10crypto: qat - remove access to parity register for QAT GEN4Bairavi Alagappan
2025-04-10crypto: qat - set parity error mask for qat_420xxBairavi Alagappan
2025-04-10crypto: iaa - Test the correct request flagHerbert Xu
2025-02-08crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar
2025-02-08crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()Joe Hattori
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-05crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai
2024-12-05crypto: qat - remove faulty arbiter config resetAhsan Atta
2024-12-05crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter
2024-12-05crypto: qat/qat_420xx - fix off by one in uof_get_name()Dan Carpenter
2024-12-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