summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-04-243-50/+75
* crypto: crypto4xx - rename ce_ring_contol to ce_ring_controlColin Ian King2017-04-242-2/+2
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-04-211-2/+2
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-04-212-7/+7
* hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang2017-04-213-0/+183
* hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring2017-04-211-3/+1
* crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet2017-04-211-3/+3
* crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski2017-04-216-246/+405
* linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski2017-04-211-1/+1
* crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
* crypto: chcr - Add fallback for AEAD algosHarsh Jain2017-04-213-75/+151
* crypto: chcr - Fix txq ids.Harsh Jain2017-04-216-21/+44
* crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain2017-04-211-19/+5
* crypto: chcr - Increase priority of AEAD algos.Harsh Jain2017-04-212-4/+12
* hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr2017-04-101-41/+45
* hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr2017-04-101-14/+13
* hwrng: timeriomem - Migrate to new APIRick Altherr2017-04-101-30/+30
* crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-051-4/+4
* crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-051-11/+11
* crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE2017-04-055-0/+336
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-059-71/+144
|\
| * crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-051-1/+2
| * crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-051-1/+1
| * crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2017-04-052-45/+19
| * crypto: ccp - Make some CCP DMA channels privateGary R Hook2017-03-243-0/+47
| * hwrng: geode - Revert managed API changesPrarit Bhargava2017-03-161-15/+35
| * hwrng: amd - Revert managed API changesPrarit Bhargava2017-03-161-8/+34
| * crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-162-1/+5
* | crypto: ixp4xx - Use sg_virt()Geliang Tang2017-03-241-1/+1
* | crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann2017-03-241-20/+20
* | crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter2017-03-241-1/+1
* | crypto: s5p-sss - Document the struct s5p_aes_devKrzysztof Kozlowski2017-03-241-1/+26
* | crypto: s5p-sss - Remove unused variant field from state containerKrzysztof Kozlowski2017-03-241-3/+0
* | crypto: s5p-sss - Close possible race for completed requestsKrzysztof Kozlowski2017-03-241-2/+3
* | crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-247-16/+2601
* | crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-245-28/+1064
* | crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă2017-03-241-0/+5
* | soc/qman: export non-programmable FQD fields queryHoria Geantă2017-03-242-63/+2
* | soc/qman: add dedicated channel ID for CAAMHoria Geantă2017-03-241-1/+5
* | soc/qman: export volatile dequeue related structsHoria Geantă2017-03-241-36/+0
* | crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-245-0/+531
* | crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-248-2/+552
* | crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-243-3/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-03-24266-2852/+5093
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-03-1923-546/+1267
| |\ \
| | * | qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani2017-03-181-3/+3
| | * | qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran2017-03-186-20/+81
| | * | qla2xxx: Change scsi host lookup method.Quinn Tran2017-03-187-40/+100
| | * | qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2017-03-182-4/+90
| | * | qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran2017-03-186-65/+279