summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin7-0/+1656
2015-07-20crypto: caam - fix warning in APPEND_MATH_IMM_u64Tudor Ambarus1-1/+1
2015-07-20crypto: caam - fix RNG init descriptor ret. code checkingHoria Geant?1-2/+3
2015-07-20crypto: caam - fix snooping for write transactionsHoria Geant?2-2/+9
2015-07-20crypto: caam - fix ERA property readingAlex Porosanu1-7/+7
2015-07-17crypto: qat - Add support for RSA algorithmTadeusz Struk13-39/+779
2015-07-17crypto: qat - add MMP FW support to accel engineTadeusz Struk4-5/+42
2015-07-17crypto: qat - add support for MMP FWPingchao Yang6-26/+24
2015-07-17crypto: nx - Convert ccm to new AEAD interfaceHerbert Xu3-95/+85
2015-07-14crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa4-0/+13
2015-07-14crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-14crypto: caam - Use new IV conventionHerbert Xu1-26/+49
2015-07-14crypto: nx - Use new IV conventionHerbert Xu1-26/+40
2015-07-14crypto: nx/842 - Fix context corruptionHerbert Xu1-13/+35
2015-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu8-79/+125
2015-07-08crypto: omap-aes - Use BIT() macroVutla, Lokesh1-17/+17
2015-07-08crypto: omap-aes - Fix configuring of AES modeVutla, Lokesh1-8/+5
2015-07-08crypto: omap-aes - Increase priority of hw acceleratorVutla, Lokesh1-3/+3
2015-07-08crypto: omap-aes - Fix CTR modeVutla, Lokesh1-17/+16
2015-07-08crypto: nx - Fix reentrancy bugsHerbert Xu8-79/+125
2015-07-07crypto: nx - reduce chattiness of platform driversNishanth Aravamudan2-12/+1
2015-07-06crypto: nx - do not emit extra output if status is disabledNishanth Aravamudan1-1/+7
2015-07-06crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}Nishanth Aravamudan1-4/+4
2015-07-06crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay'Nishanth Aravamudan1-1/+2
2015-07-06crypto: ccp - Provide support to autoload CCP driverTom Lendacky1-0/+2
2015-07-06crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh1-3/+0
2015-07-03crypto: marvell/cesa - another fix up for of_get_named_gen_pool() renameStephen Rothwell1-2/+2
2015-07-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy1-3/+2
2015-06-29crypto: qat - Deletion of unnecessary checks before two function callsMarkus Elfring2-5/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-59/+1
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds55-3407/+8943
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+21
2015-06-22crypto: marvell/cesa - remove COMPILE_TEST dependencyBoris Brezillon1-1/+1
2015-06-21crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam1-4/+9
2015-06-21crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen1-4/+4
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu1-32/+118
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard1-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON1-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON1-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON1-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard3-0/+163
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard3-2/+174
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard3-0/+151
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON3-0/+154
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON7-16/+1101
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON7-0/+2040
2015-06-19crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsBoris BREZILLON1-1/+3
2015-06-19crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionBoris BREZILLON2-15/+44