1. 019b3fd Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 6 months ago
  2. b20d9a7 crypto: nx - Fix numerous sparse byte-order warnings by Herbert Xu · 3 years, 6 months ago
  3. 2a96726 crypto: nx - Fix RCU warning in nx842_OF_upd_status by Herbert Xu · 3 years, 6 months ago
  4. 74c6612 crypto: nx - Fix memcpy() over-reading in nonce by Kees Cook · 3 years, 6 months ago
  5. 99cd49b crypto/nx: Register and unregister VAS interface on PowerVM by Haren Myneni · 3 years, 6 months ago
  6. 8c09949 crypto/nx: Add sysfs interface to export NX capabilities by Haren Myneni · 3 years, 6 months ago
  7. b4ba221 crypto/nx: Get NX capabilities for GZIP coprocessor type by Haren Myneni · 3 years, 6 months ago
  8. 7da00b0 crypto/nx: Rename nx-842-pseries file name to nx-common-pseries by Haren Myneni · 3 years, 6 months ago
  9. 06c6fad powerpc/powernv/vas: Rename register/unregister functions by Haren Myneni · 3 years, 6 months ago
  10. 3f4a856 crypto: nx - Fix typo in comment by Shaokun Zhang · 3 years, 7 months ago
  11. c215b51 crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headers by Lee Jones · 3 years, 7 months ago
  12. 06676aa crypto: nx - add missing MODULE_DEVICE_TABLE by Bixuan Cui · 3 years, 8 months ago
  13. a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 8 months ago
  14. 10cb823 crypto: nx - fix incorrect kernel-doc comment syntax in files by Aditya Srivastava · 3 years, 9 months ago
  15. d007bac crypto: nx - Repair some kernel-doc problems by Lee Jones · 3 years, 9 months ago
  16. 1406f0f crypto: nx - add missing call to of_node_put() by Yang Li · 3 years, 10 months ago
  17. 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 10 months ago
  18. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  19. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  20. 040b00a crypto/nx: Remove 'pid' in vas_tx_win_attr struct by Haren Myneni · 4 years, 8 months ago
  21. 1af11ae crypto/nx: Enable and setup GZIP compression type by Haren Myneni · 4 years, 8 months ago
  22. 4aebf3c crypto/nx: Make enable code generic to add new GZIP compression type by Haren Myneni · 4 years, 8 months ago
  23. 32e091a crypto/nx: Rename nx-842-powernv file name to nx-common-powernv by Haren Myneni · 4 years, 8 months ago
  24. 7673d65 crypto/nx: Initialize coproc entry with kzalloc by Haren Myneni · 4 years, 8 months ago
  25. 5a8a076 crypto: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  26. 809abae crypto: nx - remove stale comment referring to the blkcipher walk API by Ard Biesheuvel · 5 years ago
  27. fe95938 crypto: nx - Improve debugfs_create_u{32,64}() handling for atomics by Geert Uytterhoeven · 5 years ago
  28. 4ba8029 crypto: nx - convert AES-CTR to skcipher API by Eric Biggers · 5 years ago
  29. c1e9c38 crypto: nx - convert AES-CBC to skcipher API by Eric Biggers · 5 years ago
  30. bfd9efd crypto: nx - convert AES-ECB to skcipher API by Eric Biggers · 5 years ago
  31. 7740bd5 crypto: nx - don't abuse blkcipher_desc to pass iv around by Eric Biggers · 5 years ago
  32. 2be7f90 crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version' by YueHaibing · 5 years ago
  33. 3bd4952 crypto: nx - Add of_node_put() before return in 842 by Nishka Dasgupta · 5 years ago
  34. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  35. e52d484 crypto/NX: Set receive window credits to max number of CRBs in RxFIFO by Haren Myneni · 6 years ago
  36. 576d152 crypto: nx - no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  37. 410df0c Merge tag 'v5.2-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  38. 64d85cc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299 by Thomas Gleixner · 6 years ago
  39. 2af7a0f locking/atomic, crypto/nx: Remove redundant casts by Mark Rutland · 6 years ago
  40. 90fde66 locking/atomic, crypto/nx: Prepare for atomic64_read() conversion by Mark Rutland · 6 years ago
  41. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  42. f6ce7f2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19 by Thomas Gleixner · 6 years ago
  43. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  44. 75f2222 crypto: nx - don't abuse shash MAY_SLEEP flag by Eric Biggers · 6 years ago
  45. f947d7f crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size' by YueHaibing · 6 years ago
  46. c79b411 crypto: skcipher - remove remnants of internal IV generators by Eric Biggers · 6 years ago
  47. 5e2d059 Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  48. 656ecc1 crypto/nx: Initialize 842 high and normal RxFIFO control registers by Haren Myneni · 7 years ago
  49. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 6 years ago
  50. 7024e0d crypto: nx - fix spelling mistake: "seqeunce" -> "sequence" by Colin Ian King · 7 years ago
  51. 8c48db9 crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init() by Markus Elfring · 7 years ago
  52. 6905c46 crypto: nx - fix spelling mistake: "availavle" -> "available" by Colin Ian King · 7 years ago
  53. 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
  54. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  55. 0f46a79 crypto/nx: Do not initialize workmem allocation by Haren Myneni · 7 years ago
  56. 976dd64 crypto/nx: Use percpu send window for NX requests by Haren Myneni · 7 years ago
  57. d4ef61b powerpc/vas, nx-842: Define and use chip_to_vas_id() by Sukadev Bhattiprolu · 7 years ago
  58. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  59. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  60. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  61. fdd0f3d crypto: nx - Use GCM IV size constant by Corentin LABBE · 7 years ago
  62. f096ced crypto: nx-842 - constify vio_device_id by Arvind Yadav · 7 years ago
  63. 7fc342d crypto: nx - constify vio_device_id by Arvind Yadav · 7 years ago
  64. b0d6c9b crypto/nx: Add P9 NX support for 842 compression engine by Haren Myneni · 7 years ago
  65. 146e9f1b crypto/nx: Add P9 NX specific error codes for 842 engine by Haren Myneni · 7 years ago
  66. f053683 crypto/nx: Use kzalloc for workmem allocation by Haren Myneni · 7 years ago
  67. cd38a8a crypto/nx: Add nx842_add_coprocs_list function by Haren Myneni · 7 years ago
  68. 1ee51b2 crypto/nx: Create nx842_delete_coprocs function by Haren Myneni · 7 years ago
  69. 56c10d5 crypto/nx: Create nx842_configure_crb function by Haren Myneni · 7 years ago
  70. c97f816 crypto/nx: Rename nx842_powernv_function as icswx function by Haren Myneni · 7 years ago
  71. b6622a3 powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h by Sukadev Bhattiprolu · 7 years ago
  72. 9b50184 crypto: nx - drop duplicate header types.h by Geliang Tang · 8 years ago
  73. e514cc0 crypto: nx - off by one bug in nx_of_update_msc() by Dan Carpenter · 8 years ago
  74. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  75. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  76. 6333ed8 crypto: nx-842 - Mask XERS0 bit in return value by Haren Myneni · 9 years ago
  77. d62112f crypto: nx - use of_property_read_u32() by saurabh · 9 years ago
  78. cb8affb crypto: nx - Fix timing leak in GCM and CCM decryption by David Gstir · 9 years ago
  79. ea0b398 crypto: 842 - Add CRC and validation support by Haren Myneni · 9 years ago
  80. d4c9039 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  81. 9129c26 crypto: nx - Add forward declaration for struct crypto_aead by Herbert Xu · 9 years ago
  82. 5e4b8c1 crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag by Herbert Xu · 9 years ago
  83. d3392f41 crypto: nx - respect sg limit bounds when building sg lists for SHA by Jan Stancek · 9 years ago
  84. 9cfaf08 crypto: nx - Removing CTR mode from NX driver by Leonidas Da Silva Barbosa · 9 years ago
  85. 844190d crypto: nx - use be32_to_cpu for __be32 field in debug msg by Dan Streetman · 9 years ago
  86. 7371c0a crypto: nx - don't err if compressed output > input by Dan Streetman · 9 years ago
  87. 03952d9 crypto: nx - make platform drivers directly register with crypto by Dan Streetman · 9 years ago
  88. 174d66d crypto: nx - rename nx-842-crypto.c to nx-842.c by Dan Streetman · 9 years ago
  89. d31581a crypto: nx - merge nx-compress and nx-compress-crypto by Dan Streetman · 9 years ago
  90. 20fc311 crypto: nx - use common code for both NX decompress success cases by Dan Streetman · 9 years ago
  91. ee781b7 crypto: nx - don't register pSeries driver if ENODEV by Dan Streetman · 9 years ago
  92. 7f6e3aa crypto: nx - move kzalloc() out of spinlock by Dan Streetman · 9 years ago
  93. 90fd73f crypto: nx - remove pSeries NX 'status' field by Dan Streetman · 9 years ago
  94. 039af96 crypto: nx - remove __init/__exit from VIO functions by Dan Streetman · 9 years ago
  95. cc81565 crypto: nx - Convert ccm to new AEAD interface by Herbert Xu · 9 years ago
  96. c3d2194 crypto: nx - Use new IV convention by Herbert Xu · 9 years ago
  97. 23ad69a crypto: nx/842 - Fix context corruption by Herbert Xu · 9 years ago
  98. 773bb50 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  99. 030f4e9 crypto: nx - Fix reentrancy bugs by Herbert Xu · 9 years ago
  100. 2b93f7e crypto: nx - reduce chattiness of platform drivers by Nishanth Aravamudan · 9 years ago