1. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  2. 144f3d1 crypto: drivers - remove duplicate includes by Pravin Shedge · 7 years ago
  3. 76a2b52 crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl command by Brijesh Singh · 7 years ago
  4. 7360e4b crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl command by Brijesh Singh · 7 years ago
  5. e799035 crypto: ccp: Implement SEV_PEK_CSR ioctl command by Brijesh Singh · 7 years ago
  6. 77f6532 crypto: ccp: Implement SEV_PDH_GEN ioctl command by Brijesh Singh · 7 years ago
  7. 4d84b72 crypto: ccp: Implement SEV_PEK_GEN ioctl command by Brijesh Singh · 7 years ago
  8. efe1829 crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl command by Brijesh Singh · 7 years ago
  9. 2960f9a crypto: ccp: Implement SEV_FACTORY_RESET ioctl command by Brijesh Singh · 7 years ago
  10. 200664d crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support by Brijesh Singh · 7 years ago
  11. 2a6170d crypto: ccp: Add Platform Security Processor (PSP) device support by Brijesh Singh · 7 years ago
  12. 016db9c crypto: ccp: Build the AMD secure processor driver only with AMD CPU support by Borislav Petkov · 7 years ago
  13. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  14. cfba73d crypto: ccp - use -ENOSPC for transient busy indication by Gilad Ben-Yossef · 7 years ago
  15. 745952a crypto: ccp - remove unused variable qim by Colin Ian King · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. c07f7c2 crypto:ccp - invoke the DMA callback in a standard way by amd · 7 years ago
  18. 01c4c09 crypto: ccp - unmap pages and remove unmap objects in callback by amd · 7 years ago
  19. cf0bd0a crypto: ccp - Use GCM IV size constant by Corentin LABBE · 7 years ago
  20. cd7b34f Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  21. c678fa6 dmaengine: remove DMA_SG as it is dead code in kernel by Dave Jiang · 7 years ago
  22. ef4064b crypto: ccp - use dma_mapping_error to check map error by Pan Bian · 7 years ago
  23. ac360fa crypto: ccp - select CONFIG_CRYPTO_RSA by Arnd Bergmann · 7 years ago
  24. d634bae crypto: ccp - avoid uninitialized variable warning by Arnd Bergmann · 7 years ago
  25. 5060ffc crypto: ccp - Add XTS-AES-256 support for CCP version 5 by Gary R Hook · 7 years ago
  26. 7f7216c crypto: ccp - Rework the unit-size check for XTS-AES by Gary R Hook · 7 years ago
  27. 47f27f1 crypto: ccp - Add a call to xts_check_key() by Gary R Hook · 7 years ago
  28. e652399 crypto: ccp - Fix XTS-AES-128 support on v5 CCPs by Gary R Hook · 7 years ago
  29. 0876d16 crypto: ccp - remove duplicate module version and author entry by Brijesh Singh · 7 years ago
  30. e28c190 csrypto: ccp - Expand RSA support for a v5 ccp by Gary R Hook · 7 years ago
  31. ceeec0a crypto: ccp - Add support for RSA on the CCP by Gary R Hook · 7 years ago
  32. 6ba46c7 crypto: ccp - Fix base RSA function for version 5 CCPs by Gary R Hook · 7 years ago
  33. 68cc652 crypto: ccp - Update copyright dates for 2017. by Gary R Hook · 7 years ago
  34. 57de3ae crypto: ccp - remove ccp_present() check from device initialize by Brijesh Singh · 8 years ago
  35. d0ebbc0 crypto: ccp - rename ccp driver initialize files as sp device by Brijesh Singh · 8 years ago
  36. f4d18d6 crypto: ccp - Abstract interrupt registeration by Brijesh Singh · 8 years ago
  37. 720419f crypto: ccp - Introduce the AMD Secure Processor device by Brijesh Singh · 8 years ago
  38. 970e830 crypto: ccp - Use devres interface to allocate PCI/iomap and cleanup by Brijesh Singh · 8 years ago
  39. 28a2cc6 crypto: ccp - print error message on platform_get_irq failure by Gustavo A. R. Silva · 8 years ago
  40. 33460b2 crypto: ccp - Provide an error path for debugfs setup failure by Gary R Hook · 8 years ago
  41. bce386a crypto: ccp - Change all references to use the JOB ID macro by Gary R Hook · 8 years ago
  42. 77af0ae crypto: ccp - Fix some line spacing by Gary R Hook · 8 years ago
  43. 30b4c54 crypto: ccp - Release locks before returning by Gary R Hook · 8 years ago
  44. 9d1fb19 crypto: ccp - return NULL instead of 0 by pjambhlekar · 8 years ago
  45. 3cdbe34 crypto: ccp - Add debugfs entries for CCP information by Gary R Hook · 8 years ago
  46. 6507c57 crypto: ccp - Use IPAD/OPAD constant by Corentin LABBE · 8 years ago
  47. ac50b78 crypto: ccp - Add a module author by Gary R Hook · 8 years ago
  48. 6263b51 crypto: ccp - Change ISR handler method for a v5 CCP by Gary R Hook · 8 years ago
  49. 7b537b2 crypto: ccp - Change ISR handler method for a v3 CCP by Gary R Hook · 8 years ago
  50. 116591f crypto: ccp - Disable interrupts early on unload by Gary R Hook · 8 years ago
  51. 56467cb crypto: ccp - Use only the relevant interrupt bits by Gary R Hook · 8 years ago
  52. 2d15839 crypto: ccp - Rearrange structure members to minimize size by Gary R Hook · 8 years ago
  53. 51de7dd crypto: ccp - Remove redundant cpu-to-le32 macros by Gary R Hook · 8 years ago
  54. c6dc060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  55. 36cf515 crypto: ccp - Enable support for AES GCM on v5 CCPs by Gary R Hook · 8 years ago
  56. 990672d crypto: ccp - Enable 3DES function on v5 CCPs by Gary R Hook · 8 years ago
  57. ccebcf3 crypto: ccp - Add SHA-2 384- and 512-bit support by Gary R Hook · 8 years ago
  58. efc989f crypto: ccp - Make some CCP DMA channels private by Gary R Hook · 8 years ago
  59. 7c46844 crypto: ccp - Assign DMA commands to the channel's CCP by Gary R Hook · 8 years ago
  60. 83d650a crypto: ccp - Simplify some buffer management routines by Gary R Hook · 8 years ago
  61. 4cdf101 crypto: ccp - Update the command queue on errors by Gary R Hook · 8 years ago
  62. a60496a crypto: ccp - Change mode for detailed CCP init messages by Gary R Hook · 8 years ago
  63. f7cc02b3 crypto: ccp - Set the AES size field for all modes by Gary R Hook · 8 years ago
  64. e5da5c5 crypto: ccp - Fix double add when creating new DMA command by Gary R Hook · 8 years ago
  65. 500c010 crypto: ccp - Fix DMA operations when IOMMU is enabled by Gary R Hook · 8 years ago
  66. e6414b1 crypto: ccp - Fix handling of RSA exponent on a v5 device by Gary R Hook · 8 years ago
  67. 103600a crypto: ccp - Clean up the LSB slot allocation code by Gary R Hook · 8 years ago
  68. ec9b70d crypto: ccp - remove unneeded code by Gary R Hook · 8 years ago
  69. fdd2cf9 crypto: ccp - change bitfield type to unsigned ints by Gary R Hook · 8 years ago
  70. ff4f44d crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  71. 3cf7996 crypto: ccp - change type of struct member lsb to signed by Gary R Hook · 8 years ago
  72. 81422ba crypto: ccp - Make syslog errors human-readable by Gary R Hook · 8 years ago
  73. 9ddb9dc crypto: ccp - clean up data structure by Gary R Hook · 8 years ago
  74. 7514e36 crypto: ccp - Fix return value check in ccp_dmaengine_register() by Wei Yongjun · 8 years ago
  75. 664f570 crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 8 years ago
  76. ba22a1e crypto: ccp - add missing release in ccp_dmaengine_register by Quentin Lambert · 8 years ago
  77. dabc790 crypto: ccp - Fix non static symbol warning by Wei Yongjun · 8 years ago
  78. e14e7d1 crypto: ccp - Enable use of the additional CCP by Gary R Hook · 8 years ago
  79. 99d90b2 crypto: ccp - Enable DMA service on a v5 CCP by Gary R Hook · 8 years ago
  80. 084935b crypto: ccp - Add support for the RNG in a version 5 CCP by Gary R Hook · 8 years ago
  81. 4b394a2 crypto: ccp - Let a v5 CCP provide the same function as v3 by Gary R Hook · 8 years ago
  82. bb4e89b crypto: ccp - Refactor code to enable checks for queue space. by Gary R Hook · 8 years ago
  83. 8256e68 crypto: ccp - Refactor code supporting the CCP's RNG by Gary R Hook · 8 years ago
  84. 58a690b crypto: ccp - Refactor the storage block allocation code by Gary R Hook · 8 years ago
  85. 956ee21 crypto: ccp - Refactoring: symbol cleanup by Gary R Hook · 8 years ago
  86. a43eb98 crypto: ccp - Shorten the fields of the action structure by Gary R Hook · 8 years ago
  87. fba8855 crypto: ccp - Abstract PCI info for the CCP by Gary R Hook · 8 years ago
  88. fa242e8 crypto: ccp - Fix non-conforming comment style by Gary R Hook · 8 years ago
  89. 241118d crypto: ccp - Use skcipher for fallback by Herbert Xu · 9 years ago
  90. ab6a11a crypto: ccp - Fix AES XTS error for request sizes above 4096 by Tom Lendacky · 9 years ago
  91. bc197b2a crypto: ccp - constify ccp_actions structure by Julia Lawall · 9 years ago
  92. 6f64389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  93. b3c2fee crypto: ccp - Ensure all dependencies are specified by Gary R Hook · 9 years ago
  94. 58ea8ab crypto: ccp - Register the CCP as a DMA resource by Gary R Hook · 9 years ago
  95. 7587c40 crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h> by Mike Galbraith · 9 years ago
  96. f709b45 crypto: ccp - Prevent information leakage on export by Tom Lendacky · 9 years ago
  97. 03a6f29 crypto: ccp - fix lock acquisition code by Gary R Hook · 9 years ago
  98. ea0375a crypto: ccp - Add abstraction for device-specific calls by Gary R Hook · 9 years ago
  99. c7019c4 crypto: ccp - CCP versioning support by Gary R Hook · 9 years ago
  100. 553d237 crypto: ccp - Support for multiple CCPs by Gary R Hook · 9 years ago