1. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  2. e5699f5 crypto: ccp: Fix sparse, use plain integer as NULL pointer by Brijesh Singh · 7 years ago
  3. 0bb7816 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  4. c927b08 crypto: s5p-sss - Fix kernel Oops in AES-ECB mode by Kamil Konieczny · 7 years ago
  5. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  6. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  7. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  8. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  9. 2e7d1d6 crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate by Artem Savkov · 7 years ago
  10. dd78c83 crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate by Artem Savkov · 7 years ago
  11. 225ece3 crypto: caam - fix endless loop when DECO acquire fails by Horia Geantă · 7 years ago
  12. 87a81dc crypto: talitos - fix Kernel Oops on hashing an empty file by LEROY Christophe · 7 years ago
  13. 7bf14c2 Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Radim Krčmář · 7 years ago
  14. a103950 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  15. 2d55807 crypto: picoxcell - Fix error handling in spacc_probe() by Alexey Khoroshilov · 7 years ago
  16. 980b4c9 crypto: artpec6 - remove select on non-existing CRYPTO_SHA384 by Corentin LABBE · 7 years ago
  17. 60bcf26 crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe() by weiyongjun \(A\) · 7 years ago
  18. 235699e2a crypto: axis - remove unnecessary platform_get_resource() error check by weiyongjun \(A\) · 7 years ago
  19. 059bfd1 crypto: inside-secure - make function safexcel_try_push_requests static by Colin Ian King · 7 years ago
  20. 5abc8db crypto: chelsio - Fix indentation warning by Harsh Jain · 7 years ago
  21. e1a018e crypto: chelsio - Remove dst sg size zero check by Harsh Jain · 7 years ago
  22. 3d64bd6 crypto: chelsio - Add authenc versions of ctr and sha by Harsh Jain · 7 years ago
  23. 209897d crypto: chelsio - Fix IV updated in XTS operation by Harsh Jain · 7 years ago
  24. 8daa32b crypto: chelsio - check for sg null by Harsh Jain · 7 years ago
  25. db6deea crypto: chelsio - Fix Indentation by Harsh Jain · 7 years ago
  26. 37d728f crypto: marvell/cesa - Fix DMA API misuse by Robin Murphy · 7 years ago
  27. 5c8d850 crypto: s5p-sss - Add SPDX license identifier by Krzysztof Kozlowski · 7 years ago
  28. 9f9cf04 crypto: exynos-rng - Add SPDX license identifier and correct module license by Krzysztof Kozlowski · 7 years ago
  29. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  30. 75d6836 crypto: Use zeroing memory allocator instead of allocator/memset by Himanshu Jha · 7 years ago
  31. ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
  32. 809778e crypto: inside-secure - fix hash when length is a multiple of a block by Antoine Ténart · 7 years ago
  33. c957f8b crypto: inside-secure - avoid unmapping DMA memory that was not mapped by Antoine Ténart · 7 years ago
  34. 0b5a7f7 crypto: crypto4xx - perform aead icv check in the driver by Christian Lamparter · 7 years ago
  35. 333b192 crypto: crypto4xx - kill MODULE_NAME by Christian Lamparter · 7 years ago
  36. 57268ab crypto: crypto4xx - fix missing irq devname by Christian Lamparter · 7 years ago
  37. b66c685 crypto: crypto4xx - support Revision B parts by Christian Lamparter · 7 years ago
  38. b0a191c crypto: crypto4xx - shuffle iomap in front of request_irq by Christian Lamparter · 7 years ago
  39. 02d9e32 crypto: stm32 - Use standard CONFIG name by Corentin Labbe · 7 years ago
  40. 7e0880b crypto: caam - add Derived Key Protocol (DKP) support by Horia Geantă · 7 years ago
  41. 9fe712d crypto: caam - save Era in driver's private data by Horia Geantă · 7 years ago
  42. 662f70e crypto: caam - remove needless ablkcipher key copy by Horia Geantă · 7 years ago
  43. 6674a4f crypto: caam - constify key data by Horia Geantă · 7 years ago
  44. 871df31 crypto: inside-secure - EIP97 support by Antoine Ténart · 7 years ago
  45. 8732b29 crypto: inside-secure - retry to proceed the request later on fail by Antoine Ténart · 7 years ago
  46. 7f77f5a crypto: inside-secure - handle more result requests when counter is full by Antoine Ténart · 7 years ago
  47. 2313e9f crypto: inside-secure - acknowledge the result requests all at once by Antoine Ténart · 7 years ago
  48. fc8c72b crypto: inside-secure - increase the ring size by Antoine Ténart · 7 years ago
  49. dc7e28a crypto: inside-secure - dequeue all requests at once by Antoine Ténart · 7 years ago
  50. 69ee4dd crypto: inside-secure - use threaded IRQs for result handling by Antoine Ténart · 7 years ago
  51. 8472e77 crypto: inside-secure - move request dequeueing into a workqueue by Antoine Ténart · 7 years ago
  52. 5290ad6 crypto: inside-secure - remove unused parameter in invalidate_cache by Ofer Heifetz · 7 years ago
  53. 847ccfc crypto: inside-secure - move cipher crypto mode to request context by Ofer Heifetz · 7 years ago
  54. 12bf414 crypto: inside-secure - EBUSY is not an error on async request by Ofer Heifetz · 7 years ago
  55. c4daf4c crypto: inside-secure - refrain from unneeded invalidations by Ofer Heifetz · 7 years ago
  56. cc75f5c crypto: inside-secure - comment the caching function by Antoine Ténart · 7 years ago
  57. 60310ea crypto: inside-secure - remove useless memset by Antoine Ténart · 7 years ago
  58. dfbcc08 crypto: inside-secure - fix typo in a comment by Antoine Ténart · 7 years ago
  59. 62c2edd crypto: inside-secure - remove extra empty line by Antoine Ténart · 7 years ago
  60. 45fa9a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 7 years ago
  61. 25cf7f0 crypto: exynos - Introduce mutex to prevent concurrent access to hardware by Łukasz Stelmach · 7 years ago
  62. 99c9acf crypto: exynos - Reseed PRNG after generating 2^16 random bytes by Łukasz Stelmach · 7 years ago
  63. 3a5a5e5 crypto: exynos - Improve performance of PRNG by Łukasz Stelmach · 7 years ago
  64. f76d38b crypto: exynos - Support Exynos5250+ SoCs by Łukasz Stelmach · 7 years ago
  65. 6d6e71f crypto: artpec6 - set correct iv size for gcm(aes) by Lars Persson · 7 years ago
  66. 8c9478a crypto: qat - reduce stack size with KASAN by Arnd Bergmann · 7 years ago
  67. 2973633 crypto: inside-secure - do not use areq->result for partial results by Antoine Ténart · 7 years ago
  68. 7cad2fa crypto: inside-secure - fix request allocations in invalidation path by Antoine Ténart · 7 years ago
  69. 0a02dcc crypto: inside-secure - free requests even if their handling failed by Antoine Ténart · 7 years ago
  70. 1eb7b40 crypto: inside-secure - per request invalidation by Ofer Heifetz · 7 years ago
  71. 3fc1264 crypto: exynos - Icrease the priority of the driver by Łukasz Stelmach · 7 years ago
  72. 209c14b crypto: chelsio - fix a type cast error by Atul Gupta · 7 years ago
  73. 144f3d1 crypto: drivers - remove duplicate includes by Pravin Shedge · 7 years ago
  74. 203f450 crypto: n2 - cure use after free by Jan Engelhardt · 7 years ago
  75. d042566 crypto: chelsio - select CRYPTO_GF128MUL by Arnd Bergmann · 7 years ago
  76. df807a1 chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage data by Colin Ian King · 7 years ago
  77. 267469e chcr: remove unused variables net_device, pi, adap and cntrl by Colin Ian King · 7 years ago
  78. 8579e07 crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static by Colin Ian King · 7 years ago
  79. 761a698 crypto: stm32 - fix module device table name by Corentin LABBE · 7 years ago
  80. 9db09e3 crypto: caam/qi - use correct print specifier for size_t by Horia Geantă · 7 years ago
  81. 76a2b52 crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl command by Brijesh Singh · 7 years ago
  82. 7360e4b crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl command by Brijesh Singh · 7 years ago
  83. e799035 crypto: ccp: Implement SEV_PEK_CSR ioctl command by Brijesh Singh · 7 years ago
  84. 77f6532 crypto: ccp: Implement SEV_PDH_GEN ioctl command by Brijesh Singh · 7 years ago
  85. 4d84b72 crypto: ccp: Implement SEV_PEK_GEN ioctl command by Brijesh Singh · 7 years ago
  86. efe1829 crypto: ccp: Implement SEV_PLATFORM_STATUS ioctl command by Brijesh Singh · 7 years ago
  87. 2960f9a crypto: ccp: Implement SEV_FACTORY_RESET ioctl command by Brijesh Singh · 7 years ago
  88. 200664d crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support by Brijesh Singh · 7 years ago
  89. 2a6170d crypto: ccp: Add Platform Security Processor (PSP) device support by Brijesh Singh · 7 years ago
  90. 016db9c crypto: ccp: Build the AMD secure processor driver only with AMD CPU support by Borislav Petkov · 7 years ago
  91. 1964e33 crypto: hifn_795x - Fix a memory leak in the error handling path of 'hifn_probe()' by Christophe Jaillet · 7 years ago
  92. 6dad4e8 chcr: Add support for Inline IPSec by Atul Gupta · 7 years ago
  93. 87aae50 crypto: cavium - fix memory leak on info by Colin Ian King · 7 years ago
  94. 6905c46 crypto: nx - fix spelling mistake: "availavle" -> "available" by Colin Ian King · 7 years ago
  95. f7daa71 crypto: s5p-sss - Remove a stray tab by Dan Carpenter · 7 years ago
  96. 7814f55 crypto: chelsio - Fix an error code in chcr_hash_dma_map() by Dan Carpenter · 7 years ago
  97. d7fc6cf crypto: chelsio - remove redundant assignments to reqctx and dst_size by Colin Ian King · 7 years ago
  98. 9e054ec crypto: stm32 - Support for STM32 CRYP crypto module by Fabien DESSENNE · 7 years ago
  99. 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  100. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago