aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King1-1/+1
2021-05-28crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-05-28crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-05-28crypto: qat - report an error if MMP file size is too largeJack Xu1-4/+2
2021-05-28crypto: qat - check MMP size before writing to the SRAMJack Xu3-6/+6
2021-05-28crypto: qat - return error when failing to map FWJack Xu1-1/+2
2021-04-16crypto: qat - enable detection of accelerators hangWojciech Ziemba9-1/+99
2021-04-09crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-04-02crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-03-26crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-03-26crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-03-13crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2021-03-13crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-07crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2-3/+3
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin1-6/+6
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin1-2/+2
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin1-0/+2
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba6-77/+20
2021-01-14crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero1-1/+1
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel2-0/+2
2020-12-23crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero1-0/+1
2020-12-11crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero3-0/+38
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero1-7/+89
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero3-2/+39
2020-11-27crypto: qat - fix excluded_middle.cocci warningskernel test robot1-3/+4
2020-11-20crypto: qat - add qat_4xxx driverGiovanni Cabiddu11-1/+833
2020-11-20crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2-0/+4
2020-11-20crypto: qat - target fw images to specific AEsGiovanni Cabiddu2-5/+56
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-11-13crypto: qat - add gen4 firmware loaderJack Xu5-17/+78
2020-11-13crypto: qat - add support for broadcasting modeJack Xu4-3/+99
2020-11-13crypto: qat - add support for shared ustoreJack Xu3-13/+19
2020-11-13crypto: qat - allow to target specific AEsJack Xu6-8/+42
2020-11-13crypto: qat - add FCU CSRs to chip infoJack Xu3-16/+53
2020-11-13crypto: qat - add CSS3K supportJack Xu4-40/+68
2020-11-13crypto: qat - use ae_maskJack Xu1-12/+14
2020-11-13crypto: qat - add check for null pointerJack Xu1-11/+17
2020-11-13crypto: qat - add misc control CSR to chip infoJack Xu2-4/+8
2020-11-13crypto: qat - add wake up event to chip infoJack Xu3-1/+6
2020-11-13crypto: qat - add clock enable CSR to chip infoJack Xu2-4/+7
2020-11-13crypto: qat - add reset CSR and mask to chip infoJack Xu2-17/+24
2020-11-13crypto: qat - add local memory size to chip infoJack Xu3-1/+4
2020-11-13crypto: qat - add support for lm2 and lm3Jack Xu6-2/+101
2020-11-13crypto: qat - add next neighbor to chip_infoJack Xu3-6/+18
2020-11-13crypto: qat - replace check based on DIDJack Xu1-3/+5
2020-11-13crypto: qat - introduce chip info structureJack Xu3-35/+88
2020-11-13crypto: qat - refactor long expressionsJack Xu1-18/+23
2020-11-13crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu1-26/+43
2020-11-13crypto: qat - move defines to header filesJack Xu2-4/+4
2020-11-13crypto: qat - remove global CSRs helpersJack Xu2-16/+13