Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sparc64: Avoid code duplication in crypto assembler. | David S. Miller | 2012-08-31 | 1 | -4/+4 |
| | | | | | | Put the opcode macros in a common header Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | sparc64: Use fsrc2 instead of fsrc1 in sparc64 hash crypto drivers. | David S. Miller | 2012-08-28 | 1 | -1/+1 |
| | | | | | | | | On SPARC-T4 fsrc2 has 1 cycle of latency, whereas fsrc1 has 11 cycles. True story. Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | sparc64: Add SHA1 driver making use of the 'sha1' instruction. | David S. Miller | 2012-08-20 | 1 | -0/+72 |
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> |