summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-053-3/+4
|\
| * crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir2015-11-161-1/+1
| * crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2015-11-162-2/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-171-1/+1
|\ \ | |/ |/|
| * crypto: qat - don't use userspace pointerTadeusz Struk2015-11-131-1/+1
* | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-121-4/+11
|\ \
| * \ Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-4/+11
| |\ \
| | * | device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2015-11-071-4/+11
* | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-061-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | hifn_795x: stop including <asm-generic/kmap_types.h>Christoph Hellwig2015-10-151-2/+0
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0447-1198/+1143
|\ \ \ | |/ / |/| / | |/
| * crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-202-19/+22
| * crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-202-13/+14
| * crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-202-7/+4
| * crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-202-4/+6
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-204-16/+15
| * crypto: caam - fix indentation of close bracesRussell King2015-10-201-6/+6
| * crypto: caam - only export the state we really need to exportRussell King2015-10-201-4/+40
| * crypto: caam - fix non-block aligned hash calculationRussell King2015-10-201-1/+1
| * crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King2015-10-201-8/+4
| * crypto: caam - print errno code when hash registration failsRussell King2015-10-201-4/+6
| * crypto: marvell/cesa - fix memory leakBoris Brezillon2015-10-201-12/+10
| * crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_...Russell King2015-10-201-8/+0
| * crypto: marvell/cesa - rearrange handling for sw padded hashesRussell King2015-10-201-26/+18
| * crypto: marvell/cesa - rearrange handling for hw finished hashesRussell King2015-10-201-11/+24
| * crypto: marvell/cesa - rearrange last request handlingRussell King2015-10-201-11/+19
| * crypto: marvell/cesa - avoid adding final operation within loopRussell King2015-10-201-7/+17
| * crypto: marvell/cesa - ensure iter.base.op_len is the full op lengthRussell King2015-10-201-4/+4
| * crypto: marvell/cesa - use presence of scatterlist to determine data loadRussell King2015-10-201-18/+21
| * crypto: marvell/cesa - move mv_cesa_dma_add_frag() callsRussell King2015-10-201-42/+29
| * crypto: marvell/cesa - always ensure mid-fragments after first-fragmentRussell King2015-10-201-12/+7
| * crypto: marvell/cesa - factor out adding an operation and launching itRussell King2015-10-201-38/+36
| * crypto: marvell/cesa - factor out first fragment decisions to helperRussell King2015-10-202-6/+9
| * crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - ensure template operation is initialisedRussell King2015-10-201-6/+6
| * crypto: marvell/cesa - fix the bit length endiannessRussell King2015-10-201-2/+8
| * crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King2015-10-202-8/+10
| * crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2015-10-202-12/+15
| * crypto: marvell/cesa - easier way to get the transformRussell King2015-10-201-2/+2
| * crypto: qat - fix crypto_get_instance_node functionTadeusz Struk2015-10-201-4/+16
| * crypto: n2 - set array of const as constLABBE Corentin2015-10-151-1/+1
| * crypto: sahara - set array of const as constLABBE Corentin2015-10-151-6/+6
| * crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin2015-10-142-103/+16
| * crypto: atmel - use devm_xxx() managed functionLABBE Corentin2015-10-143-69/+25
| * crypto: mxs-dcp - mxs-dcp is an stmp deviceArnd Bergmann2015-10-141-0/+1
| * crypto: marvell/cesa - factor out common import/export functionsRussell King2015-10-141-104/+53
| * crypto: marvell/cesa - fix wrong hash resultsRussell King2015-10-141-0/+15
| * crypto: marvell/cesa - initialise struct mv_cesa_ahash_reqRussell King2015-10-141-0/+12
| * crypto: marvell/cesa - fix stack smashing in marvell/hash.cRussell King2015-10-141-0/+3