summaryrefslogtreecommitdiff
path: root/drivers/crypto/qat
AgeCommit message (Expand)Author
2021-04-16crypto: qat - enable detection of accelerators hangWojciech Ziemba
2021-04-09crypto: qat - Fix a double free in adf_create_ringLv Yunlong
2021-04-02crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu
2021-03-26crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang
2021-03-26crypto: qat - don't release uninitialized resourcesTong Zhang
2021-03-13crypto: qat - fix use of 'dma_map_single'Hui Tang
2021-03-13crypto: qat - fix unmap invalid dma addressHui Tang
2021-03-07crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury
2021-01-14crypto: qat - reduce size of mapped regionAdam Guerin
2021-01-14crypto: qat - change format string and cast ring sizeAdam Guerin
2021-01-14crypto: qat - fix potential spectre issueAdam Guerin
2021-01-14crypto: qat - configure arbiter mapping based on engines enabledWojciech Ziemba
2021-01-14crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in KconfigMarco Chiappero
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2020-12-23crypto: qat - add CRYPTO_AES to Kconfig dependenciesMarco Chiappero
2020-12-11crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero
2020-12-11crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero
2020-12-11crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero
2020-11-27crypto: qat - fix excluded_middle.cocci warningskernel test robot
2020-11-20crypto: qat - add qat_4xxx driverGiovanni Cabiddu
2020-11-20crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu
2020-11-20crypto: qat - target fw images to specific AEsGiovanni Cabiddu
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-13crypto: qat - add gen4 firmware loaderJack Xu
2020-11-13crypto: qat - add support for broadcasting modeJack Xu
2020-11-13crypto: qat - add support for shared ustoreJack Xu
2020-11-13crypto: qat - allow to target specific AEsJack Xu
2020-11-13crypto: qat - add FCU CSRs to chip infoJack Xu
2020-11-13crypto: qat - add CSS3K supportJack Xu
2020-11-13crypto: qat - use ae_maskJack Xu
2020-11-13crypto: qat - add check for null pointerJack Xu
2020-11-13crypto: qat - add misc control CSR to chip infoJack Xu
2020-11-13crypto: qat - add wake up event to chip infoJack Xu
2020-11-13crypto: qat - add clock enable CSR to chip infoJack Xu
2020-11-13crypto: qat - add reset CSR and mask to chip infoJack Xu
2020-11-13crypto: qat - add local memory size to chip infoJack Xu
2020-11-13crypto: qat - add support for lm2 and lm3Jack Xu
2020-11-13crypto: qat - add next neighbor to chip_infoJack Xu
2020-11-13crypto: qat - replace check based on DIDJack Xu
2020-11-13crypto: qat - introduce chip info structureJack Xu
2020-11-13crypto: qat - refactor long expressionsJack Xu
2020-11-13crypto: qat - refactor qat_uclo_set_ae_mode()Jack Xu
2020-11-13crypto: qat - move defines to header filesJack Xu
2020-11-13crypto: qat - remove global CSRs helpersJack Xu
2020-11-13crypto: qat - refactor AE startJack Xu
2020-11-13crypto: qat - change micro word data maskJack Xu
2020-11-13crypto: qat - change type for ctx_maskJack Xu
2020-11-13crypto: qat - add support for relative FW ucode loadingJack Xu
2020-11-13crypto: qat - rename qat_uclo_del_uof_obj()Jack Xu
2020-11-13crypto: qat - introduce additional parenthesisJack Xu