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-2910-66/+87
|\
| * crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala2018-08-253-26/+35
| * crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2018-08-252-23/+28
| * crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar2018-08-252-2/+10
| * crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă2018-08-251-10/+10
| * crypto: caam/qi - fix error path in xts setkeyHoria Geantă2018-08-251-4/+2
| * crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă2018-08-251-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-231-6/+6
|\ \
| * | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-231-6/+6
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-232-2/+2
|\ \ \ | |/ / |/| |
| * | Merge tag 'soc-fsl-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2018-07-262-2/+2
| |\ \
| | * | staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge2018-07-242-2/+2
* | | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-185-0/+5
|\ \ \ \
| * | | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-075-0/+5
| |/ / /
* | | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-3/+28
|\ \ \ \
| * | | | crypto/nx: Initialize 842 high and normal RxFIFO control registersHaren Myneni2018-08-081-3/+28
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-1559-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/+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: 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/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski2018-07-271-7/+4
| * | | | 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/+5
| * | | | 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/+2
| * | | | 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-091-2/+2
| * | | | crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef2018-07-091-15/+5
| * | | | crypto: ccree - remove dead legacy codeGilad Ben-Yossef2018-07-091-6/+0
| * | | | crypto: ccree - fix iv handlingGilad Ben-Yossef2018-07-091-27/+84
| * | | | crypto: ccree - fix finupHadar Gat2018-07-091-65/+16
| * | | | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-094-9/+4
| * | | | crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-095-35/+18
| * | | | crypto: aead - remove useless setting of type flagsEric Biggers2018-07-094-9/+8
OpenPOWER on IntegriCloud