Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on arm | 2018-11-14 | 1 | -1/+1 | |
| | | | | | | While Andy is right to desire a separation between compiler defines and project defines, there are simply too many odd kernel configurations and we require testing for CONFIG_KERNEL_MODE_NEON. | ||||
* | chacha20,poly1305: switch to perlasm originals on mips and arm | 2018-11-14 | 1 | -0/+1227 | |
We also separate out Eric Biggers' Cortex A7 implementation into its own file. |