aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/intel
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-14/+5
5 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-8/+8
6 dayscrypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
13 dayscrypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum1-4/+2
14 dayskbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada8-8/+8
2024-05-03crypto: qat - specify firmware files for 402xxGiovanni Cabiddu1-0/+2
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 - improve error message in adf_get_arbiter_mapping()Adam Guerin2-2/+2
2024-04-19crypto: qat - implement dh fallback for primes > 4KDamian Muszynski1-6/+60
2024-04-12crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi1-2/+2
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: iaa - Change iaa statistics to atomic64_tTom Zanussi2-64/+77
2024-04-02crypto: iaa - Add global_stats file and remove individual stat filesTom Zanussi1-13/+17
2024-04-02crypto: iaa - Remove comp/decomp delay statisticsTom Zanussi3-45/+0
2024-04-02crypto: iaa - fix decomp_bytes_in statsTom Zanussi1-2/+2
2024-04-02crypto: qat - implement interface for live migrationXin Zeng9-1/+1445
2024-04-02crypto: qat - add interface for live migrationXin Zeng4-1/+158
2024-04-02crypto: qat - add bank save and restore flowsSiming Wan4-0/+338
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 Cabiddu17-362/+397
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-03-22crypto: iaa - Fix nr_cpus < nr_iaa caseTom Zanussi1-3/+7
2024-03-08crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2024-03-01crypto: iaa - Fix comp/decomp delay statisticsTom Zanussi3-32/+13
2024-03-01crypto: iaa - Fix async_disable descriptor leakTom Zanussi1-2/+2
2024-02-24crypto: qat - make ring to service map common for QAT GEN4Damian Muszynski5-112/+90
2024-02-24crypto: qat - fix ring to service map for dcc in 420xxDamian Muszynski1-0/+8
2024-02-24crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski1-0/+8
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 Muszynski8-6/+188
2024-01-26crypto: qat - use kcalloc_node() instead of kzalloc_node()Erick Archer1-1/+1
2024-01-26crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_cryp...Minjie Du1-2/+0
2024-01-26crypto: iaa - Remove header table codeTom Zanussi3-131/+3
2024-01-26crypto: qat - avoid memcpy() overflow warningArnd Bergmann1-0/+3
2024-01-26crypto: qat - fix arbiter mapping generation algorithm for QAT 402xxDamian Muszynski1-0/+1
2023-12-29crypto: iaa - Account for cpu-less numa nodesTom Zanussi1-2/+13
2023-12-29crypto: qat - generate dynamically arbiter mappingsDamian Muszynski5-112/+235
2023-12-29crypto: qat - add support for ring pair level telemetryLucas Segarra Fernandez10-5/+324
2023-12-29crypto: qat - add support for device telemetryLucas Segarra Fernandez12-0/+1236
2023-12-29crypto: qat - add admin msgs for telemetryLucas Segarra Fernandez3-0/+51
2023-12-29crypto: qat - include pci.h for GET_DEV()Lucas Segarra Fernandez1-0/+1
2023-12-29crypto: iaa - remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-29crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()Tom Zanussi1-1/+0
2023-12-29crypto: iaa - Change desc->priv to 0Tom Zanussi1-4/+4
2023-12-22crypto: qat - add support for 420xx devicesJie Wang13-5/+849
2023-12-22crypto: qat - move fw config related structuresJie Wang2-12/+19
2023-12-22crypto: qat - relocate portions of qat_4xxx codeJie Wang8-484/+552
2023-12-22crypto: qat - change signature of uof_get_num_objs()Jie Wang3-3/+3
2023-12-22crypto: qat - relocate and rename get_service_enabled()Jie Wang3-26/+34
2023-12-15crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi6-2/+427
2023-12-15crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi2-2/+266
2023-12-15crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2-18/+1069
2023-12-15crypto: iaa - Add compression mode management along with fixed modeTom Zanussi4-2/+504
2023-12-15crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi2-0/+229
2023-12-15crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi6-0/+375
2023-12-08crypto: qat - add NULL pointer checkGiovanni Cabiddu1-0/+3
2023-12-08crypto: qat - fix mutex ordering in adf_rlDamian Muszynski1-2/+2
2023-12-08crypto: qat - fix error path in add_update_sla()Damian Muszynski1-2/+1
2023-12-01crypto: qat - add sysfs_added flag for rate limitingDamian Muszynski2-0/+9
2023-12-01crypto: qat - add sysfs_added flag for rasDamian Muszynski2-1/+7
2023-11-17crypto: qat - prevent underflow in rp2srv_store()Dan Carpenter1-1/+2
2023-10-27crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu1-21/+25
2023-10-27crypto: qat - move adf_cfg_servicesGiovanni Cabiddu4-13/+24
2023-10-27crypto: qat - add num_rps sysfs attributeCiunas Bennett1-0/+14
2023-10-27crypto: qat - add rp2svc sysfs attributeCiunas Bennett2-0/+72
2023-10-27crypto: qat - add rate limiting sysfs interfaceCiunas Bennett5-0/+480
2023-10-27crypto: qat - add rate limiting feature to qat_4xxxDamian Muszynski13-1/+1590
2023-10-27crypto: qat - add retrieval of fw capabilitiesDamian Muszynski3-0/+27
2023-10-27crypto: qat - add bits.h to icp_qat_hw.hDamian Muszynski1-0/+2
2023-10-27crypto: qat - move admin apiGiovanni Cabiddu15-10/+32
2023-10-27crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu3-0/+58
2023-10-27crypto: qat - use masks for AE groupsGiovanni Cabiddu1-21/+25
2023-10-27crypto: qat - refactor fw config related functionsGiovanni Cabiddu1-41/+28
2023-10-27crypto: qat - count QAT GEN4 errorsShashank Gupta1-16/+166
2023-10-27crypto: qat - add error countersShashank Gupta6-0/+158
2023-10-27crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4Shashank Gupta2-0/+474
2023-10-27crypto: qat - add adf_get_aram_base() helper functionShashank Gupta1-0/+10
2023-10-27crypto: qat - add handling of compression related errors for QAT GEN4Shashank Gupta2-1/+151
2023-10-27crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4Shashank Gupta5-0/+1055
2023-10-27crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4Shashank Gupta5-0/+493
2023-10-27crypto: qat - add reporting of correctable errors for QAT GEN4Shashank Gupta2-1/+74
2023-10-27crypto: qat - add infrastructure for error reportingShashank Gupta7-0/+71
2023-10-27crypto: intel/keembay-ocs-hcu - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: intel/keembay-ocs-ecc - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: intel/keembay-ocs-aes - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: intel/ixp4xx-crypto - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez8-0/+342
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez11-5/+471
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez2-1/+5
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu8-0/+8
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu1-128/+1
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König1-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook1-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin6-4/+69
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu4-67/+42
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu1-1/+3
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu1-2/+2
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2-7/+7
2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan1-18/+6
2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin2-1/+13
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+2
2023-08-18crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu3-374/+364
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu2-6/+0
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing1-8/+0
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang1-2/+1
2023-07-20crypto: keembay - Convert to devm_platform_ioremap_resource()Yangtao Li1-9/+1
2023-07-20crypto: qat - replace the if statement with min()You Kangren1-5/+2
2023-07-20crypto: qat - add heartbeat counters checkDamian Muszynski6-0/+81
2023-07-20crypto: qat - add heartbeat featureDamian Muszynski20-2/+611
2023-07-20crypto: qat - add measure clock frequencyDamian Muszynski16-0/+268
2023-07-20crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski1-15/+0
2023-07-20crypto: qat - add internal timer for qat 4xxxDamian Muszynski10-0/+137
2023-07-20crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez7-0/+303
2023-07-14crypto: qat - change value of default idle filterGiovanni Cabiddu1-1/+1
2023-06-16crypto: qat - do not export adf_init_admin_pm()Giovanni Cabiddu1-1/+0
2023-06-16crypto: qat - expose pm_idle_enabled through sysfsLucas Segarra Fernandez4-1/+66
2023-06-16crypto: qat - extend configuration for 4xxxAdam Guerin4-22/+152
2023-06-16crypto: qat - refactor fw config logic for 4xxxGiovanni Cabiddu1-38/+58
2023-06-16crypto: qat - make fw images name constantGiovanni Cabiddu5-10/+10
2023-06-16crypto: qat - move returns to default caseAdam Guerin2-11/+10
2023-06-16crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj1-5/+4
2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj1-3/+2
2023-06-09crypto: qat - update slice mask for 4xxx devicesKarthikeyan Gopal1-1/+1
2023-06-09crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal1-2/+1
2023-06-06crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu1-1/+1
2023-06-02crypto: qat - move dbgfs init to separate fileDamian Muszynski13-62/+156
2023-05-12crypto: ixp4xx - silence uninitialized variable warningDan Carpenter1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-14crypto: ixp4xx - fix building wiht 64-bit dma_addr_tArnd Bergmann1-6/+8
2023-04-11crypto: ixp4xx - Do not check word size when compile testingHerbert Xu1-1/+2
2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi108-0/+23515
2023-04-06crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi5-0/+1619
2023-04-06crypto: keembay - Move driver to drivers/crypto/intel/keembayTom Zanussi11-0/+6654