summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-02-21crypto: picoxcell - add support for the picoxcell crypto enginesJamie Iles
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorJamie Iles
2011-01-29crypto: omap-aes - don't treat NULL clk as an errorJamie Iles
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-01-07crypto: padlock - Move padlock.h into include/cryptoHerbert Xu
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin
2010-12-02crypto: omap-aes - checkpatch --file warning fixesDmitry Kasatkin
2010-12-02crypto: omap-aes - initialize aes module once per requestDmitry Kasatkin
2010-12-02crypto: omap-aes - unnecessary code removedDmitry Kasatkin
2010-12-02crypto: omap-aes - error handling implementation improvedDmitry Kasatkin
2010-12-02crypto: omap-aes - redundant locking is removedDmitry Kasatkin
2010-12-02crypto: omap-aes - DMA initialization fixes for OMAP off modeDmitry Kasatkin
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin
2010-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-11-04crypto: padlock - Fix AES-CBC handling on odd-block-sized inputHerbert Xu
2010-10-26replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer
2010-10-25crypto: n2 - dubious error checkNicolas Kaiser
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-10-19crypto: Makefile - replace the use of <module>-objs with <module>-yTracey Dent
2010-10-19crypto: hifn_795x - use cancel_delayed_work_sync()Tejun Heo
2010-09-23crypto: talitos - sparse check endian fixesKim Phillips
2010-09-23crypto: talitos - fix checkpatch warningKim Phillips
2010-09-23crypto: talitos - fix warning: 'alg' may be used uninitialized in this functionKim Phillips
2010-09-12crypto: n2_crypto - Niagara2 driver needs to depend upon CRYPTO_DESDavid S. Miller
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo
2010-09-03crypto: omap-aes - OMAP2/3 AES hw accelerator driverDmitry Kasatkin
2010-08-13[S390] zcrypt: fix Kconfig dependenciesHeiko Carstens
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds
2010-08-08of/sparc: fix build regression from of_device changesGrant Likely
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely