aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/vmx.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu1-34/+34
This patch reidents the vmx code-base to the kernel coding style. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-05-15crypto: vmx - fix two mistyped textsPaulo Flabiano Smorigo1-1/+1
One mistyped description and another mistyped target were corrected. Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-02-28crypto: vmx - Adding VMX module for Power 8Marcelo H. Cerri1-0/+88
This patch adds routines supporting VMX instructions on the Power 8. Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>