summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-0/+2
|\
| * crypto: vmx: Skip objtool from running on aesp8-ppc.oSathvika Vasireddy2022-11-181-0/+2
* | powerpc/64: Add big-endian ELFv2 flavour to crypto VMX asm generationNicholas Piggin2022-12-022-5/+17
|/
* crypto: vmx - Fix warning on p8_ghash_algHerbert Xu2022-07-081-0/+1
* crypto: vmx - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
* crypto: vmx - Fix build errorMasahiro Yamada2022-05-101-1/+1
* crypto: vmx - Align the short log with Makefile cleanupsMasahiro Yamada2022-05-061-14/+3
* crypto: vmx - add missing dependenciesPetr Vorel2022-03-031-0/+4
* crypto: vmx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava2021-03-265-5/+5
* crypto: vmx - Source headers are not good kernel-doc candidatesLee Jones2021-03-261-1/+1
* crypto: vmx - Move extern declarations into header fileHerbert Xu2021-01-082-5/+7
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-032-0/+2
* powerpc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-222-2/+2
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* crypto: vmx - reject xts inputs that are too shortDaniel Axtens2020-01-161-0/+3
* crypto: vmx - Avoid weird build failuresMichael Ellerman2019-11-221-3/+3
* crypto: vmx/xts - use fallback for ciphertext stealingArd Biesheuvel2019-08-221-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-086-347/+272
|\
| * 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/+87
| |\
| * | crypto: vmx - convert to skcipher APIEric Biggers2019-05-305-345/+252
| * | crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-305-65/+5
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner2019-06-051-13/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-054-52/+4
* | | 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/+86
* | crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-171-1/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* 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-231-6/+6
|/
* crypto: shash - remove useless setting of type flagsEric Biggers2018-07-091-1/+1
* crypto: clarify licensing of OpenSSL asm codeAdam Langley2018-05-312-5/+53
* crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman2018-05-121-2/+0
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-05-124-9/+0
* 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/+1
* crypto: vmx - remove unnecessary checkTudor-Dan Ambarus2017-06-204-24/+4
* 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