aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 3-11/+21
2020-01-09crypto: exynos-rng - Rename Exynos to lowercaseGravatar Krzysztof Kozlowski 1-1/+1
2020-01-09crypto: chelsio - Resetting crypto counters during the driver unregisterGravatar Ayush Sawal 1-5/+5
2020-01-09crypto: crypto4xx - use GFP_KERNEL for big allocationsGravatar Christian Lamparter 1-6/+6
2020-01-09crypto: crypto4xx - reduce memory fragmentationGravatar Christian Lamparter 1-14/+13
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 13-122/+14
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYGravatar Eric Biggers 1-24/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 39-288/+79
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENGravatar Eric Biggers 2-2/+0
2020-01-09crypto: atmel-sha - fix error handling when setting hmac keyGravatar Eric Biggers 1-6/+1
2020-01-09crypto: artpec6 - return correct error code for failed setkey()Gravatar Eric Biggers 1-1/+1
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeGravatar Eric Biggers 1-13/+3
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncGravatar Arnd Bergmann 3-11/+21
2020-01-04tee: amdtee: check TEE status during driver initializationGravatar Rijo Thomas 2-0/+17
2020-01-04tee: add AMD-TEE driverGravatar Rijo Thomas 9-1/+1333
2020-01-04tee: allow compilation of tee subsystem for AMD CPUsGravatar Rijo Thomas 1-1/+1
2019-12-27crypto: qce - allow building only hashes/ciphersGravatar Eneas U de Queiroz 4-125/+193
2019-12-27crypto: qce - initialize fallback only for AESGravatar Eneas U de Queiroz 1-3/+14
2019-12-27crypto: qce - update the skcipher IVGravatar Eneas U de Queiroz 1-0/+2
2019-12-27crypto: qce - save a sg table slot for result bufGravatar Eneas U de Queiroz 3-5/+8
2019-12-27crypto: qce - fix xts-aes-qce key sizesGravatar Eneas U de Queiroz 1-5/+8
2019-12-27crypto: qce - fix ctr-aes-qce block, chunk sizesGravatar Eneas U de Queiroz 1-1/+4
2019-12-27crypto: chtls - Fixed memory leakGravatar Vinay Kumar Yadav 3-13/+38
2019-12-27crypto: chtls - Add support for AES256-GCM based ciphersGravatar Vinay Kumar Yadav 3-21/+71
2019-12-27crypto: caam - Add support for i.MX8M MiniGravatar Adam Ford 1-1/+3
2019-12-27crypto: sun4i-ss - make unexported sun4i_ss_pm_ops staticGravatar Ben Dooks (Codethink) 1-1/+1
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Gravatar Peter Ujfalusi 1-3/+3
2019-12-27crypto: img-hash - Use dma_request_chan instead dma_request_slave_channelGravatar Peter Ujfalusi 1-3/+3
2019-12-27crypto: allwinner - remove unneeded semicolonGravatar Chen Zhou 1-1/+1
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsGravatar Tudor Ambarus 1-1/+7
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsGravatar Ayush Sawal 1-1/+2
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsGravatar Tudor Ambarus 2-2/+2
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringGravatar Tudor Ambarus 3-8/+4
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Gravatar Tudor Ambarus 3-9/+6
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionGravatar Tudor Ambarus 3-4/+0
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Gravatar Tudor Ambarus 2-31/+2
2019-12-20crypto: amlogic - add unspecified HAS_IOMEM dependencyGravatar Brendan Higgins 1-0/+1
2019-12-20crypto: inside-secure - add unspecified HAS_IOMEM dependencyGravatar Brendan Higgins 1-1/+1
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES opsGravatar Pascal van Leeuwen 2-3/+6
2019-12-20crypto: inside-secure - Fix hang case on EIP97 with zero length input dataGravatar Pascal van Leeuwen 1-18/+22
2019-12-20crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97Gravatar Pascal van Leeuwen 5-249/+446
2019-12-20crypto: caam/qi2 - remove double buffering for ahashGravatar Andrei Botila 1-99/+58
2019-12-20crypto: caam - remove double buffering for ahashGravatar Andrei Botila 1-100/+58
2019-12-20crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Gravatar Chuhong Yuan 1-2/+13
2019-12-20crypto: hisilicon - still no need to check return value of debugfs_create fun...Gravatar Greg Kroah-Hartman 1-22/+6
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsGravatar Rijo Thomas 2-0/+127
2019-12-20crypto: ccp - add TEE support for Raven RidgeGravatar Rijo Thomas 7-4/+431
2019-12-20crypto: ccp - check whether PSP supports SEV or TEE before initializationGravatar Rijo Thomas 1-5/+41
2019-12-20crypto: ccp - move SEV vdata to a dedicated data structureGravatar Rijo Thomas 4-10/+31
2019-12-20crypto: ccp - create a generic psp-dev fileGravatar Rijo Thomas 6-193/+367