1. dbb153c crypto: vmx - fix incorrect kernel-doc comment syntax in files by Aditya Srivastava · 3 years, 10 months ago
  2. 32c2e6d crypto: vmx - Source headers are not good kernel-doc candidates by Lee Jones · 3 years, 10 months ago
  3. 622aae8 crypto: vmx - Move extern declarations into header file by Herbert Xu · 4 years ago
  4. 0eb76ba crypto: remove cipher routines from public crypto API by Ard Biesheuvel · 4 years, 1 month ago
  5. c8ed9fc powerpc: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  6. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 11 months ago
  7. 1372a51 crypto: vmx - reject xts inputs that are too short by Daniel Axtens · 5 years ago
  8. 4ee812f crypto: vmx - Avoid weird build failures by Michael Ellerman · 5 years ago
  9. 2396684 crypto: vmx/xts - use fallback for ciphertext stealing by Ard Biesheuvel · 5 years ago
  10. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  11. f651bd9 crypto: vmx - Document CTR mode counter width quirks by Daniel Axtens · 6 years ago
  12. bdb275b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  13. 27ba4de treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442 by Thomas Gleixner · 6 years ago
  14. 64d85cc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299 by Thomas Gleixner · 6 years ago
  15. 2621a86 crypto: vmx - convert to skcipher API by Eric Biggers · 6 years ago
  16. 1fa0a7d crypto: vmx - convert to SPDX license identifiers by Eric Biggers · 6 years ago
  17. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  18. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  19. 357d065 crypto: vmx - ghash: do nosimd fallback manually by Daniel Axtens · 6 years ago
  20. 009b30a crypto: vmx - CTR: always increment IV as quadword by Daniel Axtens · 6 years ago
  21. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  22. 626ddb2 crypto: powerpc - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  23. 694e0db crypto: vmx - return correct error code on failed setkey by Eric Biggers · 6 years ago
  24. e44e77a crypto: vmx - Make p8_init and p8_exit static by YueHaibing · 6 years ago
  25. dcf7b48 crypto: vmx - fix copy-paste error in CTR mode by Daniel Axtens · 6 years ago
  26. 5c52564 crypto: vmx - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  27. b4df50d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  28. 0522236 crypto: vmx - Fix sleep-in-atomic bugs by Ondrej Mosnacek · 6 years ago
  29. 3723c63 treewide: convert ISO_8859-1 text comments to utf-8 by Arnd Bergmann · 6 years ago
  30. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  31. c2e415f crypto: clarify licensing of OpenSSL asm code by Adam Langley · 7 years ago
  32. 730f23b crypto: vmx - Remove overly verbose printk from AES XTS init by Michael Ellerman · 7 years ago
  33. 1411b52 crypto: vmx - Remove overly verbose printk from AES init routines by Michael Ellerman · 7 years ago
  34. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  35. e666d4e crypto: vmx - Use skcipher for ctr fallback by Paulo Flabiano Smorigo · 7 years ago
  36. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  37. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  38. 78557e7 crypto: vmx - remove unnecessary check by Tudor-Dan Ambarus · 8 years ago
  39. 5839f55 crypto: vmx - Use skcipher for xts fallback by Paulo Flabiano Smorigo · 8 years ago
  40. c96d0a1 crypto: vmx - Use skcipher for cbc fallback by Paulo Flabiano Smorigo · 8 years ago
  41. 7dede91 crypto: vmx - disable preemption to enable vsx in aes_ctr.c by Li Zhong · 8 years ago
  42. 18f47f5 crypto: vmx - various build fixes by Naveen N. Rao · 8 years ago
  43. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  44. 8df4f27 crypto: vmx - Ensure ghash-generic is enabled by Marcelo Cerri · 8 years ago
  45. 80da44c crypto: vmx - Fix memory corruption caused by p8_ghash by Marcelo Cerri · 8 years ago
  46. 901d3d4 crypto: vmx - fix null dereference in p8_aes_xts_crypt by Li Zhong · 8 years ago
  47. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  48. ccf5c44 crypto: vmx - Convert to CPU feature based module autoloading by Alastair D'Silva · 8 years ago
  49. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  50. 16dee78 crypto: vmx - Fix aes_p8_xts_decrypt build failure by Herbert Xu · 8 years ago
  51. 48a9343 crypto: vmx - Ignore generated files by Paulo Flabiano Smorigo · 8 years ago
  52. c07f5d3 crypto: vmx - Adding support for XTS by Leonidas S. Barbosa · 8 years ago
  53. 11c6e16 crypto: vmx - Adding asm subroutines for XTS by Paulo Flabiano Smorigo · 8 years ago
  54. 12d3f49 crypto: vmx - Increase priority of aes-cbc cipher by Anton Blanchard · 9 years ago
  55. 975f57f crypto: vmx - Fix ABI detection by Anton Blanchard · 9 years ago
  56. 5ca5573 crypto: vmx - comply with ABIs that specify vrsave as reserved. by Paulo Flabiano Smorigo · 9 years ago
  57. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  58. 0d3d054 crypto: vmx - IV size failing on skcipher API by Leonidas Da Silva Barbosa · 9 years ago
  59. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  60. 1552cd7 crypto: vmx: Only call enable_kernel_vsx() by Anton Blanchard · 9 years ago
  61. 73613a8 crypto: vmx - Fixing opcode issue by Leonidas Da Silva Barbosa · 9 years ago
  62. 3c5f0ed crypto: vmx - Fixing GHASH Key issue on little endian by Leonidas Da Silva Barbosa · 9 years ago
  63. 1d4aa0b crypto: vmx - Fixing AES-CTR counter bug by Leonidas Da Silva Barbosa · 9 years ago
  64. 2d6f060 crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions by Leonidas Da Silva Barbosa · 10 years ago
  65. 44d21c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  66. 4beb106 crypto: vmx - Reindent to kernel style by Herbert Xu · 10 years ago
  67. 0903e43 crypto: vmx - Remove duplicate PPC64 dependency by Herbert Xu · 10 years ago
  68. 5f76eea sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly by David Hildenbrand · 10 years ago
  69. 42cb0c7 crypto: vmx - fix two mistyped texts by Paulo Flabiano Smorigo · 10 years ago
  70. f42613c linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code) by Herbert Xu · 10 years ago
  71. d2e3ae6 crypto: vmx - Enabling VMX module for PPC64 by Leonidas S. Barbosa · 10 years ago
  72. 5c380d6 crypto: vmx - Add support for VMS instructions by ASM by Leonidas S. Barbosa · 10 years ago
  73. cc333cd crypto: vmx - Adding GHASH routines for VMX module by Marcelo H. Cerri · 10 years ago
  74. 4f7f60d crypto: vmx - Adding CTR routines for VMX module by Marcelo H. Cerri · 10 years ago
  75. 8c755ac crypto: vmx - Adding CBC routines for VMX module by Marcelo H. Cerri · 10 years ago
  76. 8676590 crypto: vmx - Adding AES routines for VMX module by Marcelo H. Cerri · 10 years ago
  77. 20a26fa crypto: vmx - Adding VMX module for Power 8 by Marcelo H. Cerri · 10 years ago