summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/qat_uclo.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi2023-04-061-2133/+0
* crypto: qat - add support for 402xx devicesDamian Muszynski2023-03-141-0/+1
* crypto: qat - add check to validate firmware imagesSrinivas Kerekare2022-08-191-1/+55
* crypto: qat - add support for 401xx devicesGiovanni Cabiddu2022-05-201-0/+1
* crypto: qat - Fix unsigned function returning negative constantHaowen Bai2022-04-291-1/+1
* crypto: qat - don't cast parameter in bit operationsAndy Shevchenko2022-02-181-3/+6
* crypto: qat - remove unused macro in FW loaderJack Xu2021-05-281-1/+0
* crypto: qat - report an error if MMP file size is too largeJack Xu2021-05-281-4/+2
* crypto: qat - check MMP size before writing to the SRAMJack Xu2021-05-281-1/+1
* crypto: qat - return error when failing to map FWJack Xu2021-05-281-1/+2
* crypto: qat - add gen4 firmware loaderJack Xu2020-11-131-0/+2
* crypto: qat - add support for broadcasting modeJack Xu2020-11-131-3/+87
* crypto: qat - add support for shared ustoreJack Xu2020-11-131-13/+16
* crypto: qat - allow to target specific AEsJack Xu2020-11-131-7/+35
* crypto: qat - add FCU CSRs to chip infoJack Xu2020-11-131-14/+30
* crypto: qat - add CSS3K supportJack Xu2020-11-131-25/+26
* crypto: qat - use ae_maskJack Xu2020-11-131-12/+14
* crypto: qat - add check for null pointerJack Xu2020-11-131-11/+17
* crypto: qat - add local memory size to chip infoJack Xu2020-11-131-1/+1
* crypto: qat - add support for lm2 and lm3Jack Xu2020-11-131-0/+16
* crypto: qat - add next neighbor to chip_infoJack Xu2020-11-131-5/+7
* crypto: qat - replace check based on DIDJack Xu2020-11-131-3/+5
* crypto: qat - introduce chip info structureJack Xu2020-11-131-3/+3
* crypto: qat - refactor long expressionsJack Xu2020-11-131-18/+23
* crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu2020-11-131-26/+43
* crypto: qat - change micro word data maskJack Xu2020-11-131-1/+1
* crypto: qat - add support for relative FW ucode loadingJack Xu2020-11-131-6/+7
* crypto: qat - rename qat_uclo_del_uof_obj()Jack Xu2020-11-131-1/+1
* crypto: qat - remove unnecessary parenthesisJack Xu2020-11-131-8/+8
* crypto: qat - fix error messageJack Xu2020-11-131-1/+1
* crypto: qat - support for mof format in fw loaderGiovanni Cabiddu2020-11-131-3/+259
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-4/+5
|\
| * crypto: qat - replace device ids definesGiovanni Cabiddu2020-09-181-4/+5
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
|/
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-07-231-2/+7
* crypto: qat - replace user types with kernel u typesWojciech Ziemba2020-06-181-10/+10
* crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu2020-06-181-46/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* crypto: qat - mark expected switch fall-throughs in qat_ucloGustavo A. R. Silva2017-11-031-0/+3
* crypto: qat - pr_err() strings should end with newlinesArvind Yadav2017-10-121-6/+6
* crypto: qat - fix leak on error pathGiovanni Cabiddu2016-09-131-4/+4
* crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-281-1/+1
* crypto: qat - add support for new devices to FW loaderPingchao Yang2015-12-091-26/+529
* crypto: qat - add support for MMP FWPingchao Yang2015-07-171-21/+6
* crypto: qat - Fixed SKU1 dev issueTadeusz Struk2014-08-011-5/+1
* crypto: qat - Updated print outputsTadeusz Struk2014-08-011-9/+9
* crypto: qat - change ae_num to ae_idTadeusz Struk2014-08-011-35/+32
* crypto: qat - change slice->regions to slice->regionTadeusz Struk2014-08-011-11/+11
* crypto: qat - use min_t macroTadeusz Struk2014-08-011-2/+2
* crypto: qat - remove unnecessary parenthesesTadeusz Struk2014-08-011-27/+27