summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-2/+1
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-0259-713/+10211
|\ \
| * | crypto: stm32 - Fix OF module alias informationWei Yongjun2017-04-301-1/+1
| * | crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-04-241-44/+67
| * | 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
| * | 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-213-0/+405
| * | 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-213-20/+32
| * | 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
| * | 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-057-48/+75
| |\ \
| * | | 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
| * | | 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-241-1/+1
| |\ \ \
| * | | | crypto: mediatek - make hardware operation flow more efficientRyder Lee2017-03-162-188/+165
| * | | | crypto: mediatek - add mtk_aes_gcm_tag_verify()Ryder Lee2017-03-162-2/+24
| * | | | crypto: mediatek - fix error handling in mtk_aes_complete()Ryder Lee2017-03-161-16/+23
| * | | | crypto: mediatek - add queue_task taskletRyder Lee2017-03-163-12/+39
| * | | | crypto: mediatek - simplify descriptor ring managementRyder Lee2017-03-164-26/+34
| * | | | crypto: mediatek - make mtk_sha_xmit() more genericRyder Lee2017-03-162-86/+34
| * | | | crypto: mediatek - add MTK_* prefix and correct annotations.Ryder Lee2017-03-164-32/+32
| * | | | crypto: mediatek - rework interrupt handlerRyder Lee2017-03-163-101/+49
| * | | | crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Eric Biggers2017-03-091-1/+1
| * | | | crypto: bcm - fix spelling mistake: "genereate" -> "generate"Colin Ian King2017-03-091-1/+1
| * | | | crypto: zip - Add Compression/Decompression statisticsMahipal Challa2017-03-094-0/+271
| * | | | crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa2017-03-099-58/+845
| * | | | crypto: zip - Add ThunderX ZIP driver coreMahipal Challa2017-03-0913-0/+2805
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-15/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | crypto: N2 - Replace racy task affinity logicThomas Gleixner2017-04-151-15/+16
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-04-103-47/+22
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-051-1/+2