Age | Commit message (Expand) | Author |
2024-01-26 | crypto: vmx - Move to arch/powerpc/crypto | Danny Tsen |
2023-09-15 | crypto: vmx - Improved AES/XTS performance of 6-way unrolling for ppc | Danny Tsen |
2022-12-08 | Merge branch 'topic/objtool' into next | Michael Ellerman |
2022-12-02 | powerpc/64: Add big-endian ELFv2 flavour to crypto VMX asm generation | Nicholas Piggin |
2022-11-18 | crypto: vmx: Skip objtool from running on aesp8-ppc.o | Sathvika Vasireddy |
2022-07-08 | crypto: vmx - Fix warning on p8_ghash_alg | Herbert Xu |
2022-06-30 | crypto: vmx - drop unexpected word 'for' in comments | Jiang Jian |
2022-05-10 | crypto: vmx - Fix build error | Masahiro Yamada |
2022-05-06 | crypto: vmx - Align the short log with Makefile cleanups | Masahiro Yamada |
2022-03-03 | crypto: vmx - add missing dependencies | Petr Vorel |
2021-03-26 | crypto: vmx - fix incorrect kernel-doc comment syntax in files | Aditya Srivastava |
2021-03-26 | crypto: vmx - Source headers are not good kernel-doc candidates | Lee Jones |
2021-01-08 | crypto: vmx - Move extern declarations into header file | Herbert Xu |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel |
2020-07-22 | powerpc: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-01-16 | crypto: vmx - reject xts inputs that are too short | Daniel Axtens |
2019-11-22 | crypto: vmx - Avoid weird build failures | Michael Ellerman |
2019-08-22 | crypto: vmx/xts - use fallback for ciphertext stealing | Ard Biesheuvel |
2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-06-20 | crypto: vmx - Document CTR mode counter width quirks | Daniel Axtens |
2019-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442 | Thomas Gleixner |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299 | Thomas Gleixner |
2019-05-30 | crypto: vmx - convert to skcipher API | Eric Biggers |
2019-05-30 | crypto: vmx - convert to SPDX license identifiers | Eric Biggers |
2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-17 | crypto: vmx - ghash: do nosimd fallback manually | Daniel Axtens |
2019-05-17 | crypto: vmx - CTR: always increment IV as quadword | Daniel Axtens |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers |
2019-04-18 | crypto: powerpc - convert to use crypto_simd_usable() | Eric Biggers |
2019-04-18 | crypto: vmx - return correct error code on failed setkey | Eric Biggers |
2019-03-28 | crypto: vmx - Make p8_init and p8_exit static | YueHaibing |
2019-03-22 | crypto: vmx - fix copy-paste error in CTR mode | Daniel Axtens |
2018-09-28 | crypto: vmx - Remove VLA usage of skcipher | Kees Cook |
2018-08-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2018-08-25 | crypto: vmx - Fix sleep-in-atomic bugs | Ondrej Mosnacek |
2018-08-23 | treewide: convert ISO_8859-1 text comments to utf-8 | Arnd Bergmann |
2018-07-09 | crypto: shash - remove useless setting of type flags | Eric Biggers |
2018-05-31 | crypto: clarify licensing of OpenSSL asm code | Adam Langley |
2018-05-12 | crypto: vmx - Remove overly verbose printk from AES XTS init | Michael Ellerman |
2018-05-12 | crypto: vmx - Remove overly verbose printk from AES init routines | Michael Ellerman |
2017-11-14 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2017-11-03 | crypto: vmx - Use skcipher for ctr fallback | Paulo Flabiano Smorigo |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-04 | crypto: algapi - make crypto_xor() take separate dst and src arguments | Ard Biesheuvel |
2017-06-20 | crypto: vmx - remove unnecessary check | Tudor-Dan Ambarus |
2017-03-02 | crypto: vmx - Use skcipher for xts fallback | Paulo Flabiano Smorigo |
2017-03-02 | crypto: vmx - Use skcipher for cbc fallback | Paulo Flabiano Smorigo |