summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/qat
AgeCommit message (Expand)Author
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-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-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: 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: qat - implement interface for live migrationXin Zeng
2024-04-02crypto: qat - add interface for live migrationXin Zeng
2024-04-02crypto: qat - add bank save and restore flowsSiming Wan
2024-04-02crypto: qat - expand CSR operations for QAT GEN4 devicesSiming Wan
2024-04-02crypto: qat - rename get_sla_arr_of_type()Siming Wan
2024-04-02crypto: qat - relocate CSR access codeGiovanni Cabiddu
2024-04-02crypto: qat - move PFVF compat checker to a functionXin Zeng
2024-04-02crypto: qat - relocate and rename 4xxx PF2VM definitionsXin Zeng
2024-04-02crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu
2024-02-24crypto: qat - make ring to service map common for QAT GEN4Damian Muszynski
2024-02-24crypto: qat - fix ring to service map for dcc in 420xxDamian Muszynski
2024-02-24crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski
2024-02-24crypto: qat - fix comment structureAdam Guerin
2024-02-24crypto: qat - remove unnecessary description from commentAdam Guerin
2024-02-24crypto: qat - remove double initialization of valueAdam Guerin
2024-02-24crypto: qat - avoid division by zeroAdam Guerin
2024-02-24crypto: qat - removed unused macro in adf_cnv_dbgfs.cAdam Guerin
2024-02-24crypto: qat - remove unused macros in qat_comp_alg.cAdam Guerin
2024-02-24crypto: qat - uninitialized variable in adf_hb_error_inject_write()Dan Carpenter
2024-02-17crypto: qat - resolve race condition during AER recoveryDamian Muszynski
2024-02-17crypto: qat - change SLAs cleanup flow at shutdownDamian Muszynski
2024-02-09crypto: qat - improve aer error reset handlingMun Chun Yep
2024-02-09crypto: qat - limit heartbeat notificationsFurong Zhou
2024-02-09crypto: qat - add auto reset on errorDamian Muszynski
2024-02-09crypto: qat - add fatal error notificationMun Chun Yep
2024-02-09crypto: qat - re-enable sriov after pf resetMun Chun Yep
2024-02-09crypto: qat - update PFVF protocol for recoveryMun Chun Yep
2024-02-09crypto: qat - disable arbitration before resetFurong Zhou
2024-02-09crypto: qat - add fatal error notify methodFurong Zhou
2024-02-09crypto: qat - add heartbeat error simulatorDamian Muszynski
2024-01-26crypto: qat - use kcalloc_node() instead of kzalloc_node()Erick Archer