summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-08crypto: skcipher - don't WARN on unprocessed data after slow walk stepEric Biggers
2019-04-08crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-04-08crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers
2019-04-08crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'YueHaibing
2019-04-08crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fxYueHaibing
2019-04-08crypto: marvell - remove set but not used variable 'index'YueHaibing
2019-04-08crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing
2019-04-08crypto: aes - Use ___cacheline_aligned for aes dataAndi Kleen
2019-04-08crypto: scompress - Use per-CPU struct instead multiple variablesSebastian Andrzej Siewior
2019-04-08crypto: scompress - return proper error code for allocation failureSebastian Andrzej Siewior
2019-04-08crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh
2019-04-08crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter
2019-04-08crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher supportNagadheeraj Rottela
2019-03-28crypto: caam - limit AXI pipeline to a depth of 1Iuliana Prodan
2019-03-28crypto: caam/jr - Remove extra memory barrier during job ring enqueueVakul Garg
2019-03-28crypto: caam/jr - Removed redundant vars from job ring private dataVakul Garg
2019-03-28crypto: caam/jr - Remove spinlock for output job ringVakul Garg
2019-03-28crypto: vmx - Make p8_init and p8_exit staticYueHaibing
2019-03-28crypto: fips - Grammar s/options/option/, s/to/the/Geert Uytterhoeven
2019-03-28crypto: cavium - Make cptvf_device_init staticYueHaibing
2019-03-28crypto: bcm - remove unused array tag_to_hash_idxYueHaibing
2019-03-28crypto: zip - Make some functions staticYueHaibing
2019-03-28crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing
2019-03-28crypto: cavium - Make some functions staticYueHaibing
2019-03-28crypto: cavium - remove unused fucntionsYueHaibing
2019-03-22crypto: Kconfig - fix typos AEGSI -> AEGISOndrej Mosnacek
2019-03-22crypto: salsa20-generic - use crypto_xor_cpy()Eric Biggers
2019-03-22crypto: chacha-generic - use crypto_xor_cpy()Eric Biggers
2019-03-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens
2019-03-22crypto: ccree - reduce kernel stack usage with clangArnd Bergmann
2019-03-22crypto: testmgr - test the !may_use_simd() fallback codeEric Biggers
2019-03-22crypto: simd - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: arm - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: simd,testmgr - introduce crypto_simd_usable()Eric Biggers
2019-03-22crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers
2019-03-22crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers
2019-03-22hwrng: omap - Set default qualityRouven Czerwinski
2019-03-22crypto: testmgr - remove workaround for AEADs that modify aead_requestEric Biggers
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers
2019-03-22crypto: simd - support wrapping AEAD algorithmsEric Biggers
2019-03-22crypto: caam/jr - optimize job ring enqueue and dequeue operationsVakul Garg
2019-03-17Linux 5.1-rc1Linus Torvalds