summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-28hwrng: omap3-rom - Include linux/io.h for virt_to_physHerbert Xu
2020-02-28crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna
2020-02-28crypto: xilinx - Add Xilinx AES driverKalyani Akula
2020-02-28firmware: xilinx: Add ZynqMP aes API for AES functionalityKalyani Akula
2020-02-22crypto: chelsio - Endianess bug in create_authenc_wrAl Viro
2020-02-22crypto: s5p-sss - Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22crypto: img-hash - Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan
2020-02-22crypto: caam - add crypto_engine support for RSA algorithmsIuliana Prodan
2020-02-22crypto: caam - add crypto_engine support for AEAD algorithmsIuliana Prodan
2020-02-22crypto: caam - support crypto_engine framework for SKCIPHER algorithmsIuliana Prodan
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan
2020-02-22crypto: caam - refactor RSA private key _done callbacksIuliana Prodan
2020-02-22crypto: caam - refactor ahash_edesc_allocIuliana Prodan
2020-02-22crypto: caam - refactor ahash_done callbacksIuliana Prodan
2020-02-22crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functionsIuliana Prodan
2020-02-22crypto: qat - spelling s/Decrytp/Decrypt/Geert Uytterhoeven
2020-02-22crypto: ccree - use devm_kzalloc() for hash dataGeert Uytterhoeven
2020-02-22crypto: ccree - use devm_k[mz]alloc() for cipher dataGeert Uytterhoeven
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven
2020-02-22crypto: ccree - use existing dev helper in init_cc_resources()Geert Uytterhoeven
2020-02-22crypto: ccree - grammar s/not room/no room/Geert Uytterhoeven
2020-02-22crypto: ccree - spelling s/Crytpcell/Cryptocell/Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_request_mgr.[ch]Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_hash.[ch]Geert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_buffer_mgr.cGeert Uytterhoeven
2020-02-22crypto: ccree - improve kerneldoc in cc_hw_queue_defs.hGeert Uytterhoeven
2020-02-22crypto: ccree - remove bogus kerneldoc markersGeert Uytterhoeven
2020-02-22crypto: ccree - extract cc_init_copy_sram()Geert Uytterhoeven
2020-02-22crypto: ccree - remove struct cc_cipher_handleGeert Uytterhoeven
2020-02-22crypto: ccree - remove struct buff_mgr_handleGeert Uytterhoeven
2020-02-22crypto: ccree - remove struct cc_debugfs_ctxGeert Uytterhoeven
2020-02-22crypto: ccree - remove struct cc_sram_ctxGeert Uytterhoeven
2020-02-22crypto: ccree - make cc_pm_{suspend,resume}() staticGeert Uytterhoeven
2020-02-22crypto: ccree - remove cc_pm_is_dev_suspended() wrapperGeert Uytterhoeven
2020-02-22crypto: ccree - use of_device_get_match_data()Geert Uytterhoeven
2020-02-22crypto: ccree - simplify Runtime PM handlingGeert Uytterhoeven
2020-02-22crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven
2020-02-22crypto: ccree - remove bogus paragraph about freeing SRAMGeert Uytterhoeven
2020-02-22crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven
2020-02-22crypto: ccree - use existing helpers to split 64-bit addressesGeert Uytterhoeven
2020-02-22crypto: ccree - make mlli_params.mlli_virt_addr void *Geert Uytterhoeven
2020-02-22crypto: ccree - clean up clock handlingGeert Uytterhoeven
2020-02-22crypto: ccree - remove empty cc_sram_mgr_fini()Geert Uytterhoeven
2020-02-22crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven
2020-02-22crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven
2020-02-22crypto: ccree - fix retry handling in cc_send_sync_request()Geert Uytterhoeven
2020-02-22crypto: ccree - fix debugfs register access while suspendedGeert Uytterhoeven