| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: vmx - fix incorrect kernel-doc comment syntax in files | Aditya Srivastava | 2021-03-26 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-07-09 | 1 | -95/+70 |
|\ |
|
| * | crypto: vmx - convert to skcipher API | Eric Biggers | 2019-05-30 | 1 | -95/+70 |
| * | crypto: vmx - convert to SPDX license identifiers | Eric Biggers | 2019-05-30 | 1 | -13/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299 | Thomas Gleixner | 2019-06-05 | 1 | -13/+1 |
|/ |
|
* | crypto: powerpc - convert to use crypto_simd_usable() | Eric Biggers | 2019-04-18 | 1 | -2/+3 |
* | crypto: vmx - return correct error code on failed setkey | Eric Biggers | 2019-04-18 | 1 | -2/+3 |
* | crypto: vmx - Remove VLA usage of skcipher | Kees Cook | 2018-09-28 | 1 | -9/+9 |
* | crypto: vmx - Remove overly verbose printk from AES init routines | Michael Ellerman | 2018-05-11 | 1 | -2/+0 |
* | crypto: vmx - Use skcipher for ctr fallback | Paulo Flabiano Smorigo | 2017-11-03 | 1 | -16/+17 |
* | crypto: algapi - make crypto_xor() take separate dst and src arguments | Ard Biesheuvel | 2017-08-04 | 1 | -2/+1 |
* | crypto: vmx - remove unnecessary check | Tudor-Dan Ambarus | 2017-06-20 | 1 | -6/+1 |
* | crypto: vmx - disable preemption to enable vsx in aes_ctr.c | Li Zhong | 2017-01-23 | 1 | -0/+6 |
* | crypto: vmx - Increase priority of aes-cbc cipher | Anton Blanchard | 2016-06-13 | 1 | -1/+1 |
* | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-01-15 | 1 | -3/+3 |
|\ |
|
| * | powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() | Anton Blanchard | 2015-12-01 | 1 | -0/+3 |
| * | crypto: vmx: Only call enable_kernel_vsx() | Anton Blanchard | 2015-12-01 | 1 | -3/+0 |
* | | crypto: vmx - IV size failing on skcipher API | Leonidas Da Silva Barbosa | 2015-12-04 | 1 | -1/+1 |
|/ |
|
* | crypto: vmx - Fixing AES-CTR counter bug | Leonidas Da Silva Barbosa | 2015-08-18 | 1 | -1/+7 |
* | crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions | Leonidas Da Silva Barbosa | 2015-07-14 | 1 | -0/+3 |
* | crypto: vmx - Reindent to kernel style | Herbert Xu | 2015-06-16 | 1 | -108/+117 |
* | crypto: vmx - Adding CTR routines for VMX module | Marcelo H. Cerri | 2015-02-28 | 1 | -0/+167 |