1. 4469854 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  2. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  3. ab6a11a crypto: ccp - Fix AES XTS error for request sizes above 4096 by Tom Lendacky · 8 years ago
  4. d462e32 crypto: omap-sham - potential Oops on error in probe by Dan Carpenter · 8 years ago
  5. 256b1cf crypto: qat - change the adf_ctl_stop_devices to void by Tadeusz Struk · 8 years ago
  6. e930c76 crypto: caam - fix caam_jr_alloc() ret code by Catalin Vasile · 8 years ago
  7. 5ca5573 crypto: vmx - comply with ABIs that specify vrsave as reserved. by Paulo Flabiano Smorigo · 8 years ago
  8. bc197b2a crypto: ccp - constify ccp_actions structure by Julia Lawall · 8 years ago
  9. 472d640 crypto: marvell/cesa - Use dma_pool_zalloc by Julia Lawall · 8 years ago
  10. d0c15bd crypto: qat - make adf_vf_isr.c dependant on IOV config by Tadeusz Struk · 8 years ago
  11. cca0a7b crypto: qat - Fix typo in comments by Tadeusz Struk · 8 years ago
  12. dbe2462 crypto: omap-sham - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  13. 2f6f068 crypto: omap-des - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  14. da8b29a crypto: omap-aes - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  15. f1b77aa crypto: omap-des - Integrate with the crypto engine framework by Baolin Wang · 8 years ago
  16. 6dd4c83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  17. 6dc5df7 crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq by Tadeusz Struk · 8 years ago
  18. d149797 crypto: s5p-sss - fix incorrect usage of scatterlists api by Marek Szyprowski · 8 years ago
  19. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  20. 9e209fc crypto: qat - fix invalid pf2vf_resp_wq logic by Tadeusz Struk · 8 years ago
  21. 79152e8 crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks by Krzysztof Kozlowski · 8 years ago
  22. 5e00c60 crypto: s5p-sss - Use common BIT macro by Krzysztof Kozlowski · 8 years ago
  23. 4c048af crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register() by Dan Carpenter · 8 years ago
  24. b908bd3 crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init() by Dan Carpenter · 8 years ago
  25. 3639ca8 crypto: talitos - fix ahash algorithms registration by Horia Geant? · 8 years ago
  26. b3c2fee crypto: ccp - Ensure all dependencies are specified by Gary R Hook · 8 years ago
  27. 21ec757 crypto: marvell/cesa - Improving code readability by Romain Perier · 8 years ago
  28. 5512442 crypto: s5p-sss - Remove useless hash interrupt handler by Krzysztof Kozlowski · 8 years ago
  29. 07c8fcc crypto: s5p-sss - Fix use after free of copied input buffer in error path by Krzysztof Kozlowski · 8 years ago
  30. 58ea8ab crypto: ccp - Register the CCP as a DMA resource by Gary R Hook · 8 years ago
  31. 5343e67 crypto4xx: integrate ppc4xx-rng into crypto4xx by Christian Lamparter · 8 years ago
  32. 340ff60 crypto: talitos - fix AEAD tcrypt tests by Horia Geant? · 8 years ago
  33. 89d124c crypto: talitos - fix crash in talitos_cra_init() by Jonas Eymann · 8 years ago
  34. b3ab30a crypto: qat - fix section mismatch warning by Tadeusz Struk · 8 years ago
  35. 87ba569 crypto: qat - interrupts need to be enabled when VFs are disabled by Tadeusz Struk · 8 years ago
  36. 25c6ffb crypto: qat - check if PF is running by Tadeusz Struk · 8 years ago
  37. 02dc8d6 crypto: qat - move vf2pf_init and vf2pf_exit to common by Tadeusz Struk · 8 years ago
  38. d293b64 crypto: mxc-scc - add basic driver for the MXC SCC by Steffen Trumtrar · 8 years ago
  39. d606416 crypto: qat - adf_dev_stop should not be called in atomic context by Tadeusz Struk · 8 years ago
  40. 7587c40 crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h> by Mike Galbraith · 8 years ago
  41. f709b45 crypto: ccp - Prevent information leakage on export by Tom Lendacky · 8 years ago
  42. f1420ce crypto: qat - changed adf_dev_stop to void by Tadeusz Struk · 8 years ago
  43. cb00bca crypto: qat - explicitly stop all VFs first by Tadeusz Struk · 8 years ago
  44. bdb6cf9 crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore} by Corentin LABBE · 8 years ago
  45. 738f982 crypto: qat - fix address leaking of RSA public exponent by Tudor Ambarus · 8 years ago
  46. aa8b6dd crypto: qat - avoid memory corruption or undefined behaviour by Tudor Ambarus · 8 years ago
  47. 0c4935b crypto: qat - Remove redundant nrbg rings by Ahsan Atta · 8 years ago
  48. 082ebe9 crypto: qat - make sure const_tab is 1024 bytes aligned by Tadeusz Struk · 8 years ago
  49. 3cf9d84 crypto: s5p-sss - Sort the headers to improve readability by Krzysztof Kozlowski · 8 years ago
  50. 9e4a110 crypto: s5p-sss - Handle unaligned buffers by Krzysztof Kozlowski · 8 years ago
  51. 119c3ab crypto: s5p-sss - Minor coding cleanups by Krzysztof Kozlowski · 8 years ago
  52. 063327f crypto: marvell/cesa - remove unneeded condition by Dan Carpenter · 8 years ago
  53. 150f6d4 crypto: n2 - Remove return statement from void function by Amitoj Kaur Chawla · 8 years ago
  54. dc1d9de crypto: s5p-sss - Enable COMPILE_TEST by Krzysztof Kozlowski · 8 years ago
  55. 97ee7ed crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in Kconfig by Peter Meerwald · 8 years ago
  56. c130423 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  57. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  58. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  59. dfe97ad crypto: marvell/cesa - forward devm_ioremap_resource() error code by Boris BREZILLON · 8 years ago
  60. b0ef510 crypto: marvell/cesa - initialize hash states by Boris BREZILLON · 8 years ago
  61. 7850c91 crypto: marvell/cesa - fix memory leak by Boris BREZILLON · 8 years ago
  62. 03a6f29 crypto: ccp - fix lock acquisition code by Gary R Hook · 8 years ago
  63. 3407420 crypto: qat - remove redundant arbiter configuration by Tadeusz Struk · 8 years ago
  64. b62917a crypto: ux500 - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 8 years ago
  65. 9b52d55 crypto: atmel - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 8 years ago
  66. 84a0ced crypto: qat - Change the definition of icp_qat_uof_regtype by Pingchao Yang · 8 years ago
  67. ea0375a crypto: ccp - Add abstraction for device-specific calls by Gary R Hook · 8 years ago
  68. c7019c4 crypto: ccp - CCP versioning support by Gary R Hook · 8 years ago
  69. 553d237 crypto: ccp - Support for multiple CCPs by Gary R Hook · 8 years ago
  70. 3f19ce2 crypto: ccp - Remove check for x86 family and model by Gary R Hook · 8 years ago
  71. ce0ae26 crypto: ccp - memset request context to zero during import by Tom Lendacky · 8 years ago
  72. f93a8b2 crypto: qat - The AE id should be less than the maximal AE number by Pingchao Yang · 8 years ago
  73. bfd927f crypto: rockchip - add hash support for crypto engine in rk3288 by Zain Wang · 8 years ago
  74. 029c053 crypto: caam - Staticize caam_jr_shutdown() by Fabio Estevam · 8 years ago
  75. 26d52ea crypto: qat - fix leak on error path by Tadeusz Struk · 8 years ago
  76. ad84112 crypto: atmel-sha - fix race in atmel_sha_final() by Cyrille Pitchen · 8 years ago
  77. 9c4274d crypto: atmel-sha - fix .import()/.export() implementation by Cyrille Pitchen · 8 years ago
  78. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  79. d42cf2f1 crypto: sahara - fill the statesize field by Fabio Estevam · 8 years ago
  80. bceab44 crypto: sahara - avoid needlessly saving and restoring sahara_ctx by Fabio Estevam · 8 years ago
  81. 6e56201 crypto: sahara - remove unneeded mutex in the exported state by Fabio Estevam · 8 years ago
  82. b31dde2 crypto: ccp - Don't assume export/import areas are aligned by Tom Lendacky · 8 years ago
  83. 53a0bd7 crypto: aead - move aead_request_cast helper to aead.h by Tadeusz Struk · 8 years ago
  84. f823ab9 crypto: sunxi-ss - prevent compilation on 64-bit by Andre Przywara · 8 years ago
  85. 8a3978a crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init() by Boris BREZILLON · 8 years ago
  86. c033042 crypto: atmel-sha - remove calls of clk_prepare() from atomic contexts by Cyrille Pitchen · 8 years ago
  87. d961436 crypto: atmel-sha - fix atmel_sha_remove() by Cyrille Pitchen · 8 years ago
  88. d166216 crypto: ccp - Limit the amount of information exported by Tom Lendacky · 8 years ago
  89. 0529900 crypto: omap-aes - Support crypto engine framework by Baolin Wang · 8 years ago
  90. cc831d3 crypto: atmel-sha - fix algorihtm registration by Cyrille Pitchen · 8 years ago
  91. 49a2045 crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts by Cyrille Pitchen · 8 years ago
  92. bfb2892 crypto: sunxi - don't print confusing data by Arnd Bergmann · 8 years ago
  93. 7768fb2 crypto: qat - Reduced reqsize in qat_algs by Cabiddu, Giovanni · 8 years ago
  94. 0f987e2 crypto: ixp4xx - Fix false lastlen uninitialised warning by Herbert Xu · 8 years ago
  95. 7cee350 crypto: atmel-sha - fix context switches by Cyrille Pitchen · 8 years ago
  96. 507c5cc crypto: atmel-sha - add support of sama5d2x SoCs by Cyrille Pitchen · 8 years ago
  97. f56809c crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto client by Cyrille Pitchen · 8 years ago
  98. 1900c58 crypto: atmel-sha - fix crash when computing digest on empty message by Cyrille Pitchen · 8 years ago
  99. 952bce9 crypto: ccp - Add hash state import and export support by Tom Lendacky · 8 years ago
  100. 624144a crypto: caam - enable LARGE_BURST for enhancing DMA transactions size by Horia Geant? · 8 years ago