| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-24 | 3 | -123/+266 |
|\ |
|
| * | Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 2014-01-02 | 3 | -51/+69 |
| |\ |
|
| * \ | Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d... | Olof Johansson | 2013-12-22 | 3 | -123/+266 |
| |\ \ |
|
| | * | | crypto: atmel-sha - add sha information to the log | Nicolas Ferre | 2013-12-12 | 1 | -1/+3 |
| | * | | crypto: atmel-sha - add support for Device Tree | Nicolas Ferre | 2013-12-12 | 1 | -24/+75 |
| | * | | crypto: atmel-tdes - add support for Device Tree | Nicolas Ferre | 2013-12-12 | 1 | -49/+94 |
| | * | | crypto: atmel-aes - add support for Device Tree | Nicolas Ferre | 2013-12-12 | 1 | -49/+94 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-01-24 | 21 | -968/+6647 |
|\ \ \ \ |
|
| * | | | | crypto: mxs - Fix sparse non static symbol warning | Wei Yongjun | 2014-01-15 | 1 | -1/+1 |
| * | | | | crypto: ccp - CCP device enabled/disabled changes | Tom Lendacky | 2014-01-15 | 2 | -1/+17 |
| * | | | | crypto: ccp - Cleanup hash invocation calls | Tom Lendacky | 2014-01-15 | 2 | -3/+7 |
| * | | | | crypto: ccp - Change data length declarations to u64 | Tom Lendacky | 2014-01-15 | 4 | -33/+53 |
| * | | | | crypto: ccp - Check for caller result area before using it | Tom Lendacky | 2014-01-15 | 2 | -3/+8 |
| * | | | | crypto: ccp - Cleanup scatterlist usage | Tom Lendacky | 2014-01-15 | 2 | -26/+33 |
| * | | | | crypto: ccp - Apply appropriate gfp_t type to memory allocations | Tom Lendacky | 2014-01-15 | 2 | -2/+8 |
| * | | | | crypto: drivers - Sort drivers/crypto/Makefile | Marek Vasut | 2014-01-05 | 1 | -17/+17 |
| * | | | | crypto: mxs - Add Freescale MXS DCP driver | Marek Vasut | 2014-01-05 | 3 | -0/+1118 |
| * | | | | crypto: mxs - Remove the old DCP driver | Marek Vasut | 2014-01-05 | 3 | -914/+0 |
| * | | | | crypto: talitos - Remove redundant dev_set_drvdata | Sachin Kamat | 2013-12-30 | 1 | -2/+0 |
| * | | | | crypto: ccp - Remove redundant dev_set_drvdata | Sachin Kamat | 2013-12-30 | 1 | -2/+0 |
| * | | | | crypto: crypto4xx - Remove redundant dev_set_drvdata | Sachin Kamat | 2013-12-30 | 1 | -1/+0 |
| * | | | | crypto: caam - simplify and harden key parsing | Horia Geanta | 2013-12-20 | 1 | -23/+13 |
| * | | | | crypto: omap-sham - Fix Polling mode for larger blocks | Lokesh Vutla | 2013-12-20 | 1 | -3/+9 |
| * | | | | crypto: ccp - Remove user triggerable pr_err calls | Tom Lendacky | 2013-12-20 | 3 | -21/+7 |
| * | | | | crypto: ccp - CCP Kconfig fixes | Tom Lendacky | 2013-12-20 | 2 | -1/+2 |
| * | | | | crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c | Tom Lendacky | 2013-12-20 | 2 | -5/+5 |
| * | | | | crytpo: ccp - fix coccinelle warnings | Fengguang Wu | 2013-12-09 | 3 | -4/+4 |
| * | | | | crypto: omap-aes - add error check for pm_runtime_get_sync | Nishanth Menon | 2013-12-05 | 1 | -2/+14 |
| * | | | | crypto: talitos - fix locating offending descriptor in error path | Horia Geanta | 2013-12-05 | 1 | -6/+15 |
| * | | | | crypto: omap-sham - Only release DMA channel if successfully requested | Mark A. Greer | 2013-12-05 | 1 | -2/+5 |
| * | | | | crytpo: ccp - CCP device driver build files | Tom Lendacky | 2013-12-05 | 4 | -0/+46 |
| * | | | | crypto: ccp - CCP SHA crypto API support | Tom Lendacky | 2013-12-05 | 1 | -0/+497 |
| * | | | | crypto: ccp - CCP XTS-AES crypto API support | Tom Lendacky | 2013-12-05 | 1 | -0/+285 |
| * | | | | crypto: ccp - CCP AES CMAC mode crypto API support | Tom Lendacky | 2013-12-05 | 1 | -0/+355 |
| * | | | | crypto: ccp - CCP AES crypto API support | Tom Lendacky | 2013-12-05 | 1 | -0/+375 |
| * | | | | crypto: ccp - crypto API interface to the CCP device driver | Tom Lendacky | 2013-12-05 | 2 | -0/+623 |
| * | | | | crypto: ccp - CCP device driver and interface support | Tom Lendacky | 2013-12-05 | 4 | -0/+3234 |
| | |_|/
| |/| | |
|
* / | | | crypto: ixp4xx - Fix kernel compile error | Krzysztof HaĆasa | 2014-01-01 | 1 | -3/+1 |
|/ / / |
|
* | | | crypto: talitos - fix aead sglen for case 'dst != src' | Horia Geanta | 2013-11-28 | 1 | -24/+23 |
* | | | crypto: caam - fix aead sglen for case 'dst != src' | Horia Geanta | 2013-11-28 | 1 | -22/+29 |
* | | | crypto: talitos - corrrectly handle zero-length assoc data | Horia Geanta | 2013-11-28 | 1 | -5/+16 |
* | | | crypto: caam - Add missing Job Ring include | Michael Neuling | 2013-11-26 | 1 | -0/+1 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2013-11-24 | 21 | -505/+762 |
|\ \
| |/
|/| |
|
| * | crypto: omap-aes - Fix CTR mode counter length | Joel Fernandes | 2013-10-30 | 1 | -1/+1 |
| * | crypto: omap-sham - Add missing modalias | Joni Lapilainen | 2013-10-30 | 1 | -0/+1 |
| * | crypto: caam - Modify the interface layers to use JR API's | Ruchika Gupta | 2013-10-30 | 4 | -178/+55 |
| * | crypto: caam - Add API's to allocate/free Job Rings | Ruchika Gupta | 2013-10-30 | 3 | -3/+62 |
| * | crypto: caam - Add Platform driver for Job Ring | Ruchika Gupta | 2013-10-30 | 9 | -136/+232 |
| * | crypto: talitos - Simplify key parsing | Mathias Krause | 2013-10-16 | 1 | -27/+8 |
| * | crypto: picoxcell - Simplify and harden key parsing | Mathias Krause | 2013-10-16 | 1 | -24/+8 |