aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mmc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-23crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers1-2/+1
2018-12-23crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers1-1/+1
2018-12-23crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers1-0/+2
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers1-13/+20
2018-12-23crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela7-605/+1103
2018-12-23crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam1-6/+6
2018-12-23crypto: api - document missing stats memberCorentin Labbe1-0/+7
2018-12-23crypto: user - remove unused dump functionsCorentin Labbe3-48/+1
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2-10/+10
2018-12-23crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain1-0/+4
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain3-93/+278
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain1-8/+8
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain2-8/+6
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain3-120/+104
2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing1-2/+1
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor1-2/+2
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson2-332/+198
2018-12-23crypto: aesni - Introduce partial block macroDave Watson1-6/+150
2018-12-23crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson1-43/+59
2018-12-23crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson1-4/+10
2018-12-23crypto: aesni - Fill in new context data structuresDave Watson1-14/+37
2018-12-23crypto: aesni - Merge avx precompute functionsDave Watson1-49/+27
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroDave Watson2-141/+115
2018-12-23crypto: aesni - Add GCM_COMPLETE macroDave Watson1-0/+8
2018-12-23crypto: aesni - support 256 byte keys in avx asmDave Watson2-61/+145
2018-12-23crypto: aesni - Macro-ify func save/restoreDave Watson1-58/+36
2018-12-23crypto: aesni - Introduce gcm_context_dataDave Watson2-221/+215
2018-12-23crypto: aesni - Merge GCM_ENC_DECDave Watson1-633/+318
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmEric Biggers1-4/+5
2018-12-13crypto: user - support incremental algorithm dumpsEric Biggers1-17/+20
2018-12-13crypto: adiantum - adjust some comments to match latest paperEric Biggers2-20/+23
2018-12-13crypto: xchacha20 - fix comments for test vectorsEric Biggers1-8/+6
2018-12-13crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers1-2/+176
2018-12-13crypto: x86/chacha - yield the FPU occasionallyEric Biggers1-1/+11
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers2-2/+19
2018-12-13crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers5-131/+136
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers3-60/+141
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers4-0/+245
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers4-0/+211
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers1-0/+2
2018-12-13crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel2-35/+239
2018-12-13crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel2-37/+184
2018-12-13crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel1-1/+1
2018-12-13crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala11-54/+441
2018-12-13crypto: arm64/chacha - add XChaCha12 supportEric Biggers2-1/+19
2018-12-13crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers3-49/+57
2018-12-13crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers3-43/+125
2018-12-13crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers4-0/+188
2018-12-07crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-39/+9