index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ccp - Prevent a possible lost CCP command request
Tom Lendacky
2014-02-27
1
-0
/
+4
*
crypto: caam - writel() arguments are swapped
Dan Carpenter
2014-02-27
1
-2
/
+2
*
crypto: tegra - remove driver
Stephen Warren
2014-02-27
4
-1202
/
+0
*
crypto: omap-des - Add config and build options
Joel Fernandes
2014-02-27
2
-0
/
+12
*
crypto: omap-des - Add omap-des driver for OMAP4/AM43xx
Joel Fernandes
2014-02-27
1
-0
/
+1218
*
crypto: mxs-dcp - Fix platform_get_irq() error handling
Fabio Estevam
2014-02-27
1
-2
/
+7
*
crypto: s5p-sss - Use devm_ioremap_resource()
Jingoo Han
2014-02-27
1
-9
/
+4
*
crypto: sahara - Use devm_ioremap_resource()
Jingoo Han
2014-02-27
1
-16
/
+3
*
crypto: picoxcell - Use devm_ioremap_resource()
Jingoo Han
2014-02-27
1
-11
/
+5
*
crypto: caam - fix ERA retrieval function
Alex Porosanu
2014-02-09
2
-27
/
+11
*
crypto: mxs-dcp: Check the return value of stmp_reset_block()
Fabio Estevam
2014-02-09
1
-1
/
+3
*
crypto: mxs-dcp: Use devm_kzalloc()
Fabio Estevam
2014-02-09
1
-7
/
+2
*
crypto: talitos: init the priv->alg_list more earlier in talitos_probe()
Kevin Hao
2014-02-09
1
-2
/
+2
*
crypto: ccp - Perform completion callbacks using a tasklet
Tom Lendacky
2014-02-09
1
-4
/
+17
*
crypto: ccp - Use a single queue for proper ordering of tfm requests
Tom Lendacky
2014-02-09
1
-116
/
+48
*
crypto: ccp - Move HMAC calculation down to ccp ops file
Tom Lendacky
2014-02-09
3
-110
/
+132
*
crypto: ccp - Allow for selective disablement of crypto API algorithms
Tom Lendacky
2014-02-09
1
-12
/
+25
*
crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments
Dave Jones
2014-02-09
1
-2
/
+2
*
crypto: caam - Fix job ring discovery in controller driver
Nitesh Lal
2014-02-09
1
-19
/
+6
*
crypto: dcp - Move the AES operation type from actx to rctx
Marek Vasut
2014-02-09
1
-10
/
+17
*
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-01-23
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-23
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
[next]