platform/kernel/linux-starfive.git
2020-03-06 Eric Biggerscrypto: xts - simplify error handling in ->create()
2020-03-06 Eric Biggerscrypto: rsa-pkcs1pad - simplify error handling in pkcs1...
2020-03-06 Eric Biggerscrypto: pcrypt - simplify error handling in pcrypt_crea...
2020-03-06 Eric Biggerscrypto: lrw - simplify error handling in create()
2020-03-06 Eric Biggerscrypto: geniv - simply error handling in aead_geniv_alloc()
2020-03-06 Eric Biggerscrypto: gcm - simplify error handling in crypto_rfc4543...
2020-03-06 Eric Biggerscrypto: gcm - simplify error handling in crypto_rfc4106...
2020-03-06 Eric Biggerscrypto: cts - simplify error handling in crypto_cts_cre...
2020-03-06 Eric Biggerscrypto: ctr - simplify error handling in crypto_rfc3686...
2020-03-06 Eric Biggerscrypto: cryptd - simplify error handling in cryptd_crea...
2020-03-06 Eric Biggerscrypto: ccm - simplify error handling in crypto_rfc4309...
2020-03-06 Eric Biggerscrypto: authencesn - fix weird comma-terminated line
2020-03-06 Zhangfei GaoMAINTAINERS: add maintainers for uacce
2020-03-06 Vinay Kumar... crypto: chelsio/chtls - Fixed tls stats
2020-03-06 Rosioru Dragoscrypto: mxs-dcp - fix scatterlist linearization for...
2020-03-06 Corentin Labbecrypto: sun8i-ce - fix description of stat_fb
2020-03-06 Corentin Labbecrypto: sun8i-ss - fix description of stat_fb
2020-03-06 Gustavo A.... crypto: Replace zero-length array with flexible-array...
2020-03-06 Corentin Labbecrypto: arm64/sha-ce - implement export/import
2020-03-06 Ayush Sawalcrypto: chelsio - Use multiple txq/rxq per tfm to proce...
2020-03-06 Ayush Sawalcrypto: chelsio - Recalculate iv only if it is needed
2020-02-28 Colin Ian Kingcrypto: hisilicon - remove redundant assignment of...
2020-02-28 Herbert Xuhwrng: omap3-rom - Include linux/io.h for virt_to_phys
2020-02-28 YueHaibingcrypto: md5 - remove unused macros
2020-02-28 Devulapally... crypto: chelsio - un-register crypto algorithms
2020-02-28 Ayush SawalMAINTAINERS: Update maintainers for chelsio crypto...
2020-02-28 Kalyani Akulacrypto: xilinx - Add Xilinx AES driver
2020-02-28 Kalyani Akuladt-bindings: crypto: Add bindings for ZynqMP AES-GCM...
2020-02-28 Kalyani Akulafirmware: xilinx: Add ZynqMP aes API for AES functionality
2020-02-22 Al Virocrypto: chelsio - Endianess bug in create_authenc_wr
2020-02-22 Gustavo A.... crypto: s5p-sss - Replace zero-length array with flexib...
2020-02-22 Gustavo A.... crypto: img-hash - Replace zero-length array with flexi...
2020-02-22 Iuliana Prodancrypto: caam - add crypto_engine support for HASH algor...
2020-02-22 Iuliana Prodancrypto: caam - add crypto_engine support for RSA algorithms
2020-02-22 Iuliana Prodancrypto: caam - add crypto_engine support for AEAD algor...
2020-02-22 Iuliana Prodancrypto: caam - support crypto_engine framework for...
2020-02-22 Iuliana Prodancrypto: caam - change return code in caam_jr_enqueue...
2020-02-22 Iuliana Prodancrypto: caam - refactor RSA private key _done callbacks
2020-02-22 Iuliana Prodancrypto: caam - refactor ahash_edesc_alloc
2020-02-22 Iuliana Prodancrypto: caam - refactor ahash_done callbacks
2020-02-22 Iuliana Prodancrypto: caam - refactor skcipher/aead/gcm/chachapoly...
2020-02-22 Geert Uytterhoevencrypto: qat - spelling s/Decrytp/Decrypt/
2020-02-22 Geert Uytterhoevencrypto: ccree - use devm_kzalloc() for hash data
2020-02-22 Geert Uytterhoevencrypto: ccree - use devm_k[mz]alloc() for cipher data
2020-02-22 Geert Uytterhoevencrypto: ccree - use devm_k[mz]alloc() for AEAD data
2020-02-22 Geert Uytterhoevencrypto: ccree - use existing dev helper in init_cc_reso...
2020-02-22 Geert Uytterhoevencrypto: ccree - grammar s/not room/no room/
2020-02-22 Geert Uytterhoevencrypto: ccree - spelling s/Crytpcell/Cryptocell/
2020-02-22 Geert Uytterhoevencrypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]
2020-02-22 Geert Uytterhoevencrypto: ccree - improve kerneldoc in cc_request_mgr...
2020-02-22 Geert Uytterhoevencrypto: ccree - improve kerneldoc in cc_hash.[ch]
2020-02-22 Geert Uytterhoevencrypto: ccree - improve kerneldoc in cc_buffer_mgr.c
2020-02-22 Geert Uytterhoevencrypto: ccree - improve kerneldoc in cc_hw_queue_defs.h
2020-02-22 Geert Uytterhoevencrypto: ccree - remove bogus kerneldoc markers
2020-02-22 Geert Uytterhoevencrypto: ccree - extract cc_init_copy_sram()
2020-02-22 Geert Uytterhoevencrypto: ccree - remove struct cc_cipher_handle
2020-02-22 Geert Uytterhoevencrypto: ccree - remove struct buff_mgr_handle
2020-02-22 Geert Uytterhoevencrypto: ccree - remove struct cc_debugfs_ctx
2020-02-22 Geert Uytterhoevencrypto: ccree - remove struct cc_sram_ctx
2020-02-22 Geert Uytterhoevencrypto: ccree - make cc_pm_{suspend,resume}() static
2020-02-22 Geert Uytterhoevencrypto: ccree - remove cc_pm_is_dev_suspended() wrapper
2020-02-22 Geert Uytterhoevencrypto: ccree - use of_device_get_match_data()
2020-02-22 Geert Uytterhoevencrypto: ccree - simplify Runtime PM handling
2020-02-22 Geert Uytterhoevencrypto: ccree - use u32 for SRAM addresses
2020-02-22 Geert Uytterhoevencrypto: ccree - remove bogus paragraph about freeing...
2020-02-22 Geert Uytterhoevencrypto: ccree - defer larval_digest_addr init until...
2020-02-22 Geert Uytterhoevencrypto: ccree - use existing helpers to split 64-bit...
2020-02-22 Geert Uytterhoevencrypto: ccree - make mlli_params.mlli_virt_addr void *
2020-02-22 Geert Uytterhoevencrypto: ccree - clean up clock handling
2020-02-22 Geert Uytterhoevencrypto: ccree - remove empty cc_sram_mgr_fini()
2020-02-22 Geert Uytterhoevencrypto: ccree - drop duplicated error message on SRAM...
2020-02-22 Geert Uytterhoevencrypto: ccree - swap SHA384 and SHA512 larval hashes...
2020-02-22 Geert Uytterhoevencrypto: ccree - remove unneeded casts
2020-02-22 Geert Uytterhoevencrypto: ccree - fix retry handling in cc_send_sync_requ...
2020-02-22 Geert Uytterhoevencrypto: ccree - fix debugfs register access while suspended
2020-02-22 Geert Uytterhoevendebugfs: regset32: Add Runtime PM support
2020-02-22 Zhangfei Gaocrypto: hisilicon - register zip engine to uacce
2020-02-22 Zhangfei Gaocrypto: hisilicon - Remove module_param uacce_mode
2020-02-22 Kenneth Leeuacce: add uacce driver
2020-02-22 Kenneth Leeuacce: Add documents for uacce
2020-02-22 Daniel Jordanpadata: fix uninitialized return value in padata_replace()
2020-02-22 Uwe Kleine... hwrng: imx-rngc - improve dependencies
2020-02-22 Stephen Kittcrypto: chelsio - remove extra allocation for chtls_dev
2020-02-13 Eneas U de... crypto: qce - handle AES-XTS cases that qce fails
2020-02-13 Eneas U de... crypto: qce - use AES fallback for small requests
2020-02-13 Eneas U de... crypto: qce - use cryptlen when adding extra sgl
2020-02-13 Chen Zhoucrypto: allwinner - remove redundant platform_get_irq...
2020-02-13 Devulapally... crypto: chelsio - Print the chcr driver information...
2020-02-13 Horia Geantăcrypto: tcrypt - fix printed skcipher [a]sync mode
2020-02-13 Tianjia Zhangcrypto: proc - simplify the c_show function
2020-02-13 Ayush Sawalcrypto: chelsio - This fixes the kernel panic which...
2020-02-13 Ayush Sawalcrypto: chelsio - This fixes the libkcapi's cbc(aes...
2020-02-13 Matteo Crocecrypto: arm64/poly1305 - ignore build files
2020-02-13 YueHaibingcrypto: ccree - remove set but not used variable 'du_size'
2020-02-13 Gilad Ben-Yossefcrypto: ccree - dec auth tag size from cryptlen map
2020-02-13 Valentin Ciocoi... crypto: caam/qi - optimize frame queue cleanup
2020-02-13 Gilad Ben-Yossefcrypto: ccree - fix AEAD blocksize registration
2020-02-13 Gilad Ben-Yossefcrypto: ccree - fix some reported cipher block sizes
2020-02-13 Gilad Ben-Yossefcrypto: ccree - only try to map auth tag if needed
2020-02-13 Gilad Ben-Yossefcrypto: ccree - protect against empty or NULL scatterlists
next