summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - enable detection of accelerators hangWojciech Ziemba2021-04-169-1/+99
* crypto: qat - Fix a double free in adf_create_ringLv Yunlong2021-04-091-0/+1
* crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu2021-04-021-8/+21
* crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang2021-03-263-6/+6
* crypto: qat - don't release uninitialized resourcesTong Zhang2021-03-261-4/+13
* crypto: qat - fix use of 'dma_map_single'Hui Tang2021-03-131-13/+14
* crypto: qat - fix unmap invalid dma addressHui Tang2021-03-131-2/+9
* crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2021-03-072-3/+3
* crypto: qat - reduce size of mapped regionAdam Guerin2021-01-141-6/+6
* crypto: qat - change format string and cast ring sizeAdam Guerin2021-01-141-2/+2
* crypto: qat - fix potential spectre issueAdam Guerin2021-01-141-0/+2
* crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba2021-01-146-77/+20
* crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero2021-01-141-1/+1
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-032-0/+2
* crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero2020-12-231-0/+1
* crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero2020-12-113-0/+38
* crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero2020-12-111-7/+89
* crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero2020-12-113-2/+39
* crypto: qat - fix excluded_middle.cocci warningskernel test robot2020-11-271-3/+4
* crypto: qat - add qat_4xxx driverGiovanni Cabiddu2020-11-2011-1/+833
* crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2020-11-202-0/+4
* crypto: qat - target fw images to specific AEsGiovanni Cabiddu2020-11-202-5/+56
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: qat - add gen4 firmware loaderJack Xu2020-11-135-17/+78
* crypto: qat - add support for broadcasting modeJack Xu2020-11-134-3/+99
* crypto: qat - add support for shared ustoreJack Xu2020-11-133-13/+19
* crypto: qat - allow to target specific AEsJack Xu2020-11-136-8/+42
* crypto: qat - add FCU CSRs to chip infoJack Xu2020-11-133-16/+53
* crypto: qat - add CSS3K supportJack Xu2020-11-134-40/+68
* 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 misc control CSR to chip infoJack Xu2020-11-132-4/+8
* crypto: qat - add wake up event to chip infoJack Xu2020-11-133-1/+6
* crypto: qat - add clock enable CSR to chip infoJack Xu2020-11-132-4/+7
* crypto: qat - add reset CSR and mask to chip infoJack Xu2020-11-132-17/+24
* crypto: qat - add local memory size to chip infoJack Xu2020-11-133-1/+4
* crypto: qat - add support for lm2 and lm3Jack Xu2020-11-136-2/+101
* crypto: qat - add next neighbor to chip_infoJack Xu2020-11-133-6/+18
* crypto: qat - replace check based on DIDJack Xu2020-11-131-3/+5
* crypto: qat - introduce chip info structureJack Xu2020-11-133-35/+88
* 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 - move defines to header filesJack Xu2020-11-132-4/+4
* crypto: qat - remove global CSRs helpersJack Xu2020-11-132-16/+13
* crypto: qat - refactor AE startJack Xu2020-11-133-18/+18
* crypto: qat - change micro word data maskJack Xu2020-11-131-1/+1
* crypto: qat - change type for ctx_maskJack Xu2020-11-132-12/+12
* 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-133-3/+3
* crypto: qat - introduce additional parenthesisJack Xu2020-11-132-10/+10