aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/qat/qat_common
AgeCommit message (Expand)AuthorFilesLines
2024-09-06crypto: qat - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-08-24crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov1-1/+1
2024-08-17crypto: qat - Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-02crypto: qat - allow disabling SR-IOV VFsMichal Witwicki1-66/+128
2024-08-02crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki1-3/+6
2024-08-02crypto: qat - fix recovery flow for VFsMichal Witwicki3-0/+17
2024-08-02crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki1-2/+2
2024-08-02crypto: qat - preserve ADF_GENERAL_SECAdam Guerin9-45/+44
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-13/+21
2024-07-06crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj1-1/+3
2024-07-06crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar1-2/+4
2024-06-28crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun1-0/+1
2024-06-21crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman1-9/+12
2024-06-21crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng1-2/+3
2024-05-31crypto: qat - Fix typoDeming Wang1-1/+1
2024-05-17crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-04-26crypto: qat - validate slices count returned by FWLucas Segarra Fernandez3-0/+23
2024-04-19crypto: qat - improve error logging to be consistent across featuresAdam Guerin1-1/+1
2024-04-19crypto: qat - implement dh fallback for primes > 4KDamian Muszynski1-6/+60
2024-04-12crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King1-1/+1
2024-04-05crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-6/+11
2024-04-02crypto: qat - implement interface for live migrationXin Zeng7-1/+1441
2024-04-02crypto: qat - add interface for live migrationXin Zeng4-1/+158
2024-04-02crypto: qat - add bank save and restore flowsSiming Wan3-0/+336
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 Cabiddu9-362/+389
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-02-24crypto: qat - make ring to service map common for QAT GEN4Damian Muszynski3-0/+58
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-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-09crypto: qat - improve aer error reset handlingMun Chun Yep1-1/+25
2024-02-09crypto: qat - limit heartbeat notificationsFurong Zhou2-3/+17
2024-02-09crypto: qat - add auto reset on errorDamian Muszynski4-1/+49
2024-02-09crypto: qat - add fatal error notificationMun Chun Yep2-1/+9
2024-02-09crypto: qat - re-enable sriov after pf resetMun Chun Yep4-4/+79
2024-02-09crypto: qat - update PFVF protocol for recoveryMun Chun Yep8-2/+109
2024-02-09crypto: qat - disable arbitration before resetFurong Zhou1-0/+8
2024-02-09crypto: qat - add fatal error notify methodFurong Zhou3-0/+45
2024-02-09crypto: qat - add heartbeat error simulatorDamian Muszynski7-6/+174
2024-01-26crypto: qat - use kcalloc_node() instead of kzalloc_node()Erick Archer1-1/+1