summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-1659-883/+5172
|\
| * crypto: hisilicon - sec_send_request() can be statickbuild test robot2018-08-071-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-08-071-2/+6
| |\
| * | crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky2018-08-031-0/+3
| * | crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef2018-08-031-4/+1Star
| * | 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/+2Star
| * | crypto: ccree - drop useless type flag during regGilad Ben-Yossef2018-08-033-30/+1Star
| * | crypto: hisilicon - SEC security accelerator driverJonathan Cameron2018-08-038-0/+2895
| * | 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
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-3/+2Star
| |\ \
| * | | crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski2018-07-271-7/+4Star
| * | | crypto: qcom-rng - Add ACPI supportTimur Tabi2018-07-271-3/+17
| * | | crypto: qcom-rng - Add support for prng-eeVinod Koul2018-07-271-2/+9
| * | | crypto: qcom-rng - Add Qcom prng driverVinod Koul2018-07-273-0/+220
| * | | 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
| * | | crypto: inside-secure - switch to SPDX identifiersAntoine Tenart2018-07-205-20/+5Star
| * | | crypto: chtls - use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-07-131-1/+1
| * | | crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky2018-07-131-5/+24
| * | | crypto: ccp - Support register differences between PSP devicesTom Lendacky2018-07-134-23/+24
| * | | crypto: ccp - Remove unused #definesTom Lendacky2018-07-132-10/+2Star
| * | | crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky2018-07-131-0/+2
| * | | crypto: ccp - Fix command completion detection raceTom Lendacky2018-07-131-2/+2
| * | | crypto: ccree - rate limit debug printGilad Ben-Yossef2018-07-081-2/+2
| * | | crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef2018-07-081-15/+5Star
| * | | crypto: ccree - remove dead legacy codeGilad Ben-Yossef2018-07-081-6/+0Star
| * | | crypto: ccree - fix iv handlingGilad Ben-Yossef2018-07-081-27/+84
| * | | crypto: ccree - fix finupHadar Gat2018-07-081-65/+16Star
| * | | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-084-9/+4Star
| * | | crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-085-35/+18Star
| * | | crypto: aead - remove useless setting of type flagsEric Biggers2018-07-084-9/+8Star
| * | | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-089-12/+0Star
| * | | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-0815-103/+56Star
| * | | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-085-10/+3Star
| * | | crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-085-121/+119Star
| * | | crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-083-0/+120
| * | | crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-084-44/+186
| * | | crypto: inside-secure - hmac(md5) supportOfer Heifetz2018-07-083-1/+60
| * | | crypto: inside-secure - md5 supportOfer Heifetz2018-07-084-2/+72
| * | | crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2018-07-082-0/+5
| * | | crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz2018-07-081-0/+20
| * | | crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2018-07-082-12/+30
| * | | crypto: inside-secure - eip197d supportAntoine Tenart2018-07-084-27/+54
| * | | crypto: inside-secure - add multiple processing engine supportOfer Heifetz2018-07-082-118/+150
| * | | crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz2018-07-083-38/+47
| * | | crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-084-12/+20
| * | | crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-084-2/+29