Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-07-08 | 1 | -1/+1 |
|\ | |||||
| * | crypto: chacha - constify ctx and iv arguments | Eric Biggers | 2019-06-13 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
|/ | |||||
* | crypto: x86 - convert to use crypto_simd_usable() | Eric Biggers | 2019-03-22 | 1 | -3/+3 |
* | crypto: x86/chacha - avoid sleeping under kernel_fpu_begin() | Eric Biggers | 2018-12-23 | 1 | -13/+20 |
* | crypto: x86/chacha - yield the FPU occasionally | Eric Biggers | 2018-12-13 | 1 | -1/+11 |
* | crypto: x86/chacha - add XChaCha12 support | Eric Biggers | 2018-12-13 | 1 | -0/+17 |
* | crypto: x86/chacha20 - refactor to allow varying number of rounds | Eric Biggers | 2018-12-13 | 1 | -0/+270 |