Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-01-16 | crypto: x86/poly1305 - wire up faster implementations for kernel | Jason A. Donenfeld | 1 | -590/+0 |
2019-10-18 | x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby | 1 | -4/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-08 | crypto: x86/poly1305 - fix overflow during partial reduction | Eric Biggers | 1 | -8/+14 |
2019-02-28 | crypto: x86/poly1305 - Clear key material from stack in SSE2 variant | Tommi Hirvola | 1 | -0/+4 |
2017-01-23 | crypto: x86 - make constants readonly, allow linker to merge them | Denys Vlasenko | 1 | -2/+4 |
2015-07-17 | crypto: poly1305 - Add a two block SSE2 variant for x86_64 | Martin Willi | 1 | -0/+306 |
2015-07-17 | crypto: poly1305 - Add a SSE2 SIMD variant for x86_64 | Martin Willi | 1 | -0/+276 |