| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename | Stephen Rothwell | 2015-07-03 | 1 | -2/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-07-01 | 1 | -3/+2 |
|\ |
|
| * | genalloc: rename of_get_named_gen_pool() to of_gen_pool_get() | Vladimir Zapolskiy | 2015-06-30 | 1 | -3/+2 |
* | | crypto: qat - Deletion of unnecessary checks before two function calls | Markus Elfring | 2015-06-29 | 2 | -5/+2 |
|/ |
|
* | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-06-23 | 1 | -59/+1 |
|\ |
|
| * | crypto: ccp - Unify coherency checking logic with device_dma_is_coherent() | Suthikulpanit, Suravee | 2015-06-15 | 1 | -59/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-06-22 | 55 | -3407/+8943 |
|\ \ |
|
| * | | crypto: marvell/cesa - remove COMPILE_TEST dependency | Boris Brezillon | 2015-06-22 | 1 | -1/+1 |
| * | | crypto: sahara - propagate the error on clk_disable_unprepare() failure | Fabio Estevam | 2015-06-21 | 1 | -4/+9 |
| * | | crypto: picoxcell - Update to the current clk API | Michael van der Westhuizen | 2015-06-21 | 1 | -4/+4 |
| * | | crypto: nx - Check for bogus firmware properties | Herbert Xu | 2015-06-21 | 1 | -32/+118 |
| * | | crypto: marvell/cesa - add support for Kirkwood and Dove SoCs | Arnaud Ebalard | 2015-06-19 | 1 | -1/+12 |
| * | | crypto: marvell/cesa - add support for Orion SoCs | Boris BREZILLON | 2015-06-19 | 1 | -7/+35 |
| * | | crypto: marvell/cesa - add allhwsupport module parameter | Boris BREZILLON | 2015-06-19 | 1 | -0/+4 |
| * | | crypto: marvell/cesa - add support for all armada SoCs | Boris BREZILLON | 2015-06-19 | 1 | -0/+12 |
| * | | crypto: marvell/cesa - add SHA256 support | Arnaud Ebalard | 2015-06-19 | 3 | -0/+163 |
| * | | crypto: marvell/cesa - add MD5 support | Arnaud Ebalard | 2015-06-19 | 3 | -2/+174 |
| * | | crypto: marvell/cesa - add Triple-DES support | Arnaud Ebalard | 2015-06-19 | 3 | -0/+151 |
| * | | crypto: marvell/cesa - add DES support | Boris BREZILLON | 2015-06-19 | 3 | -0/+154 |
| * | | crypto: marvell/cesa - add TDMA support | Boris BREZILLON | 2015-06-19 | 7 | -16/+1101 |
| * | | crypto: marvell/cesa - add a new driver for Marvell's CESA | Boris BREZILLON | 2015-06-19 | 7 | -0/+2040 |
| * | | crypto: mv_cesa - explicitly define kirkwood and dove compatible strings | Boris BREZILLON | 2015-06-19 | 1 | -1/+3 |
| * | | crypto: mv_cesa - use gen_pool to reserve the SRAM memory region | Boris BREZILLON | 2015-06-19 | 2 | -15/+44 |
| * | | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git... | Herbert Xu | 2015-06-19 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | crypto: nx - add LE support to pSeries platform driver | Dan Streetman | 2015-06-19 | 3 | -43/+45 |
| * | | crypto: caam - Set last bit on src SG list | Herbert Xu | 2015-06-19 | 1 | -1/+1 |
| * | | crypto: caam - Reintroduce DESC_MAX_USED_BYTES | Herbert Xu | 2015-06-19 | 1 | -1/+2 |
| * | | crypto: drivers - Fix Kconfig selects | Herbert Xu | 2015-06-18 | 6 | -46/+19 |
| * | | crypto: caam - fix non-64-bit write/read access | Steffen Trumtrar | 2015-06-18 | 1 | -19/+19 |
| * | | crypto: caam - Convert GCM to new AEAD interface | Herbert Xu | 2015-06-17 | 1 | -634/+686 |
| * | | crypto: caam - Handle errors in dma_map_sg_chained | Herbert Xu | 2015-06-17 | 1 | -14/+21 |
| * | | crypto: nx - Convert GCM to new AEAD interface | Herbert Xu | 2015-06-17 | 3 | -73/+67 |
| * | | crypto: caam - Provide correct value to iounmap() in controller driver | Victoria Milhoan | 2015-06-16 | 1 | -2/+2 |
| * | | crypto: caam - Fix incorrect size when DMA unmapping buffer | Victoria Milhoan | 2015-06-16 | 1 | -4/+5 |
| * | | crypto: vmx - Reindent to kernel style | Herbert Xu | 2015-06-16 | 6 | -482/+506 |
| * | | crypto: vmx - Remove duplicate PPC64 dependency | Herbert Xu | 2015-06-16 | 2 | -2/+1 |
| * | | crypto: nx - replace NX842_MEM_COMPRESS with function | Dan Streetman | 2015-06-15 | 5 | -15/+25 |
| * | | crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h | Dan Streetman | 2015-06-15 | 2 | -2/+22 |
| * | | crypto: picoxcell - Clamp AEAD SG list by input length | Herbert Xu | 2015-06-12 | 1 | -3/+11 |
| * | | crypto: picoxcell - Make use of sg_nents_for_len | Herbert Xu | 2015-06-12 | 1 | -11/+2 |
| * | | crypto: picoxcell - Include linux/sizes.h | Herbert Xu | 2015-06-12 | 1 | -0/+1 |
| * | | crypto: caam - Clamp AEAD SG list by input length | Herbert Xu | 2015-06-09 | 2 | -12/+23 |
| * | | crypto: qat: fix issue when mapping assoc to internal AD struct | Tadeusz Struk | 2015-06-09 | 1 | -12/+20 |
| * | | crypto: qat - Set max request size | Tadeusz Struk | 2015-06-09 | 1 | -0/+2 |
| * | | crypto: nx - fix nx-842 pSeries driver minimum buffer size | Dan Streetman | 2015-06-04 | 1 | -5/+2 |
| * | | crypto: ccp - Protect against poorly marked end of sg list | Tom Lendacky | 2015-06-03 | 1 | -2/+5 |
| * | | crypto: nx - prevent nx 842 load if no hw driver | Dan Streetman | 2015-06-03 | 6 | -135/+148 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2015-05-28 | 1 | -1/+2 |
| |\ \ |
|
| * | | | crypto: ccp - Remove unused structure field | Tom Lendacky | 2015-05-27 | 1 | -2/+0 |
| * | | | crypto: ccp - Remove manual check and set of dma_mask pointer | Tom Lendacky | 2015-05-27 | 1 | -2/+0 |