summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aes_cbc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-116/+67Star
|\
| * crypto: vmx - convert to skcipher APIEric Biggers2019-05-301-116/+67Star
| * crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-301-13/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-051-13/+1Star
|/
* crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers2019-04-181-3/+4
* crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-181-3/+4
* crypto: vmx - Remove VLA usage of skcipherKees Cook2018-09-281-11/+11
* crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2018-08-251-16/+14Star
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-05-111-3/+0Star
* crypto: vmx - remove unnecessary checkTudor-Dan Ambarus2017-06-201-6/+1Star
* crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo2017-03-021-23/+24
* crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-06-131-1/+1
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-3/+3
|\
| * powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-011-0/+3
| * crypto: vmx: Only call enable_kernel_vsx()Anton Blanchard2015-12-011-3/+0Star
* | crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa2015-12-041-1/+1
|/
* crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa2015-07-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-231-122/+130
|\
| * crypto: vmx - Reindent to kernel styleHerbert Xu2015-06-161-114/+122
* | sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand2015-05-191-0/+6
|/
* crypto: vmx - Adding CBC routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+184