summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-30crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar
2020-10-30crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar
2020-10-30crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar
2020-10-30crypto: lib/sha256 - Don't clear temporary variablesArvind Sankar
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar
2020-10-30crypto: lib/sha256 - Use memzero_explicit() for clearing stateArvind Sankar
2020-10-30crypto: omap-aes - fix the reference count leak of omap deviceZhang Qilong
2020-10-30crypto: sm2 - remove unnecessary reset operationsTianjia Zhang
2020-10-30crypto: sa2ul - Reduce stack usageHerbert Xu
2020-10-30crypto: hisilicon - fixes some coding styleLongfang Liu
2020-10-30crypto: hisilicon - delete unused structure member variablesLongfang Liu
2020-10-30crypto: x86/aes - remove unused file aes_glue.cEric Biggers
2020-10-30crypto: qat - extend ae_maskGiovanni Cabiddu
2020-10-30crypto: qat - allow for instances in different banksGiovanni Cabiddu
2020-10-30crypto: qat - refactor qat_crypto_dev_config()Giovanni Cabiddu
2020-10-30crypto: qat - refactor qat_crypto_create_instances()Giovanni Cabiddu
2020-10-30crypto: qat - change return value in adf_cfg_key_val_get()Giovanni Cabiddu
2020-10-30crypto: qat - change return value in adf_cfg_add_key_value_param()Giovanni Cabiddu
2020-10-30crypto: qat - remove unnecessary void* castsGiovanni Cabiddu
2020-10-30crypto: qat - call functions in adf_sriov if availableGiovanni Cabiddu
2020-10-30crypto: qat - remove hardcoded bank irq clear flag maskGiovanni Cabiddu
2020-10-30crypto: qat - abstract writes to arbiter enableGiovanni Cabiddu
2020-10-30crypto: qat - use BIT_ULL() - 1 pattern for masksGiovanni Cabiddu
2020-10-30crypto: qat - replace constant masks with GENMASKGiovanni Cabiddu
2020-10-30crypto: qat - abstract build ring baseGiovanni Cabiddu
2020-10-30crypto: qat - enable ring after pair is programmedGiovanni Cabiddu
2020-10-30crypto: qat - register crypto instances based on capabilityGiovanni Cabiddu
2020-10-30crypto: qat - add support for capability detectionMarco Chiappero
2020-10-30crypto: qat - abstract arbiter accessGiovanni Cabiddu
2020-10-30crypto: qat - remove unused macros in arbiter moduleGiovanni Cabiddu
2020-10-30crypto: qat - remove writes into WQCFGGiovanni Cabiddu
2020-10-30crypto: qat - update constants tableGiovanni Cabiddu
2020-10-30crypto: qat - use admin mask to send fw constantsGiovanni Cabiddu
2020-10-30crypto: qat - change admin sequenceGiovanni Cabiddu
2020-10-30crypto: qat - rename ME in AEGiovanni Cabiddu
2020-10-30crypto: qat - add packed to init admin structuresGiovanni Cabiddu
2020-10-30crypto: qat - abstract admin interfaceGiovanni Cabiddu
2020-10-30crypto: qat - relocate GEN2 CSR access codeGiovanni Cabiddu
2020-10-30crypto: qat - split transport CSR access logicGiovanni Cabiddu
2020-10-30crypto: qat - fix configuration of iov threadsGiovanni Cabiddu
2020-10-30crypto: qat - num_rings_per_bank is device dependentAhsan Atta
2020-10-30crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu
2020-10-30crypto: qat - update IV in softwareMarco Chiappero
2020-10-30crypto: inside-secure - Fix sizeof() mismatchColin Ian King
2020-10-30crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose
2020-10-30crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy
2020-10-30crypto: talitos - Endianess in current_desc_hdr()Christophe Leroy
2020-10-30lib/mpi: Remove unused scalar_copiedHerbert Xu
2020-10-30crypto: qat - remove unused functionGiovanni Cabiddu
2020-10-25Linux 5.10-rc1Linus Torvalds