summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx
AgeCommit message (Expand)AuthorLines
2024-01-26crypto: vmx - Move to arch/powerpc/cryptoDanny Tsen-5273/+0
2023-09-15crypto: vmx - Improved AES/XTS performance of 6-way unrolling for ppcDanny Tsen-49/+92
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman-0/+2
2022-12-02powerpc/64: Add big-endian ELFv2 flavour to crypto VMX asm generationNicholas Piggin-5/+17
2022-11-18crypto: vmx: Skip objtool from running on aesp8-ppc.oSathvika Vasireddy-0/+2
2022-07-08crypto: vmx - Fix warning on p8_ghash_algHerbert Xu-0/+1
2022-06-30crypto: vmx - drop unexpected word 'for' in commentsJiang Jian-1/+1
2022-05-10crypto: vmx - Fix build errorMasahiro Yamada-1/+1
2022-05-06crypto: vmx - Align the short log with Makefile cleanupsMasahiro Yamada-14/+3
2022-03-03crypto: vmx - add missing dependenciesPetr Vorel-0/+4
2021-03-26crypto: vmx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava-5/+5
2021-03-26crypto: vmx - Source headers are not good kernel-doc candidatesLee Jones-1/+1
2021-01-08crypto: vmx - Move extern declarations into header fileHerbert Xu-5/+7
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-0/+2
2020-07-22powerpc: Replace HTTP links with HTTPS onesAlexander A. Klimov-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-01-16crypto: vmx - reject xts inputs that are too shortDaniel Axtens-0/+3
2019-11-22crypto: vmx - Avoid weird build failuresMichael Ellerman-3/+3
2019-08-22crypto: vmx/xts - use fallback for ciphertext stealingArd Biesheuvel-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-347/+272
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens-2/+20
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-126/+87
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner-52/+4
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers-345/+252
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers-65/+5
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-17crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens-125/+86
2019-05-17crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens-1/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers-1/+0
2019-04-18crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers-15/+18
2019-04-18crypto: vmx - return correct error code on failed setkeyEric Biggers-12/+16
2019-03-28crypto: vmx - Make p8_init and p8_exit staticYueHaibing-2/+2
2019-03-22crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens-2/+2
2018-09-28crypto: vmx - Remove VLA usage of skcipherKees Cook-29/+29
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-23/+28
2018-08-25crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek-23/+28
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann-6/+6
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers-1/+1
2018-05-31crypto: clarify licensing of OpenSSL asm codeAdam Langley-5/+53
2018-05-12crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman-2/+0
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman-9/+0
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-16/+17
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo-16/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel-2/+1
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus-24/+4
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo-16/+16
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo-23/+24