summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx
Commit message (Expand)AuthorAgeFilesLines
* crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-06-111-129/+89
* crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-06-111-1/+1
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-06-111-2/+2
* crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2018-09-191-16/+14
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-06-164-8/+0
* crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-11-151-0/+6
* crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri2016-10-221-15/+16
* crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa2016-09-152-2/+2
* crypto: vmx - Fix ABI detectionAnton Blanchard2016-09-151-1/+1
* crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo2016-09-151-0/+20
* crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-07-112-2/+2
* crypto: vmx - Fixing opcode issueLeonidas Da Silva Barbosa2015-08-241-0/+1
* crypto: vmx - Fixing GHASH Key issue on little endianLeonidas Da Silva Barbosa2015-08-181-0/+6
* crypto: vmx - Fixing AES-CTR counter bugLeonidas Da Silva Barbosa2015-08-182-18/+24
* crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa2015-07-144-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-228-508/+532
|\
| * crypto: vmx - Reindent to kernel styleHerbert Xu2015-06-166-482/+506
| * crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu2015-06-161-1/+1
| * crypto: vmx - fix two mistyped textsPaulo Flabiano Smorigo2015-05-152-2/+2
* | sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand2015-05-193-1/+21
|/
* linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Herbert Xu2015-03-123-40/+5
* crypto: vmx - Enabling VMX module for PPC64Leonidas S. Barbosa2015-02-282-0/+27
* crypto: vmx - Add support for VMS instructions by ASMLeonidas S. Barbosa2015-02-283-0/+2400
* crypto: vmx - Adding GHASH routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+214
* crypto: vmx - Adding CTR routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+167
* crypto: vmx - Adding CBC routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+184
* crypto: vmx - Adding AES routines for VMX moduleMarcelo H. Cerri2015-02-282-0/+159
* crypto: vmx - Adding VMX module for Power 8Marcelo H. Cerri2015-02-281-0/+88