1. b55ca25 crypto: ccp - fix AES CFB error exposed by new test vectors by Hook, Gary · 5 years ago
  2. d63fe94 crypto: ccp - fix uninitialized list head by Mark Salter · 4 years, 8 months ago
  3. 029cc4f crypto: ccp - Validate the the error value used to index error messages by Hook, Gary · 5 years ago
  4. 58b9a54 crypto: ccp - Set the AES size field for all modes by Gary R Hook · 7 years ago
  5. dcb3a4b crypto: ccp - Fix XTS-AES-128 support on v5 CCPs by Gary R Hook · 7 years ago
  6. f8d0509 crypto: ccp - Change ISR handler method for a v5 CCP by Gary R Hook · 7 years ago
  7. a0a2324 crypto: ccp - Change ISR handler method for a v3 CCP by Gary R Hook · 7 years ago
  8. 93424b2 crypto: ccp - Disable interrupts early on unload by Gary R Hook · 7 years ago
  9. 36dffff crypto: ccp - Use only the relevant interrupt bits by Gary R Hook · 7 years ago
  10. b1ef9da crypto: ccp - Assign DMA commands to the channel's CCP by Gary R Hook · 7 years ago
  11. f77e7b1 crypto: ccp - Fix double add when creating new DMA command by Gary R Hook · 7 years ago
  12. 1105ccf crypto: ccp - Fix DMA operations when IOMMU is enabled by Gary R Hook · 7 years ago
  13. 81422ba crypto: ccp - Make syslog errors human-readable by Gary R Hook · 8 years ago
  14. 9ddb9dc crypto: ccp - clean up data structure by Gary R Hook · 8 years ago
  15. 7514e36 crypto: ccp - Fix return value check in ccp_dmaengine_register() by Wei Yongjun · 8 years ago
  16. 664f570 crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 8 years ago
  17. ba22a1e crypto: ccp - add missing release in ccp_dmaengine_register by Quentin Lambert · 8 years ago
  18. dabc790 crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  19. e14e7d1 crypto: ccp - Enable use of the additional CCP by Gary R Hook · 8 years ago
  20. 99d90b2 crypto: ccp - Enable DMA service on a v5 CCP by Gary R Hook · 8 years ago
  21. 084935b crypto: ccp - Add support for the RNG in a version 5 CCP by Gary R Hook · 8 years ago
  22. 4b394a2 crypto: ccp - Let a v5 CCP provide the same function as v3 by Gary R Hook · 8 years ago
  23. bb4e89b crypto: ccp - Refactor code to enable checks for queue space. by Gary R Hook · 8 years ago
  24. 8256e68 crypto: ccp - Refactor code supporting the CCP's RNG by Gary R Hook · 8 years ago
  25. 58a690b crypto: ccp - Refactor the storage block allocation code by Gary R Hook · 8 years ago
  26. 956ee21 crypto: ccp - Refactoring: symbol cleanup by Gary R Hook · 8 years ago
  27. a43eb98 crypto: ccp - Shorten the fields of the action structure by Gary R Hook · 8 years ago
  28. fba8855 crypto: ccp - Abstract PCI info for the CCP by Gary R Hook · 8 years ago
  29. fa242e8 crypto: ccp - Fix non-conforming comment style by Gary R Hook · 8 years ago
  30. 241118d crypto: ccp - Use skcipher for fallback by Herbert Xu · 8 years ago
  31. ab6a11a crypto: ccp - Fix AES XTS error for request sizes above 4096 by Tom Lendacky · 8 years ago
  32. bc197b2a crypto: ccp - constify ccp_actions structure by Julia Lawall · 8 years ago
  33. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  34. b3c2fee crypto: ccp - Ensure all dependencies are specified by Gary R Hook · 8 years ago
  35. 58ea8ab crypto: ccp - Register the CCP as a DMA resource by Gary R Hook · 8 years ago
  36. 7587c40 crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h> by Mike Galbraith · 8 years ago
  37. f709b45 crypto: ccp - Prevent information leakage on export by Tom Lendacky · 8 years ago
  38. 03a6f29 crypto: ccp - fix lock acquisition code by Gary R Hook · 8 years ago
  39. ea0375a crypto: ccp - Add abstraction for device-specific calls by Gary R Hook · 8 years ago
  40. c7019c4 crypto: ccp - CCP versioning support by Gary R Hook · 8 years ago
  41. 553d237 crypto: ccp - Support for multiple CCPs by Gary R Hook · 8 years ago
  42. 3f19ce2 crypto: ccp - Remove check for x86 family and model by Gary R Hook · 8 years ago
  43. ce0ae26 crypto: ccp - memset request context to zero during import by Tom Lendacky · 8 years ago
  44. b31dde2 crypto: ccp - Don't assume export/import areas are aligned by Tom Lendacky · 8 years ago
  45. d166216 crypto: ccp - Limit the amount of information exported by Tom Lendacky · 8 years ago
  46. 952bce9 crypto: ccp - Add hash state import and export support by Tom Lendacky · 8 years ago
  47. c6c59bf crypto: ccp - use to_pci_dev and to_platform_device by Geliang Tang · 8 years ago
  48. bdd7506 crypto: ccp - Use precalculated hash from headers by LABBE Corentin · 9 years ago
  49. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  50. 1831eff device property: ACPI: Make use of the new DMA Attribute APIs by Suthikulpanit, Suravee · 9 years ago
  51. 166db19 crypto: ccp - Use module name in driver structures by Tom Lendacky · 9 years ago
  52. 21dc9e8 crypto: ccp - Change references to accelerator to offload by Tom Lendacky · 9 years ago
  53. 52948cef crypto: ccp - Remove use ACPI field by Tom Lendacky · 9 years ago
  54. 355eba5 crypto: ccp - Replace BUG_ON with WARN_ON and a return code by Tom Lendacky · 9 years ago
  55. 6170511 crypto: ccp - Provide support to autoload CCP driver by Tom Lendacky · 9 years ago
  56. 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  57. 596103c crypto: drivers - Fix Kconfig selects by Herbert Xu · 9 years ago
  58. 04825cf crypto: ccp - Unify coherency checking logic with device_dma_is_coherent() by Suthikulpanit, Suravee · 9 years ago
  59. fb43f69 crypto: ccp - Protect against poorly marked end of sg list by Tom Lendacky · 9 years ago
  60. d725332 crypto: ccp - Remove unused structure field by Tom Lendacky · 9 years ago
  61. d921620 crypto: ccp - Remove manual check and set of dma_mask pointer by Tom Lendacky · 9 years ago
  62. 6c50634 crypto: ccp - Add ACPI support by Tom Lendacky · 9 years ago
  63. be03a3a crypto: ccp - Convert calls to their devm_ counterparts by Tom Lendacky · 9 years ago
  64. 261bf07 crypto: ccp - Use dma_set_mask_and_coherent to set DMA mask by Tom Lendacky · 9 years ago
  65. a5bd093 crypto: ccp - Update CCP build support by Tom Lendacky · 9 years ago
  66. 8db8846 crypto: ccp - Updates for checkpatch warnings/errors by Tom Lendacky · 9 years ago
  67. 490f702 crypto: ccp - terminate ccp_support array with empty element by Andrey Ryabinin · 9 years ago
  68. 28f0136 crypto: ccp: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  69. 61ded52 crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c by Jan-Simon Möller · 10 years ago
  70. c9f21cb crypto: ccp - Check for CCP before registering crypto algs by Tom Lendacky · 10 years ago
  71. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  72. 6391723 crypto: ccp - Do not sign extend input data to CCP by Tom Lendacky · 10 years ago
  73. 4839ddca crypto: ccp - Remove "select OF" from Kconfig by Tom Lendacky · 10 years ago
  74. 126ae9a crypto: ccp - Base AXI DMA cache settings on device tree by Tom Lendacky · 10 years ago
  75. c4f4b32 crypto: ccp - Add platform device support for arm64 by Tom Lendacky · 10 years ago
  76. 3d77565 crypto: ccp - Modify PCI support in prep for arm64 support by Tom Lendacky · 10 years ago
  77. b4168a1 crypto: ccp - tfm->__crt_alg->cra_name directly by Marek Vasut · 10 years ago
  78. 5347ee8 crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  79. c65a52f crypto: ccp - Account for CCP backlog processing by Tom Lendacky · 10 years ago
  80. 950b10b crypto: ccp - Invoke context callback when there is a backlog error by Tom Lendacky · 10 years ago
  81. 0611451 crypto: ccp - Prevent a possible lost CCP command request by Tom Lendacky · 10 years ago
  82. 530abd8 crypto: ccp - Perform completion callbacks using a tasklet by Tom Lendacky · 10 years ago
  83. bc38544 crypto: ccp - Use a single queue for proper ordering of tfm requests by Tom Lendacky · 10 years ago
  84. c11baa0 crypto: ccp - Move HMAC calculation down to ccp ops file by Tom Lendacky · 10 years ago
  85. d81ed65 crypto: ccp - Allow for selective disablement of crypto API algorithms by Tom Lendacky · 10 years ago
  86. 80e84c1 crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments by Dave Jones · 10 years ago
  87. db34cf9 crypto: ccp - CCP device enabled/disabled changes by Tom Lendacky · 10 years ago
  88. 82d1585 crypto: ccp - Cleanup hash invocation calls by Tom Lendacky · 10 years ago
  89. 81a59f0 crypto: ccp - Change data length declarations to u64 by Tom Lendacky · 10 years ago
  90. 393897c crypto: ccp - Check for caller result area before using it by Tom Lendacky · 10 years ago
  91. 77dc4a5 crypto: ccp - Cleanup scatterlist usage by Tom Lendacky · 10 years ago
  92. 5258de8 crypto: ccp - Apply appropriate gfp_t type to memory allocations by Tom Lendacky · 10 years ago
  93. b8d9a50 crypto: ccp - Remove redundant dev_set_drvdata by Sachin Kamat · 10 years ago
  94. 369f3da crypto: ccp - Remove user triggerable pr_err calls by Tom Lendacky · 11 years ago
  95. d5aa809 crypto: ccp - CCP Kconfig fixes by Tom Lendacky · 11 years ago
  96. 6f0be9b crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c by Tom Lendacky · 11 years ago
  97. d1dd206 crytpo: ccp - fix coccinelle warnings by Fengguang Wu · 11 years ago
  98. f114766 crytpo: ccp - CCP device driver build files by Tom Lendacky · 11 years ago
  99. 0ab0a1d crypto: ccp - CCP SHA crypto API support by Tom Lendacky · 11 years ago
  100. 1d6b8a6 crypto: ccp - CCP XTS-AES crypto API support by Tom Lendacky · 11 years ago