summaryrefslogtreecommitdiff
path: root/drivers/crypto/vmx
AgeCommit message (Expand)Author
2019-06-09crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens
2019-05-31crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens
2019-05-21crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens
2018-09-09crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek
2018-09-05crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo
2018-06-16crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman
2018-06-16crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo
2017-01-23crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong
2016-11-17crypto: vmx - various build fixesNaveen N. Rao
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-10-02crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri
2016-10-02crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-07-21crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-07-20crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu
2016-07-20crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo
2016-07-19crypto: vmx - Adding support for XTSLeonidas S. Barbosa
2016-07-19crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo
2016-06-13crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard
2016-06-13crypto: vmx - Fix ABI detectionAnton Blanchard
2016-05-10crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-12-04crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard
2015-12-01crypto: vmx: Only call enable_kernel_vsx()Anton Blanchard
2015-08-24crypto: vmx - Fixing opcode issueLeonidas Da Silva Barbosa
2015-08-18crypto: vmx - Fixing GHASH Key issue on little endianLeonidas Da Silva Barbosa
2015-08-18crypto: vmx - Fixing AES-CTR counter bugLeonidas Da Silva Barbosa
2015-07-14crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu
2015-06-16crypto: vmx - Remove duplicate PPC64 dependencyHerbert Xu
2015-05-19sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand
2015-05-15crypto: vmx - fix two mistyped textsPaulo Flabiano Smorigo
2015-03-12linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Herbert Xu
2015-02-28crypto: vmx - Enabling VMX module for PPC64Leonidas S. Barbosa
2015-02-28crypto: vmx - Add support for VMS instructions by ASMLeonidas S. Barbosa
2015-02-28crypto: vmx - Adding GHASH routines for VMX moduleMarcelo H. Cerri
2015-02-28crypto: vmx - Adding CTR routines for VMX moduleMarcelo H. Cerri
2015-02-28crypto: vmx - Adding CBC routines for VMX moduleMarcelo H. Cerri
2015-02-28crypto: vmx - Adding AES routines for VMX moduleMarcelo H. Cerri
2015-02-28crypto: vmx - Adding VMX module for Power 8Marcelo H. Cerri