summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-096-347/+272Star
|\
| * crypto: vmx - Document CTR mode counter width quirksDaniel Axtens2019-06-201-2/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-202-126/+87Star
| |\
| * | crypto: vmx - convert to skcipher APIEric Biggers2019-05-305-345/+252Star
| * | crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-305-65/+5Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner2019-06-051-13/+1Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-054-52/+4Star
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/
* | crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-05-171-125/+86Star
* | crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-171-1/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0Star
* crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers2019-04-185-15/+18
* crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-184-12/+16
* crypto: vmx - Make p8_init and p8_exit staticYueHaibing2019-03-281-2/+2
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-03-221-2/+2
* crypto: vmx - Remove VLA usage of skcipherKees Cook2018-09-283-29/+29
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-292-23/+28
|\
| * crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2018-08-252-23/+28
* | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-241-6/+6
|/
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-081-1/+1
* crypto: clarify licensing of OpenSSL asm codeAdam Langley2018-05-302-5/+53
* crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman2018-05-111-2/+0Star
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-05-114-9/+0Star
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-16/+17
|\
| * crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo2017-11-031-16/+17
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-2/+1Star
* crypto: vmx - remove unnecessary checkTudor-Dan Ambarus2017-06-204-24/+4Star
* crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo2017-03-021-16/+16
* crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo2017-03-021-23/+24
* crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-01-231-0/+6
* crypto: vmx - various build fixesNaveen N. Rao2016-11-171-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-102-16/+17
|\
| * crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri2016-10-021-15/+16
| * crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong2016-08-241-1/+1
* | crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri2016-10-021-0/+1
|/
* Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-312-5/+3Star
|\
| * crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva2016-07-212-5/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-213-3/+3
|\ \
| * | crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-06-132-2/+2
| * | crypto: vmx - Fix ABI detectionAnton Blanchard2016-06-131-1/+1
| |/
* | crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu2016-07-201-2/+0Star
* | crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo2016-07-201-0/+2
* | crypto: vmx - Adding support for XTSLeonidas S. Barbosa2016-07-193-1/+193
* | crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2016-07-192-2/+1867
|/
* crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo2016-05-101-0/+20
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-154-17/+13Star
|\
| * powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-014-0/+13
| * crypto: vmx: Only call enable_kernel_vsx()Anton Blanchard2015-12-014-17/+0Star