aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/qce
AgeCommit message (Expand)AuthorFilesLines
2018-09-28crypto: qce - Remove VLA usage of skcipherGravatar Kees Cook 2-8/+7
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-07-09crypto: remove redundant type flags from tfm allocationGravatar Eric Biggers 1-2/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-30/+5
2017-11-03crypto: qce - move to generic async completionGravatar Gilad Ben-Yossef 1-26/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-22crypto: Use PTR_ERR_ZEROGravatar Himanshu Jha 1-4/+1
2016-07-01crypto: qce - Use skcipher for fallbackGravatar Herbert Xu 2-12/+17
2015-11-17crypto: qce - check return value of sg_nents_for_lenGravatar LABBE Corentin 2-0/+13
2015-10-08crypto: qce - dma_map_sg can handle chained SGGravatar LABBE Corentin 6-94/+17
2015-08-17crypto: replace scatterwalk_sg_chain with sg_chainGravatar Dan Williams 1-1/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextGravatar Cristian Stoica 2-4/+4
2014-10-20crypto: qce: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineGravatar Linus Torvalds 1-0/+2
2014-07-08crypto: qce - fix sparse warningsGravatar Stanimir Varbanov 3-17/+20
2014-07-03crypto: qce - Build Qualcomm crypto driverGravatar Stanimir Varbanov 1-0/+6
2014-07-03crypto: qce - Qualcomm crypto engine driverGravatar Stanimir Varbanov 11-0/+2637