Age | Commit message (Expand) | Author |
2021-01-14 | crypto: qat - reduce size of mapped region | Adam Guerin |
2021-01-14 | crypto: qat - change format string and cast ring size | Adam Guerin |
2021-01-14 | crypto: qat - fix potential spectre issue | Adam Guerin |
2021-01-14 | crypto: qat - configure arbiter mapping based on engines enabled | Wojciech Ziemba |
2021-01-14 | crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig | Marco Chiappero |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel |
2020-12-23 | crypto: qat - add CRYPTO_AES to Kconfig dependencies | Marco Chiappero |
2020-12-11 | crypto: qat - add capability detection logic in qat_4xxx | Marco Chiappero |
2020-12-11 | crypto: qat - add AES-XTS support for QAT GEN4 devices | Marco Chiappero |
2020-12-11 | crypto: qat - add AES-CTR support for QAT GEN4 devices | Marco Chiappero |
2020-11-27 | crypto: qat - fix excluded_middle.cocci warnings | kernel test robot |
2020-11-20 | crypto: qat - add qat_4xxx driver | Giovanni Cabiddu |
2020-11-20 | crypto: qat - add hook to initialize vector routing table | Giovanni Cabiddu |
2020-11-20 | crypto: qat - target fw images to specific AEs | Giovanni Cabiddu |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers |
2020-11-13 | crypto: qat - add gen4 firmware loader | Jack Xu |
2020-11-13 | crypto: qat - add support for broadcasting mode | Jack Xu |
2020-11-13 | crypto: qat - add support for shared ustore | Jack Xu |
2020-11-13 | crypto: qat - allow to target specific AEs | Jack Xu |
2020-11-13 | crypto: qat - add FCU CSRs to chip info | Jack Xu |
2020-11-13 | crypto: qat - add CSS3K support | Jack Xu |
2020-11-13 | crypto: qat - use ae_mask | Jack Xu |
2020-11-13 | crypto: qat - add check for null pointer | Jack Xu |
2020-11-13 | crypto: qat - add misc control CSR to chip info | Jack Xu |
2020-11-13 | crypto: qat - add wake up event to chip info | Jack Xu |
2020-11-13 | crypto: qat - add clock enable CSR to chip info | Jack Xu |
2020-11-13 | crypto: qat - add reset CSR and mask to chip info | Jack Xu |
2020-11-13 | crypto: qat - add local memory size to chip info | Jack Xu |
2020-11-13 | crypto: qat - add support for lm2 and lm3 | Jack Xu |
2020-11-13 | crypto: qat - add next neighbor to chip_info | Jack Xu |
2020-11-13 | crypto: qat - replace check based on DID | Jack Xu |
2020-11-13 | crypto: qat - introduce chip info structure | Jack Xu |
2020-11-13 | crypto: qat - refactor long expressions | Jack Xu |
2020-11-13 | crypto: qat - refactor qat_uclo_set_ae_mode() | Jack Xu |
2020-11-13 | crypto: qat - move defines to header files | Jack Xu |
2020-11-13 | crypto: qat - remove global CSRs helpers | Jack Xu |
2020-11-13 | crypto: qat - refactor AE start | Jack Xu |
2020-11-13 | crypto: qat - change micro word data mask | Jack Xu |
2020-11-13 | crypto: qat - change type for ctx_mask | Jack Xu |
2020-11-13 | crypto: qat - add support for relative FW ucode loading | Jack Xu |
2020-11-13 | crypto: qat - rename qat_uclo_del_uof_obj() | Jack Xu |
2020-11-13 | crypto: qat - introduce additional parenthesis | Jack Xu |
2020-11-13 | crypto: qat - remove unnecessary parenthesis | Jack Xu |
2020-11-13 | crypto: qat - fix error message | Jack Xu |
2020-11-13 | crypto: qat - fix CSR access | Jack Xu |
2020-11-13 | crypto: qat - fix status check in qat_hal_put_rel_rd_xfer() | Jack Xu |
2020-11-13 | crypto: qat - support for mof format in fw loader | Giovanni Cabiddu |
2020-11-13 | crypto: qat - replace pci with PCI in comments | Adam Guerin |
2020-11-13 | crypto: qat - remove cast for mailbox CSR | Adam Guerin |
2020-11-06 | crypto: qat - remove unneeded semicolon | Tom Rix |