summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - adf_get_etr_base() helperGiovanni Cabiddu2024-04-023-6/+12
* crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi2024-03-221-3/+7
* crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song2024-03-081-0/+1
* crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi2024-03-013-32/+13
* crypto: iaa - Fix async_disable descriptor leakTom Zanussi2024-03-011-2/+2
* 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
* crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du2024-01-261-2/+0
* crypto: iaa - Remove header table codeTom Zanussi2024-01-263-131/+3
* crypto: qat - avoid memcpy() overflow warningArnd Bergmann2024-01-261-0/+3
* crypto: qat - fix arbiter mapping generation algorithm for QAT 402xxDamian Muszynski2024-01-261-0/+1
* crypto: iaa - Account for cpu-less numa nodesTom Zanussi2023-12-291-2/+13
* crypto: qat - generate dynamically arbiter mappingsDamian Muszynski2023-12-295-112/+235
* crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez2023-12-2910-5/+324
* crypto: qat - add support for device telemetryLucas Segarra Fernandez2023-12-2912-0/+1236
* crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez2023-12-293-0/+51
* crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez2023-12-291-0/+1
* crypto: iaa - remove unneeded semicolonJiapeng Chong2023-12-291-1/+1
* crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi2023-12-291-1/+0
* crypto: iaa - Change desc->priv to 0Tom Zanussi2023-12-291-4/+4
* crypto: qat - add support for 420xx devicesJie Wang2023-12-2213-5/+849
* crypto: qat - move fw config related structuresJie Wang2023-12-222-12/+19
* crypto: qat - relocate portions of qat_4xxx codeJie Wang2023-12-228-484/+552
* crypto: qat - change signature of uof_get_num_objs()Jie Wang2023-12-223-3/+3
* crypto: qat - relocate and rename get_service_enabled()Jie Wang2023-12-223-26/+34
* crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi2023-12-156-2/+427
* crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi2023-12-152-2/+266
* crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2023-12-152-18/+1069
* crypto: iaa - Add compression mode management along with fixed modeTom Zanussi2023-12-154-2/+504
* crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi2023-12-152-0/+229