1. 8b9f926 crypto/nx: disable NX on little endian builds by Anton Blanchard · 10 years ago
  2. 639b4ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next by Linus Torvalds · 10 years ago
  3. cda4357 crypto/nx/nx-842: dev_set_drvdata can no longer fail by Jean Delvare · 10 years ago
  4. 51a7163 crypto: cesa - tfm->__crt_alg->cra_type directly by Marek Vasut · 10 years ago
  5. efa59e2 crypto: sahara - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  6. 1f4fe5a crypto: padlock - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  7. 5837af0 crypto: n2 - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  8. 2231204 crypto: dcp - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  9. bd3acda crypto: cesa - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  10. b4168a1 crypto: ccp - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  11. d207a38 crypto: geode - Don't use tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  12. 701bcbc crypto: geode - Weed out printk() from probe() by Marek Vasut · 10 years ago
  13. 2e1fc34 crypto: geode - Consistently use AES_KEYSIZE_128 by Marek Vasut · 10 years ago
  14. bac79a2 crypto: geode - Kill AES_IV_LENGTH by Marek Vasut · 10 years ago
  15. b9d865e crypto: geode - Kill AES_MIN_BLOCK_SIZE by Marek Vasut · 10 years ago
  16. 5fc8005 crypto: mxs-dcp - Remove global mutex by Fabio Estevam · 10 years ago
  17. 80cd88f crypto: caam - reinitialize keys_fit_inline for decrypt and givencrypt by Vakul Garg · 10 years ago
  18. 56b2844 crypto: s5p-sss - fix multiplatform build by Arnd Bergmann · 10 years ago
  19. dc5e3f1 crypto: s5p-sss - Look for the next request in the queue by Naveen Krishna Chatradhi · 10 years ago
  20. c1eb7ef crypto: s5p-sss - Use clk_prepare/clk_unprepare by Naveen Krishna Chatradhi · 10 years ago
  21. 8f9702a crypto: s5p-sss - validate iv before memcpy by Naveen Krishna Chatradhi · 10 years ago
  22. e922e96 crypto: s5p-sss - Let Exynos SoCs select SSS driver by Naveen Krishna Chatradhi · 10 years ago
  23. 8924510 crypto: s5p-sss - Add support for SSS module on Exynos by Naveen Krishna Chatradhi · 10 years ago
  24. 6b9f16e crypto: s5p-sss - Add device tree support by Naveen Krishna Chatradhi · 10 years ago
  25. 96fc70b crypto: s5p-sss - Use platform_get_irq() instead of _byname() by Naveen Krishna Chatradhi · 10 years ago
  26. da37503 crypto: caam - Fix the 'quoted string split across lines' by Marek Vasut · 10 years ago
  27. e397ee0 crypto: caam - Sweep the remnants by Marek Vasut · 10 years ago
  28. e22cdcf crypto: caam - Kill SPRINTFCAT() with fire by Marek Vasut · 10 years ago
  29. 4f0fa52 crypto: caam - Clean up report_deco_status() by Marek Vasut · 10 years ago
  30. 1e16322 crypto: caam - Clean up report_ccb_status() by Marek Vasut · 10 years ago
  31. 526243c crypto: caam - Dissolve report_jump_idx() by Marek Vasut · 10 years ago
  32. e75880d crypto: caam - Kill the easy targets by Marek Vasut · 10 years ago
  33. 8a47582 crypto: caam - Pass error type into the functions by Marek Vasut · 10 years ago
  34. 867e1ee crypto: caam - Implement fast-path for error codes with no handler by Marek Vasut · 10 years ago
  35. 9724d7a crypto: caam - Pull all the error codes out by Marek Vasut · 10 years ago
  36. fa9659c crypto: caam - Contain caam_jr_strstatus() ugliness by Marek Vasut · 10 years ago
  37. 9f84951 crypto: atmel-aes - check alignment of cfb64 mode by Leilei Zhao · 10 years ago
  38. e5d8c96 crypto: atmel-aes - correct block size of cfb8 mode by Leilei Zhao · 10 years ago
  39. 3d67be2 crypto: caam - fix mem leak in ahash_setkey by Horia Geanta · 10 years ago
  40. 27c5fb7 crypto: caam - add allocation failure handling in SPRINTFCAT macro by Horia Geanta · 10 years ago
  41. f51f593 crypto: omap-des - handle error of pm_runtime_get_sync by Nishanth Menon · 10 years ago
  42. 5347ee8 crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  43. 52d77eb cryptoo: bfin_crc - avoid get physical address of coherence memory by dma_map_single by Sonic Zhang · 10 years ago
  44. 8d39039 crypto: bfin_crc - ignore duplicated registration of the same algorithm by Sonic Zhang · 10 years ago
  45. 52e6e54 crypto: bfin_crc - access crc registers by readl and writel functions by Sonic Zhang · 10 years ago
  46. 2496be2 crypto: omap-des - use devm_ioremap_resource() by Jingoo Han · 10 years ago
  47. 7ded6e3 crypto: nx - Use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 10 years ago
  48. 59ecc26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  49. ec31eed crypto: caam - add missing key_dma unmap by Horia Geanta · 10 years ago
  50. ae4a825 crypto: caam - add support for aead null encryption by Horia Geanta · 10 years ago
  51. 4464a7d crypto: caam - remove error propagation handling by Horia Geanta · 10 years ago
  52. 85e0da9 crypto: caam - Fix first parameter to caam_init_rng by Herbert Xu · 10 years ago
  53. 26a0548 crypto: omap-sham - Map SG pages if they are HIGHMEM before accessing by Joel Fernandes · 10 years ago
  54. 6e4e603 crypto: caam - Dynamic memory allocation for caam_rng_ctx object by Nitesh Lal · 10 years ago
  55. 04d088c crypto: mxs-dcp - Optimize hashing by Marek Vasut · 10 years ago
  56. 1a7c685 crypto: mxs-dcp - Align the bounce buffers by Marek Vasut · 10 years ago
  57. 26f25b2 crypto: omap-des - make local functions static by Jingoo Han · 10 years ago
  58. ae12fe2 crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  59. e78f919 crypto: omap-des - Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  60. ea7b284 crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  61. 4ea5d99 crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coherent memory by Sonic Zhang · 10 years ago
  62. 3d6f1d1 crypto: sahara - Use return value of devm_request_irq() on error by Alexander Shiyan · 10 years ago
  63. c65a52f crypto: ccp - Account for CCP backlog processing by Tom Lendacky · 10 years ago
  64. 950b10b crypto: ccp - Invoke context callback when there is a backlog error by Tom Lendacky · 10 years ago
  65. 0611451 crypto: ccp - Prevent a possible lost CCP command request by Tom Lendacky · 10 years ago
  66. f829e7a crypto: caam - writel() arguments are swapped by Dan Carpenter · 10 years ago
  67. 645af2e crypto: tegra - remove driver by Stephen Warren · 10 years ago
  68. 701d0f1 crypto: omap-des - Add config and build options by Joel Fernandes · 10 years ago
  69. e91aa9d crypto: omap-des - Add omap-des driver for OMAP4/AM43xx by Joel Fernandes · 10 years ago
  70. d9588f8 crypto: mxs-dcp - Fix platform_get_irq() error handling by Fabio Estevam · 10 years ago
  71. 0fdefe2 crypto: s5p-sss - Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  72. 9e95275 crypto: sahara - Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  73. 32af1e1 crypto: picoxcell - Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  74. 0ba3e10 crypto/nx/nx-842: Fix handling of vmalloc addresses by Nathan Fontenot · 10 years ago
  75. 883619a crypto: caam - fix ERA retrieval function by Alex Porosanu · 10 years ago
  76. fecfd7f crypto: mxs-dcp: Check the return value of stmp_reset_block() by Fabio Estevam · 10 years ago
  77. e921f03 crypto: mxs-dcp: Use devm_kzalloc() by Fabio Estevam · 10 years ago
  78. f3de9cb crypto: talitos: init the priv->alg_list more earlier in talitos_probe() by Kevin Hao · 10 years ago
  79. 530abd8 crypto: ccp - Perform completion callbacks using a tasklet by Tom Lendacky · 11 years ago
  80. bc38544 crypto: ccp - Use a single queue for proper ordering of tfm requests by Tom Lendacky · 11 years ago
  81. c11baa0 crypto: ccp - Move HMAC calculation down to ccp ops file by Tom Lendacky · 11 years ago
  82. d81ed65 crypto: ccp - Allow for selective disablement of crypto API algorithms by Tom Lendacky · 11 years ago
  83. 80e84c1 crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments by Dave Jones · 10 years ago
  84. 0a63b09 crypto: caam - Fix job ring discovery in controller driver by Nitesh Lal · 10 years ago
  85. 2021aba crypto: dcp - Move the AES operation type from actx to rctx by Marek Vasut · 11 years ago
  86. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  87. 13c789a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  88. fe70be5 crypto: mxs - Fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  89. db34cf9 crypto: ccp - CCP device enabled/disabled changes by Tom Lendacky · 11 years ago
  90. 82d1585 crypto: ccp - Cleanup hash invocation calls by Tom Lendacky · 11 years ago
  91. 81a59f0 crypto: ccp - Change data length declarations to u64 by Tom Lendacky · 11 years ago
  92. 393897c crypto: ccp - Check for caller result area before using it by Tom Lendacky · 11 years ago
  93. 77dc4a5 crypto: ccp - Cleanup scatterlist usage by Tom Lendacky · 11 years ago
  94. 5258de8 crypto: ccp - Apply appropriate gfp_t type to memory allocations by Tom Lendacky · 11 years ago
  95. d16b870 crypto: drivers - Sort drivers/crypto/Makefile by Marek Vasut · 11 years ago
  96. 15b59e7 crypto: mxs - Add Freescale MXS DCP driver by Marek Vasut · 11 years ago
  97. c493c04 crypto: mxs - Remove the old DCP driver by Marek Vasut · 11 years ago
  98. a7dedb4 Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers by Olof Johansson · 11 years ago
  99. efb753b crypto: ixp4xx - Fix kernel compile error by Krzysztof Hałasa · 11 years ago
  100. d781728 crypto: talitos - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago