1. 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  2. ec310ca crypto: ccp - add SEV command privilege separation by Brijesh Singh · 5 years ago
  3. be9fe62 crypto: ccp - switch from ablkcipher to skcipher by Ard Biesheuvel · 5 years ago
  4. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  5. 691505a crypto: ccp - fix uninitialized list head by Mark Salter · 5 years ago
  6. 03f008c crypto: ccp - Verify access to device registers before initializing by Hook, Gary · 5 years ago
  7. 0d3c678 crypto: ccp - Change a message to reflect status instead of failure by Hook, Gary · 5 years ago
  8. 1d55fdc crypto: ccp - Retry SEV INIT command in case of integrity check failure. by Ashish Kalra · 5 years ago
  9. 0fc5dea KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests by Tom Lendacky · 5 years ago
  10. 128c664 crypto: ccp - Release all allocated memory if sha type is invalid by Navid Emamdoost · 5 years ago
  11. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  12. e0f14b8 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  13. c03a509 crypto: ccp - invoke fallback for XTS ciphertext stealing by Ard Biesheuvel · 5 years ago
  14. b525041 crypto: ccp/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  15. 5871cd9 crypto: ccp - Ignore unconfigured CCP device on suspend/resume by Gary R Hook · 5 years ago
  16. e577dc1 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  17. 3a646b6 crypto: ccp - Remove unnecessary linux/pci.h include by Bjorn Helgaas · 5 years ago
  18. f6b0b78 crypto: ccp - Include DMA declarations explicitly by Bjorn Helgaas · 5 years ago
  19. 17729e5 crypto: ccp - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  20. 114e2cc crypto: ccp - Clean up and exit correctly on allocation failure by Gary R Hook · 5 years ago
  21. f6ebfd7 crypto: ccp - Log an error message when ccp-crypto fails to load by Gary R Hook · 5 years ago
  22. e2664ec crypto: ccp - Ignore tag length when decrypting GCM ciphertext by Gary R Hook · 5 years ago
  23. 9f00baf crypto: ccp - Add support for valid authsize values less than 16 by Gary R Hook · 5 years ago
  24. 25e44338 crypto: ccp - Fix oops by properly managing allocated structures by Gary R Hook · 5 years ago
  25. bfb5eb0 crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc by Chuhong Yuan · 5 years ago
  26. 72c8117 crypto: ccp - Reduce maximum stack usage by Arnd Bergmann · 5 years ago
  27. 2a03e3a crypto: ccp - Include the module name in system log messages by Hook, Gary · 5 years ago
  28. a7c2647 crypto: ccp - Add a module parameter to control registration for DMA by Hook, Gary · 5 years ago
  29. 90773bc crypto: ccp - module parameter to limit the number of enabled CCPs by Hook, Gary · 5 years ago
  30. c4a8927 crypto: ccp - Add a module parameter to specify a queue count by Hook, Gary · 5 years ago
  31. 93308ba crypto: ccp - Make CCP debugfs support optional by Hook, Gary · 5 years ago
  32. 6273fd7 crypto: ccp - move to AES library for CMAC key derivation by Ard Biesheuvel · 6 years ago
  33. dd4542d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  34. 83bf425 crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL by David Rientjes · 5 years ago
  35. 538a5a07 crypto: ccp/gcm - use const time tag comparison. by Cfir Cohen · 6 years ago
  36. 20e833d crypto: ccp - memset structure fields to zero before reuse by Hook, Gary · 5 years ago
  37. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  38. 600bac0 crypto: ccp - Switch to SPDX license identifiers by Hook, Gary · 6 years ago
  39. 52393d6 crypto: ccp - Validate the the error value used to index error messages by Hook, Gary · 6 years ago
  40. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  41. 89646fd crypto: ccp - Fix 3DES complaint from ccp-crypto module by Hook, Gary · 6 years ago
  42. c3b359d crypto: ccp - fix AES CFB error exposed by new test vectors by Hook, Gary · 6 years ago
  43. 499df96 crypto: ccp - AES CFB mode is a stream cipher by Hook, Gary · 6 years ago
  44. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  45. 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
  46. 3ecc972 crypto: rsa - unimplement sign/verify for raw RSA backends by Vitaly Chikunov · 6 years ago
  47. 76a329c crypto: ccp - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  48. f5a2aeb8 crypto: ccp - Do not free psp_master when PLATFORM_INIT fails by Singh, Brijesh · 6 years ago
  49. 8316da0 crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart() by YueHaibing · 6 years ago
  50. d6112ea crypto: ccp - introduce SEV_GET_ID2 command by Singh, Brijesh · 6 years ago
  51. 52c899e crypto: ccp - Make ccp_register_rsa_alg static by YueHaibing · 6 years ago
  52. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  53. 7df5218 crypto: ccp - Update driver messages to remove some confusion by Lendacky, Thomas · 6 years ago
  54. f8903b3 crypto: ccp - fix the SEV probe in kexec boot path by Singh, Brijesh · 6 years ago
  55. 31e1d26 crypto: ccp - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  56. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  57. fa5cd1c crypto: ccp - Update copyright notices and dates by Hook, Gary · 6 years ago
  58. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  59. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  60. 1ad0f16 crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations by Eric Biggers · 6 years ago
  61. 5182f26 crypto: ccp - Make function sev_get_firmware() static by Wei Yongjun · 6 years ago
  62. 3512dcb crypto: ccp - Remove forward declaration by Nathan Chancellor · 6 years ago
  63. 7f28615 crypto: ccp - Remove VLA usage of skcipher by Kees Cook · 6 years ago
  64. e937206 crypto: ccp - Allow SEV firmware to be chosen based on Family and Model by Janakarajan Natarajan · 6 years ago
  65. b78d379 crypto: ccp - Fix static checker warning by Janakarajan Natarajan · 6 years ago
  66. e82867f crypto: ccp - add timeout support in the SEV command by Brijesh Singh · 6 years ago
  67. afb31cd crypto: ccp - Check for NULL PSP pointer at module unload by Tom Lendacky · 6 years ago
  68. dcbc0c6 crypto: ccp - Add support for new CCP/PSP device ID by Tom Lendacky · 7 years ago
  69. ad01a98 crypto: ccp - Support register differences between PSP devices by Tom Lendacky · 7 years ago
  70. 03af912 crypto: ccp - Remove unused #defines by Tom Lendacky · 7 years ago
  71. 015c8c8 crypto: ccp - Add psp enabled message when initialization succeeds by Tom Lendacky · 7 years ago
  72. f426d2b crypto: ccp - Fix command completion detection race by Tom Lendacky · 7 years ago
  73. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 7 years ago
  74. 6a38f62 crypto: ahash - remove useless setting of type flags by Eric Biggers · 7 years ago
  75. 0b3a830 crypto: ccp - Add GET_ID SEV command by Janakarajan Natarajan · 7 years ago
  76. edd303f crypto: ccp - Add DOWNLOAD_FIRMWARE SEV command by Janakarajan Natarajan · 7 years ago
  77. b698a9f crypto: ccp - Validate buffer lengths for copy operations by Gary R Hook · 7 years ago
  78. 6c51ddd crypto: ccp - Use memdup_user() rather than duplicating its implementation by Markus Elfring · 7 years ago
  79. 0ee991b crypto: ccp - Fill the result buffer only on digest, finup, and final ops by Gary R Hook · 7 years ago
  80. e385b5b crypto: ccp - Fix sparse, use plain integer as NULL pointer by Brijesh Singh · 7 years ago
  81. 0a9eb80 crypto: ccp - return an actual key size from RSA max_size callback by Maciej S. Szmigiero · 7 years ago
  82. 79eb382 crypto: ccp - don't disable interrupts while setting up debugfs by Sebastian Andrzej Siewior · 7 years ago
  83. 716c7c3 crypto: ccp - add check to get PSP master only when PSP is detected by Brijesh Singh · 7 years ago
  84. 404a36a crypto: ccp - Make function ccp_get_dma_chan_attr static by Colin Ian King · 7 years ago
  85. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  86. 144f3d1 crypto: drivers - remove duplicate includes by Pravin Shedge · 7 years ago
  87. 76a2b52 crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl command by Brijesh Singh · 7 years ago
  88. 7360e4b crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl command by Brijesh Singh · 7 years ago
  89. e799035 crypto: ccp: Implement SEV_PEK_CSR ioctl command by Brijesh Singh · 7 years ago
  90. 77f6532 crypto: ccp: Implement SEV_PDH_GEN ioctl command by Brijesh Singh · 7 years ago
  91. 4d84b72 crypto: ccp: Implement SEV_PEK_GEN ioctl command by Brijesh Singh · 7 years ago
  92. efe1829 crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl command by Brijesh Singh · 7 years ago
  93. 2960f9a crypto: ccp: Implement SEV_FACTORY_RESET ioctl command by Brijesh Singh · 7 years ago
  94. 200664d crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support by Brijesh Singh · 7 years ago
  95. 2a6170d crypto: ccp: Add Platform Security Processor (PSP) device support by Brijesh Singh · 7 years ago
  96. 016db9c crypto: ccp: Build the AMD secure processor driver only with AMD CPU support by Borislav Petkov · 7 years ago
  97. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  98. cfba73d crypto: ccp - use -ENOSPC for transient busy indication by Gilad Ben-Yossef · 7 years ago
  99. 745952a crypto: ccp - remove unused variable qim by Colin Ian King · 7 years ago
  100. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago