1. ce1d3fd Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  2. cbceeef crypto: caam - fix resource clean-up on error path for caam_jr_init by Cristian Stoica · 10 years ago
  3. c6bf62e crypto: caam - pair irq map and dispose in the same function by Cristian Stoica · 10 years ago
  4. 490f702 crypto: ccp - terminate ccp_support array with empty element by Andrey Ryabinin · 10 years ago
  5. 467707b crypto: caam - remove unused local variable by Cristian Stoica · 10 years ago
  6. 35b82e5 crypto: caam - remove dead code by Cristian Stoica · 10 years ago
  7. 3f80be0 crypto: caam - don't emit ICV check failures to dmesg by Kim Phillips · 10 years ago
  8. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 10 years ago
  9. 088f628 crypto: atmel - Free memory in error path by Christophe Jaillet · 10 years ago
  10. b2c3f7c crypto: qat - don't need qat_auth_state struct by Tadeusz Struk · 10 years ago
  11. 48eb369 crypto: qat - Ensure ipad and opad are zeroed by Herbert Xu · 10 years ago
  12. 6a24efd crypto: qat - remove unnecessary include of atomic.h header file by Allan, Bruce W · 10 years ago
  13. a6bcc1e crypto: qat - use pci_wait_for_pending_transaction() by Allan, Bruce W · 10 years ago
  14. fd98d69 crypto: qat - adf_ae_stop() is never called by Allan, Bruce W · 10 years ago
  15. 53bc0251 crypto: qat - correctly type a boolean by Allan, Bruce W · 10 years ago
  16. 22e4dda crypto: qat - fix device reset flow by Allan, Bruce W · 10 years ago
  17. ad511e2 crypto: qat - Fix incorrect uses of memzero_explicit by Herbert Xu · 10 years ago
  18. 42d2e78 crypto: omap-des - fix BUG_ON condition by Asaf Vertz · 10 years ago
  19. 28c29f5 crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c by Masanari Iida · 10 years ago
  20. 4c1ada8 crypto: amcc - Remove unused function by Rickard Strandqvist · 10 years ago
  21. d3f6c14 crypto: ux500 - fix checkpatch errors by Asaf Vertz · 10 years ago
  22. 338e84f crypto: qat - add support for cbc(aes) ablkcipher by Tadeusz Struk · 10 years ago
  23. 82f8250 crypto: qat - Fix assumption that sg in and out will have the same nents by Tadeusz Struk · 10 years ago
  24. be95f0f crypto: atmel_sha - remove unused shash fallback instance. by Svenning Sørensen · 10 years ago
  25. 4bba7e9 crypto: ux500: Use dmaengine_terminate_all API by Maxime Ripard · 10 years ago
  26. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  27. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  28. bc84b94 crypto: qat - fix problem with coalescing enable logic by Tadeusz Struk · 10 years ago
  29. 5a2bb93 crypto: sahara - add support for SHA1/256 by Steffen Trumtrar · 10 years ago
  30. c0c3c89 crypto: sahara - replace tasklets with kthread by Steffen Trumtrar · 10 years ago
  31. 5ed903b crypto: sahara - add support for i.MX53 by Steffen Trumtrar · 10 years ago
  32. 20ec9d8 crypto: sahara - fix spinlock initialization by Steffen Trumtrar · 10 years ago
  33. b1c9952 crytpo: qat - Fix 64 bytes requests by Struk, Tadeusz · 10 years ago
  34. f5242e5 of/reconfig: Always use the same structure for notifiers by Grant Likely · 10 years ago
  35. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  36. 1e0bdad crypto: bfin_crc - don't include linux/unaligned/access_ok.h by Johannes Berg · 10 years ago
  37. aa408d6 crypto: qat - Use memzero_explicit by Struk, Tadeusz · 10 years ago
  38. 4ba2a8b crypto: caam - Remove unnecessary smp_read_barrier_depends() by Pranith Kumar · 10 years ago
  39. ff2c3a3 crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede) by Catalin Vasile · 10 years ago
  40. bdcf83b crypto: ux500/hash - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  41. dbd8fbe crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  42. 49783d0 crypto: caam - fix error reporting by Cristian Stoica · 10 years ago
  43. 7222d1a crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes)) by Catalin Vasile · 10 years ago
  44. daebc46 crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2 by Catalin Vasile · 10 years ago
  45. a5f57cf crypto: caam - add support for rfc3686(ctr(aes)) by Catalin Vasile · 10 years ago
  46. 2b22f6c crypto: caam - add support for ctr(aes) by Catalin Vasile · 10 years ago
  47. 5d0429a crypto: caam - add support for rfc4543(gcm(aes)) by Tudor Ambarus · 10 years ago
  48. f129430 crypto: nx - Fixing the limit number of bytes to be processed by Leonidas S. Barbosa · 10 years ago
  49. 0008511 crypto: nx - Fix SHA concurrence issue and sg limit bounds by Leonidas S. Barbosa · 10 years ago
  50. 5313231 crypto: nx - Moving NX-AES-XCBC to be processed logic by Leonidas S. Barbosa · 10 years ago
  51. e13a79a crypto: nx - Moving NX-AES-GCM to be processed logic by Leonidas S. Barbosa · 10 years ago
  52. c7b675d crypto: nx - Moving NX-AES-ECB to be processed logic by Leonidas S. Barbosa · 10 years ago
  53. 01a5aa0 crypto: nx - Moving limit and bound logic in CTR and fix IV vector by Leonidas S. Barbosa · 10 years ago
  54. 9247f0b crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list bounds by Leonidas S. Barbosa · 10 years ago
  55. ac0f0a8 crypto: nx - Moving NX-AES-CBC to be processed logic by Leonidas S. Barbosa · 10 years ago
  56. 19167bf crypto: caam - fix output sequence contiguity check by Tudor Ambarus · 10 years ago
  57. a727c4b crypto: qat - Move BAR definitions to device specific module by Tadeusz Struk · 10 years ago
  58. 738459e crypto: caam - fix missing dma unmap on error path by Cristian Stoica · 10 years ago
  59. bac68f2 crypto: caam - add support for rfc4106(gcm(aes)) by Tudor Ambarus · 10 years ago
  60. 3ef8d94 crypto: caam - add support for gcm(aes) by Tudor Ambarus · 10 years ago
  61. 77ddaba crypto: qat - misspelling typo - "reseting" should be "resetting" by Bruce Allan · 10 years ago
  62. 242b159 crypto: qat - cleanup unnecessary break checkpatch warning by Bruce Allan · 10 years ago
  63. fdb4c0a crypto: qat - cleanup coccicheck warning - NULL check before freeing functions by Bruce Allan · 10 years ago
  64. 8c4cef4 crypto: qat - fix bad unlock balance by Bruce Allan · 10 years ago
  65. 09adc87 crypto: qat - Enforce valid numa configuration by Tadeusz Struk · 10 years ago
  66. 923a6e5 crypto: qat - Prevent dma mapping zero length assoc data by Tadeusz Struk · 10 years ago
  67. 0c1af19 crypto: ux500: hash: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  68. b0d1c79 crypto: ux500: cryp: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  69. 3b1b4f5 crypto: qce: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  70. 28f0136 crypto: ccp: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  71. 7464d31 crypto: caam: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  72. 1a8cdf6 crypto: amcc: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  73. 5573bc0 crypto: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  74. 37e5265 crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c by Behan Webster · 10 years ago
  75. 7bc53c3 crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c by Behan Webster · 10 years ago
  76. ce1f3e47 crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c by Behan Webster · 10 years ago
  77. 7128470 crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c by Behan Webster · 10 years ago
  78. 61ded52 crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c by Jan-Simon Möller · 10 years ago
  79. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  80. f89f4a0 Fix up missing dmaengine header inclusion from qce crypto engine by Linus Torvalds · 10 years ago
  81. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  82. 9561dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  83. c9f21cb crypto: ccp - Check for CCP before registering crypto algs by Tom Lendacky · 10 years ago
  84. 26c3af6 crypto: qat - Removed unneeded partial state by Tadeusz Struk · 10 years ago
  85. 7752759 crypto: qat - Fix typo in name of tasklet_struct by Tadeusz Struk · 10 years ago
  86. 413e557 crypto: qat - Enable all 32 IRQs by Tadeusz Struk · 10 years ago
  87. fb4562b crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM. by Nitesh Narayan Lal · 10 years ago
  88. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  89. 4a8f45f crypto: mv_cesa - Add missing #define by Rasmus Villemoes · 10 years ago
  90. 51269ad crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  91. 4451d49 crypto: caam - fix addressing of struct member by Cristian Stoica · 10 years ago
  92. 307fd543 crypto: caam - remove duplicated sg copy functions by Cristian Stoica · 10 years ago
  93. 65fafbe crypto: qat - Fix return value check in adf_chr_drv_create() by Wei Yongjun · 10 years ago
  94. e5ffbfc crypto: caam - enable raw data instead of von Neumann data by Alex Porosanu · 10 years ago
  95. eeaa172 crypto: caam - change starting entropy delay value by Alex Porosanu · 10 years ago
  96. b061f3f crypto: caam - disable RNG oscillator maximum frequency check by Alex Porosanu · 10 years ago
  97. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  98. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  99. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  100. 7e83508 crypto: use pci_zalloc_consistent by Joe Perches · 10 years ago