summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek2016-07-271-0/+1
* crypto: ux500 - memmove the right sizeLinus Walleij2016-07-111-2/+2
* crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-07-112-2/+2
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-06-241-5/+12
* crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE2016-06-011-4/+6
* crypto: talitos - fix ahash algorithms registrationHoria Geant?2016-06-011-0/+64
* crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-06-011-1/+1
* crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk2016-05-031-2/+11
* crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk2016-04-283-10/+24
* crypto: talitos - fix AEAD tcrypt testsHoria Geant?2016-04-201-16/+30
* crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann2016-04-201-14/+27
* crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-152-0/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-234-73/+44
|\
| * crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-03-171-1/+1
| * crypto: marvell/cesa - initialize hash statesBoris BREZILLON2016-03-171-0/+20
| * crypto: marvell/cesa - fix memory leakBoris BREZILLON2016-03-172-69/+20
| * crypto: ccp - fix lock acquisition codeGary R Hook2016-03-171-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-1739-980/+1810
|\ \ \ | | |/ | |/|
| * | crypto: qat - remove redundant arbiter configurationTadeusz Struk2016-03-111-19/+0
| * | crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-112-4/+4
| * | crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-113-6/+6
| * | crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang2016-03-111-21/+21
| * | crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-117-667/+710
| * | crypto: ccp - CCP versioning supportGary R Hook2016-03-116-5/+98
| * | crypto: ccp - Support for multiple CCPsGary R Hook2016-03-114-19/+114
| * | crypto: ccp - Remove check for x86 family and modelGary R Hook2016-03-111-36/+11
| * | crypto: ccp - memset request context to zero during importTom Lendacky2016-02-282-0/+2
| * | crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-281-1/+1
| * | crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-286-14/+499
| * | crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-171-1/+1
| * | crypto: qat - fix leak on error pathTadeusz Struk2016-02-171-34/+36
| * | crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-171-22/+2
| * | crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-171-34/+10
| * | crypto: sahara - fill the statesize fieldFabio Estevam2016-02-061-0/+2
| * | crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam2016-02-061-10/+2
| * | crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam2016-02-061-5/+0
| * | crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-062-25/+37
| * | crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-061-6/+0
| * | crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara2016-02-061-1/+1
| * | crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-013-10/+48
| * | crypto: omap-aes - Support crypto engine frameworkBaolin Wang2016-02-012-53/+45
| * | crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen2016-01-301-1/+60
| * | crypto: sunxi - don't print confusing dataArnd Bergmann2016-01-271-3/+2
| * | crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni2016-01-251-4/+2
| * | crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu2016-01-251-14/+12
| * | crypto: atmel-sha - fix context switchesCyrille Pitchen2016-01-252-25/+84
| * | crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen2016-01-251-0/+6
| * | crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen2016-01-251-6/+13