summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-16174-2009/+6686
|\
| * crypto: arm64/ghash-ce - implement 4-way aggregationArd Biesheuvel2018-08-072-51/+142
| * crypto: arm64/ghash-ce - replace NEON yield check with block limitArd Biesheuvel2018-08-072-32/+23
| * crypto: hisilicon - sec_send_request() can be statickbuild test robot2018-08-071-1/+1
| * lib/mpi: remove redundant variable esignColin Ian King2018-08-071-2/+1
| * crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidableArd Biesheuvel2018-08-072-41/+49
| * crypto: arm64/aes-ce-gcm - implement 2-way aggregationArd Biesheuvel2018-08-072-68/+52
| * crypto: arm64/aes-ce-gcm - operate on two input blocks at a timeArd Biesheuvel2018-08-072-69/+161
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-08-073-148/+86
| |\
| * | crypto: dh - make crypto_dh_encode_key() make robustEric Biggers2018-08-031-14/+16
| * | crypto: dh - fix calculating encoded key sizeEric Biggers2018-08-032-7/+7
| * | crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky2018-08-031-0/+3
| * | crypto: arm/chacha20 - always use vrev for 16-bit rotatesEric Biggers2018-08-031-6/+4
| * | crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef2018-08-031-4/+1
| * | crypto: ccree - zero all of request ctx before useGilad Ben-Yossef2018-08-031-3/+3
| * | crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef2018-08-033-18/+2
| * | crypto: ccree - drop useless type flag during regGilad Ben-Yossef2018-08-033-30/+1
| * | crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-31/+26
| * | crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-28/+26
| * | crypto: skcipher - fix crash flushing dcache in error pathEric Biggers2018-08-031-26/+27
| * | crypto: skcipher - remove unnecessary setting of walk->nbytesEric Biggers2018-08-031-1/+0
| * | crypto: scatterwalk - remove scatterwalk_samebuf()Eric Biggers2018-08-031-7/+0
| * | crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers2018-08-035-13/+7
| * | crypto: skcipher - fix aligning block size in skcipher_copy_iv()Eric Biggers2018-08-031-1/+1
| * | arm64: dts: hisi: add SEC crypto accelerator nodes for hip07 SoCJonathan Cameron2018-08-031-0/+284
| * | crypto: hisilicon - SEC security accelerator driverJonathan Cameron2018-08-038-0/+2895
| * | dt-bindings: Add bindings for Hisilicon SEC crypto accelerators.Jonathan Cameron2018-08-031-0/+67
| * | crypto: tcrypt - reschedule during speed testsHoria Geantă2018-08-031-12/+24
| * | crypto: virtio - Replace GFP_ATOMIC with GFP_KERNEL in __virtio_crypto_ablkci...Jia-Ju Bai2018-08-031-2/+2
| * | crypto: qat/adf_aer - Replace GFP_ATOMIC with GFP_KERNEL in adf_dev_aer_sched...Jia-Ju Bai2018-08-031-1/+1
| * | crypto: cavium/nitrox - Replace GFP_ATOMIC with GFP_KERNEL in crypto_alloc_co...Jia-Ju Bai2018-08-031-1/+1
| * | crypto: drbg - in-place cipher operation for CTRStephan Müller2018-08-032-22/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031505-8364/+16007
| |\ \
| * | | crypto: rmd320 - use swap macro in rmd320_transformGustavo A. R. Silva2018-07-271-6/+6
| * | | crypto: rmd256 - use swap macro in rmd256_transformGustavo A. R. Silva2018-07-271-5/+5
| * | | crypto: arm64/sha256 - increase cra_priority of scalar implementationsEric Biggers2018-07-271-2/+2
| * | | lib: Use existing define with polynomialKrzysztof Kozlowski2018-07-272-2/+4
| * | | staging: rtl: Use existing define with polynomialKrzysztof Kozlowski2018-07-272-6/+4
| * | | net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-278-18/+14
| * | | crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski2018-07-271-7/+4
| * | | lib/crc: Use consistent naming for CRC-32 polynomialsKrzysztof Kozlowski2018-07-273-9/+9
| * | | lib/crc: Move polynomial definition to separate headerKrzysztof Kozlowski2018-07-274-14/+22
| * | | crypto: qcom-rng - Add ACPI supportTimur Tabi2018-07-271-3/+17
| * | | crypto: qcom-rng - Add support for prng-eeVinod Koul2018-07-271-2/+9
| * | | dt-bindings: crypto: Add new compatible qcom, prng-eeVinod Koul2018-07-271-1/+3
| * | | crypto: qcom-rng - Add Qcom prng driverVinod Koul2018-07-273-0/+220
| * | | dt-bindings: crypto: Move prng binding to cryptoVinod Koul2018-07-271-0/+0
| * | | hwrng: msm - remove msm hw_random driverVinod Koul2018-07-273-197/+0
| * | | crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller2018-07-201-2/+2
| * | | crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart2018-07-201-1/+1