summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel/qat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-07-196-15/+27
|\
| * crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj2024-07-062-3/+9
| * crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar2024-07-061-2/+4
| * crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun2024-06-281-0/+1
| * crypto: qat - make adf_ctl_class constantGreg Kroah-Hartman2024-06-211-9/+12
| * crypto: qat - Fix typoDeming Wang2024-05-311-1/+1
* | Merge tag 'v6.10-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-06-281-2/+3
|\ \ | |/ |/|
| * crypto: qat - fix linking errors when PCI_IOV is disabledXin Zeng2024-06-211-2/+3
* | Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-201-14/+5
|\|
| * crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu2024-05-171-14/+5
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-188-8/+8
|\ \ | |/ |/|
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-098-8/+8
* | crypto: qat - specify firmware files for 402xxGiovanni Cabiddu2024-05-031-0/+2
* | crypto: qat - validate slices count returned by FWLucas Segarra Fernandez2024-04-263-0/+23
* | crypto: qat - improve error logging to be consistent across featuresAdam Guerin2024-04-191-1/+1
* | crypto: qat - improve error message in adf_get_arbiter_mapping()Adam Guerin2024-04-192-2/+2
* | crypto: qat - implement dh fallback for primes > 4KDamian Muszynski2024-04-191-6/+60
* | crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King2024-04-121-1/+1
* | crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-052-6/+11
* | crypto: qat - implement interface for live migrationXin Zeng2024-04-029-1/+1445
* | crypto: qat - add interface for live migrationXin Zeng2024-04-024-1/+158
* | crypto: qat - add bank save and restore flowsSiming Wan2024-04-024-0/+338
* | crypto: qat - expand CSR operations for QAT GEN4 devicesSiming Wan2024-04-023-1/+249
* | crypto: qat - rename get_sla_arr_of_type()Siming Wan2024-04-022-5/+7
* | crypto: qat - relocate CSR access codeGiovanni Cabiddu2024-04-0217-362/+397
* | crypto: qat - move PFVF compat checker to a functionXin Zeng2024-04-022-7/+12
* | crypto: qat - relocate and rename 4xxx PF2VM definitionsXin Zeng2024-04-022-5/+7
* | crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu2024-04-023-6/+12
|/
* crypto: qat - make ring to service map common for QAT GEN4Damian Muszynski2024-02-245-112/+90
* crypto: qat - fix ring to service map for dcc in 420xxDamian Muszynski2024-02-241-0/+8
* crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski2024-02-241-0/+8
* crypto: qat - fix comment structureAdam Guerin2024-02-241-2/+2
* crypto: qat - remove unnecessary description from commentAdam Guerin2024-02-243-6/+2
* crypto: qat - remove double initialization of valueAdam Guerin2024-02-241-4/+2
* crypto: qat - avoid division by zeroAdam Guerin2024-02-241-0/+3
* crypto: qat - removed unused macro in adf_cnv_dbgfs.cAdam Guerin2024-02-241-1/+0
* crypto: qat - remove unused macros in qat_comp_alg.cAdam Guerin2024-02-241-9/+0
* crypto: qat - uninitialized variable in adf_hb_error_inject_write()Dan Carpenter2024-02-241-5/+6
* crypto: qat - resolve race condition during AER recoveryDamian Muszynski2024-02-171-6/+16
* crypto: qat - change SLAs cleanup flow at shutdownDamian Muszynski2024-02-171-1/+19
* crypto: qat - improve aer error reset handlingMun Chun Yep2024-02-091-1/+25
* crypto: qat - limit heartbeat notificationsFurong Zhou2024-02-092-3/+17
* crypto: qat - add auto reset on errorDamian Muszynski2024-02-094-1/+49
* crypto: qat - add fatal error notificationMun Chun Yep2024-02-092-1/+9
* crypto: qat - re-enable sriov after pf resetMun Chun Yep2024-02-094-4/+79
* crypto: qat - update PFVF protocol for recoveryMun Chun Yep2024-02-098-2/+109
* crypto: qat - disable arbitration before resetFurong Zhou2024-02-091-0/+8
* crypto: qat - add fatal error notify methodFurong Zhou2024-02-093-0/+45
* crypto: qat - add heartbeat error simulatorDamian Muszynski2024-02-098-6/+188
* crypto: qat - use kcalloc_node() instead of kzalloc_node()Erick Archer2024-01-261-1/+1