aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAge
...
| * crypto: ixp4xx - Simplify and harden key parsingMathias Krause2013-10-16
| * crypto: mv_cesa: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-16
| * crypto: mv_cesa - Remove redundant of_match_ptrSachin Kamat2013-10-07
| * crypto: sahara - Remove redundant of_match_ptrSachin Kamat2013-10-07
| * crypto: dcp - Check the return value from devm_ioremap_resource()Fabio Estevam2013-10-07
| * crypto: dcp - Fix the path for releasing the resourcesFabio Estevam2013-09-23
| * crypto: dcp - Use devm_request_irq()Fabio Estevam2013-09-23
| * crypto: dcp - Use devm_ioremap_resource()Fabio Estevam2013-09-23
| * crypto: tegra-aes - Use devm_clk_getSachin Kamat2013-09-23
| * crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat2013-09-23
| * crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat2013-09-23
| * crypto: omap-aes - Staticize local symbolsSachin Kamat2013-09-23
| * crypto: mv_cesa - Staticize local symbolsSachin Kamat2013-09-23
| * crypto: caam - map src buffer before accessYashpal Dutta2013-09-23
| * crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu2013-09-13
| * crypto: caam - fix RNG4 AAI definesAlex Porosanu2013-09-13
| * crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu2013-09-13
| * crypto: caam - split RNG4 instantiation functionAlex Porosanu2013-09-13
| * crypto: caam - fix RNG4 instantiationAlex Porosanu2013-09-13
| * crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-13
| * crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu2013-09-13
| * crypto: tegra - use kernel entropy instead of ad-hocLinus Walleij2013-09-13
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-14
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-13
|\ \
| * | DMA-API: crypto: remove last references to 'static struct device *dev'Russell King2013-10-31
| * | DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King2013-10-31
| |/
* | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-11
* | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-07
|\ \
| * | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-24
| |/
* / drivers: clean-up prom.h implicit includesRob Herring2013-10-09
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-06
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-24
| |\
| | * crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-10
| * | crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita2013-07-09
* | | crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2013-09-02
* | | crypto: nx - fix GCM for zero length messagesMarcelo Cerri2013-09-02
* | | crypto: nx - fix XCBC for zero length messagesMarcelo Cerri2013-09-02
* | | crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-02
* | | crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter2013-09-02
* | | crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri2013-09-02
* | | crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri2013-09-02
* | | crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri2013-09-02
* | | crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri2013-09-02
* | | crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-02
* | | crypto: omap-sham - correct dma burst sizeLokesh Vutla2013-08-21
* | | crypto: omap-sham - Enable Polling mode if DMA failsLokesh Vutla2013-08-21
* | | crypto: tegra-aes - bitwise vs logical andDan Carpenter2013-08-21
* | | crypto: sahara - checking the wrong variableDan Carpenter2013-08-21
* | | crypto: omap-aes - Kconfig: Add build support for AM437xJoel Fernandes2013-08-21
* | | crypto: omap-aes - Convert request_irq to devm_request_irqJoel Fernandes2013-08-21