1. 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
  2. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  3. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. 0f46a79 crypto/nx: Do not initialize workmem allocation by Haren Myneni · 7 years ago
  5. 976dd64 crypto/nx: Use percpu send window for NX requests by Haren Myneni · 7 years ago
  6. d4ef61b powerpc/vas, nx-842: Define and use chip_to_vas_id() by Sukadev Bhattiprolu · 7 years ago
  7. 63c5382 crypto: stm32/hash - Fix return issue on update by Lionel Debieve · 7 years ago
  8. ced6a58 crypto: dh - Remove pointless checks for NULL 'p' and 'g' by Eric Biggers · 7 years ago
  9. 5829cc8 crypto: qat - Clean up error handling in qat_dh_set_secret() by Eric Biggers · 7 years ago
  10. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  11. f34d8d5 crypto: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  12. abfa2b3 crypto: chcr - Replace _manual_ swap with swap macro by Gustavo A. R. Silva · 7 years ago
  13. 9c90344 crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[] by Boris BREZILLON · 7 years ago
  14. 747f6ec crypto: atmel - remove empty functions by Tudor-Dan Ambarus · 7 years ago
  15. dfcd839 crypto: caam - remove unused param of ctx_map_to_sec4_sg() by Horia Geantă · 7 years ago
  16. f2ac677 crypto: caam - remove unneeded edesc zeroization by Horia Geantă · 7 years ago
  17. 7a373fd crypto: atmel-aes - Reset the controller before each use by Romain Izard · 7 years ago
  18. 9130801 crypto: atmel-aes - properly set IV after {en,de}crypt by Romain Izard · 7 years ago
  19. c2afad6 crypto: s5p-sss - Add HASH support for Exynos by Kamil Konieczny · 7 years ago
  20. e5e4090 crypto: s5p-sss - Change spaces to tabs by Kamil Konieczny · 7 years ago
  21. f947732 crypto: drivers - Convert timers to use timer_setup() by Kees Cook · 7 years ago
  22. d3b5a87 crypto: caam/qi - abort algorithm setup on DPAA2 parts by Horia Geantă · 7 years ago
  23. cc2f8ab crypto: caam - fix incorrect define by Radu Alexe · 7 years ago
  24. d472e42 crypto: atmel - remove useless irq init by Tudor-Dan Ambarus · 7 years ago
  25. 3c88761 crypto: atmel - return appropriate error code by Tudor-Dan Ambarus · 7 years ago
  26. 591b95a crypto: mediatek - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  27. c70e5f9 crypto: qce - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  28. f1c90ac3 crypto: talitos - move to generic async completion by Gilad Ben-Yossef · 7 years ago
  29. 3d549e3 crypto: marvell/cesa - remove redundant backlog checks on EBUSY by Gilad Ben-Yossef · 7 years ago
  30. cfba73d crypto: ccp - use -ENOSPC for transient busy indication by Gilad Ben-Yossef · 7 years ago
  31. e666d4e crypto: vmx - Use skcipher for ctr fallback by Paulo Flabiano Smorigo · 7 years ago
  32. e6cd5bf crypto: marvell - Switch cipher algs to the skcipher interface by Boris BREZILLON · 7 years ago
  33. e3d062a crypto: qat - mark expected switch fall-throughs in qat_uclo by Gustavo A. R. Silva · 7 years ago
  34. 9c290c5 crypto: qat - remove unused and redundant pointer vf_info by Colin Ian King · 7 years ago
  35. 745952a crypto: ccp - remove unused variable qim by Colin Ian King · 7 years ago
  36. 2f1fedc crypto: cavium - clean up clang warning on unread variable offset by Colin Ian King · 7 years ago
  37. 27b43fd crypto: marvell - Remove the old mv_cesa driver by Boris BREZILLON · 7 years ago
  38. 7b0c3d6 crypto: marvell - Add a platform_device_id table by Boris BREZILLON · 7 years ago
  39. 396d34f crypto: chelsio - Fix memory leak by Harsh Jain · 7 years ago
  40. 2f47d58 crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver by Harsh Jain · 7 years ago
  41. 2956f36 crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl header by Harsh Jain · 7 years ago
  42. de1a00a crypto: chelsio - Use x8_ble gf multiplication to calculate IV. by Harsh Jain · 7 years ago
  43. 40cdbe1 crypto: chelsio - Check error code with IS_ERR macro by Yeshaswi M R Gowda · 7 years ago
  44. 570265b crypto: chelsio - Remove unused parameter by Yeshaswi M R Gowda · 7 years ago
  45. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  46. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  47. 3c0dd19 crypto: talitos - avoid useless copy by LEROY Christophe · 7 years ago
  48. 37b5e88 crypto: talitos - chain in buffered data for ahash on SEC1 by LEROY Christophe · 7 years ago
  49. 49f9783 crypto: talitos - do hw_context DMA mapping outside the requests by LEROY Christophe · 7 years ago
  50. 2e13ce0 crypto: talitos - DMA map key in setkey() by LEROY Christophe · 7 years ago
  51. 9a65560 crypto: talitos - simplify tests in ipsec_esp() by LEROY Christophe · 7 years ago
  52. da9de14 crypto: talitos - remove to_talitos_ptr_len() by LEROY Christophe · 7 years ago
  53. 9c02e28 crypto: talitos - don't check the number of channels at each interrupt by LEROY Christophe · 7 years ago
  54. fd5ea7f crypto: talitos - use devm_ioremap() by LEROY Christophe · 7 years ago
  55. fa14c6c crypto: talitos - use of_property_read_u32() by LEROY Christophe · 7 years ago
  56. 24b92ff crypto: talitos - use devm_kmalloc() by LEROY Christophe · 7 years ago
  57. 5b2cf26 crypto: talitos - declare local functions static by LEROY Christophe · 7 years ago
  58. e4a647c crypto: talitos - zeroize the descriptor with memset() by LEROY Christophe · 7 years ago
  59. 70d355c crypto: talitos - fix ctr-aes-talitos by LEROY Christophe · 7 years ago
  60. fbb2213 crypto: talitos - fix use of sg_link_tbl_len by LEROY Christophe · 7 years ago
  61. 6cda075 crypto: talitos - fix AEAD for sha224 on non sha224 capable chips by LEROY Christophe · 7 years ago
  62. f384cdc crypto: talitos - fix setkey to check key weakness by LEROY Christophe · 7 years ago
  63. e04a61b crypto: talitos - fix memory corruption on SEC2 by LEROY Christophe · 7 years ago
  64. ec8c7d1 crypto: talitos - fix AEAD test failures by LEROY Christophe · 7 years ago
  65. 5923136 crypto: crypto4xx - add aes-gcm support by Christian Lamparter · 7 years ago
  66. 65ea8b6 crypto: crypto4xx - add aes-ccm support by Christian Lamparter · 7 years ago
  67. a0aae82 crypto: crypto4xx - prepare for AEAD support by Christian Lamparter · 7 years ago
  68. 2f77690 crypto: crypto4xx - simplify sa and state context acquisition by Christian Lamparter · 7 years ago
  69. 4b5b799 crypto: crypto4xx - fix stalls under heavy load by Christian Lamparter · 7 years ago
  70. 64e1062 crypto: crypto4xx - fix various warnings by Christian Lamparter · 7 years ago
  71. cd4dcd6 crypto: crypto4xx - overhaul crypto4xx_build_pd() by Christian Lamparter · 7 years ago
  72. 4865b12 crypto: crypto4xx - use the correct LE32 format for IV and key defs by Christian Lamparter · 7 years ago
  73. 8ef8d19 crypto: crypto4xx - add backlog queue support by Christian Lamparter · 7 years ago
  74. 778f81d crypto: crypto4xx - increase context and scatter ring buffer elements by Christian Lamparter · 7 years ago
  75. 333eb3e crypto: crypto4xx - fix type mismatch compiler error by Christian Lamparter · 7 years ago
  76. e9b8e4e crypto: crypto4xx - fix off-by-one AES-OFB by Christian Lamparter · 7 years ago
  77. 5a4326d3 crypto: crypto4xx - wire up hmac_mc to hmac_muting by Christian Lamparter · 7 years ago
  78. 924c9e3 crypto: bcm - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  79. ed713a2 crypto: qat - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  80. dce094e crypto: chelsio - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  81. e02b8b4 crypto: virtio - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  82. bfbd625 crypto: omap-aes - pr_err() strings should end with newlines by Arvind Yadav · 7 years ago
  83. d9fa482 crypto: bcm - use of_device_get_match_data by Corentin LABBE · 7 years ago
  84. 7d556931 crypto: omap - use of_device_get_match_data by Corentin LABBE · 7 years ago
  85. de91568 crypto: stm32 - use of_device_get_match_data by Corentin LABBE · 7 years ago
  86. 2fd23f2 crypto: omap - return -ENOMEM on allocation failure. by Allen · 7 years ago
  87. c07f7c2 crypto:ccp - invoke the DMA callback in a standard way by amd · 7 years ago
  88. 01c4c09 crypto: ccp - unmap pages and remove unmap objects in callback by amd · 7 years ago
  89. 532f419 crypto: stm32 - Try to fix hash padding by Arnd Bergmann · 7 years ago
  90. f0e2ce5 crypto: brcm - Explicity ACK mailbox message by raveendra padasalagi · 7 years ago
  91. 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 7 years ago
  92. 06ec1f8 crypto: Use PTR_ERR_ZERO by Himanshu Jha · 7 years ago
  93. 18fddf5 crypto: inside-secure - remove null check before kfree by Himanshu Jha · 7 years ago
  94. b8d3de8 crypto: n2 - remove null check before kfree by Himanshu Jha · 7 years ago
  95. 16d5cee crypto: padlock-sha - constify x86_cpu_id by Arvind Yadav · 7 years ago
  96. d989364 crypto: padlock-aes - constify x86_cpu_id by Arvind Yadav · 7 years ago
  97. 9e0a0b3 crypto: crypto4xx - pointer arithmetic overhaul by Christian Lamparter · 7 years ago
  98. 5d59ad6 crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak by Christian Lamparter · 7 years ago
  99. 40e3b84 crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant by Christian Lamparter · 7 years ago
  100. 5c727f9 crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst() by Christian Lamparter · 7 years ago