1. cd15f10 crypto: lz4 - fixed decompress function to return error code by Myungho Jung · 8 years ago
  2. 07a7792 padata: free correct variable by Jason A. Donenfeld · 8 years ago
  3. f437a3f crypto: api - Extend algorithm name limit to 128 bytes by Herbert Xu · 8 years ago
  4. 633439f xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansion by Herbert Xu · 8 years ago
  5. 3f69cc6 crypto: af_alg - Allow arbitrarily long algorithm names by Herbert Xu · 8 years ago
  6. 4473710 crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansion by Herbert Xu · 8 years ago
  7. ca3bff7 hwrng: timeriomem - Improve performance for sub-jiffie update periods by Rick Altherr · 8 years ago
  8. 5ab693e hwrng: timeriomem - Shorten verbose type and variable names by Rick Altherr · 8 years ago
  9. 7acd4de hwrng: timeriomem - Migrate to new API by Rick Altherr · 8 years ago
  10. 42ae292 crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT by Matthias Kaehlcke · 8 years ago
  11. ad1064c crypto: xts - drop gf128mul dependency by Ondrej Mosnáček · 8 years ago
  12. 692016b crypto: glue_helper - remove the le128_gf128mul_x_ble function by Ondrej Mosnáček · 8 years ago
  13. e55318c crypto: gf128mul - switch gf128mul_x_ble to le128 by Ondrej Mosnáček · 8 years ago
  14. acb9b15 crypto: gf128mul - define gf128mul_x_* in gf128mul.h by Ondrej Mosnáček · 8 years ago
  15. f275d38 crypto: nx - Update MAINTAINERS entry for 842 compression by Haren Myneni · 8 years ago
  16. 2d15839 crypto: ccp - Rearrange structure members to minimize size by Gary R Hook · 8 years ago
  17. 51de7dd crypto: ccp - Remove redundant cpu-to-le32 macros by Gary R Hook · 8 years ago
  18. 8fbbcbd ARM: configs: stm32: Add crypto support by Fabien DESSENNE · 8 years ago
  19. 2e3db29 ARM: dts: stm32: enable CRC on stm32746g-eval board by Fabien DESSENNE · 8 years ago
  20. 115d691 ARM: dts: stm32: Add CRC support to stm32f746 by Fabien DESSENNE · 8 years ago
  21. b51dbe9 crypto: stm32 - Support for STM32 CRC32 crypto module by Fabien DESSENNE · 8 years ago
  22. c0a680c dt-bindings: Document STM32 CRC bindings by Fabien DESSENNE · 8 years ago
  23. c6dc060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  24. 40c98cb crypto: caam - fix RNG deinstantiation error checking by Horia Geantă · 8 years ago
  25. 33fa46d crypto: caam - fix invalid dereference in caam_rsa_init_tfm() by Horia Geantă · 8 years ago
  26. ec36060 crypto: caam - fix JR platform device subsequent (re)creations by Horia Geantă · 8 years ago
  27. 796b40c crypto: ixp4xx - Use sg_virt() by Geliang Tang · 8 years ago
  28. 44068d5 crypto: DRBG - initialize SGL only once by Stephan Mueller · 8 years ago
  29. 0d8da10 crypto: testmgr - mark ctr(des3_ede) as fips_allowed by Marcelo Cerri · 8 years ago
  30. d64069e crypto: zip - add a cast for printing atomic64_t values by Arnd Bergmann · 8 years ago
  31. 0d13d8f crypto: zip - Memory corruption in zip_clear_stats() by Dan Carpenter · 8 years ago
  32. 106d733 crypto: s5p-sss - Document the struct s5p_aes_dev by Krzysztof Kozlowski · 8 years ago
  33. fb514b2 crypto: s5p-sss - Remove unused variant field from state container by Krzysztof Kozlowski · 8 years ago
  34. 42d5c17 crypto: s5p-sss - Close possible race for completed requests by Krzysztof Kozlowski · 8 years ago
  35. b189817 crypto: caam/qi - add ablkcipher and authenc algorithms by Horia Geantă · 8 years ago
  36. 67c2315d crypto: caam - add Queue Interface (QI) backend support by Horia Geantă · 8 years ago
  37. cd37369 crypto: caam - avoid double inclusion in desc_constr.h by Horia Geantă · 8 years ago
  38. e5c748a soc/qman: add macros needed by caam/qi driver by Horia Geantă · 8 years ago
  39. 8496272 soc/qman: export non-programmable FQD fields query by Horia Geantă · 8 years ago
  40. 329d090 soc/qman: add dedicated channel ID for CAAM by Horia Geantă · 8 years ago
  41. 1662e93 soc/qman: export volatile dequeue related structs by Horia Geantă · 8 years ago
  42. 3c7eb3c md5: remove from lib and only live in crypto by Jason A. Donenfeld · 8 years ago
  43. fdb2726 crypto, x86: aesni - fix token pasting for clang by Michael Davidson · 8 years ago
  44. 36cf515 crypto: ccp - Enable support for AES GCM on v5 CCPs by Gary R Hook · 8 years ago
  45. 990672d crypto: ccp - Enable 3DES function on v5 CCPs by Gary R Hook · 8 years ago
  46. ccebcf3 crypto: ccp - Add SHA-2 384- and 512-bit support by Gary R Hook · 8 years ago
  47. 146c868 crypto: powerpc - Stress test for vpmsum implementations by Daniel Axtens · 8 years ago
  48. b01df1c crypto: powerpc - Add CRC-T10DIF acceleration by Daniel Axtens · 8 years ago
  49. 08c7dd1 crypto: powerpc - Re-enable non-REFLECTed CRCs by Daniel Axtens · 8 years ago
  50. de696a2 crypto: powerpc - Factor out the core CRC vpmsum algorithm by Daniel Axtens · 8 years ago
  51. 2e6d603 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 8 years ago
  52. 9df0eb1 crypto: xts,lrw - fix out-of-bounds write after kmalloc failure by Eric Biggers · 8 years ago
  53. efc989f crypto: ccp - Make some CCP DMA channels private by Gary R Hook · 8 years ago
  54. de5540d padata: avoid race in reordering by Jason A. Donenfeld · 8 years ago
  55. 74d1cf4 dt-bindings: rng: clocks property on omap_rng not always mandatory by Thomas Petazzoni · 8 years ago
  56. 97da385 Linux 4.11-rc3 by Linus Torvalds · 8 years ago
  57. 452b94b mm/swap: don't BUG_ON() due to uninitialized swap slot cache by Linus Torvalds · 8 years ago
  58. a07a6e4 Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  59. 4571bc5 Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  60. 8aa3417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  61. 1b8df61 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  62. 6c611d1 qla2xxx: Update driver version to 9.00.00.00-k by Himanshu Madhani · 8 years ago
  63. ec7193e qla2xxx: Fix delayed response to command for loop mode/direct connect. by Quinn Tran · 8 years ago
  64. 482c9dc qla2xxx: Change scsi host lookup method. by Quinn Tran · 8 years ago
  65. c423437 qla2xxx: Add DebugFS node to display Port Database by Himanshu Madhani · 8 years ago
  66. 15f30a5 qla2xxx: Use IOCB interface to submit non-critical MBX. by Quinn Tran · 8 years ago
  67. f1443ee qla2xxx: Add async new target notification by Quinn Tran · 8 years ago
  68. 54b9993 qla2xxx: Export DIF stats via debugfs by Anil Gurumurthy · 8 years ago
  69. be25152 qla2xxx: Improve T10-DIF/PI handling in driver. by Quinn Tran · 8 years ago
  70. 5b33469 qla2xxx: Allow relogin to proceed if remote login did not finish by Quinn Tran · 8 years ago
  71. f159b3c qla2xxx: Fix sess_lock & hardware_lock lock order problem. by Quinn Tran · 8 years ago
  72. 8f6fc8d qla2xxx: Fix inadequate lock protection for ABTS. by Quinn Tran · 8 years ago
  73. 8b66680 qla2xxx: Fix request queue corruption. by Quinn Tran · 8 years ago
  74. ae940f2 qla2xxx: Fix memory leak for abts processing by Quinn Tran · 8 years ago
  75. c4a9b53 qla2xxx: Allow vref count to timeout on vport delete. by Joe Carnuccio · 8 years ago
  76. 7d7a743 tcmu: Convert cmd_time_out into backend device attribute by Nicholas Bellinger · 8 years ago
  77. af980e4 tcmu: make cmd timeout configurable by Mike Christie · 8 years ago
  78. 972c7f1 tcmu: add helper to check if dev was configured by Mike Christie · 8 years ago
  79. 93afaa4 Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 8 years ago
  80. 760bf57 target: fix race during implicit transition work flushes by Mike Christie · 8 years ago
  81. 1ca4d4f target: allow userspace to set state to transitioning by Mike Christie · 8 years ago
  82. d717537 target: fix ALUA transition timeout handling by Mike Christie · 8 years ago
  83. 207ee84 target: Use system workqueue for ALUA transitions by Mike Christie · 8 years ago
  84. 0a41457 target: fail ALUA transitions for pscsi by Mike Christie · 8 years ago
  85. 530c689 target: allow ALUA setup for some passthrough backends by Mike Christie · 8 years ago
  86. 2579325 tcmu: return on first Opt parse failure by Mike Christie · 8 years ago
  87. 3abaa2b tcmu: allow hw_max_sectors greater than 128 by Mike Christie · 8 years ago
  88. 9c28ca4 target: Drop pointless tfo->check_stop_free check by Nicholas Bellinger · 8 years ago
  89. 73580da parisc: Fix system shutdown halt by Helge Deller · 8 years ago
  90. 74e3f6e parisc: perf: Fix potential NULL pointer dereference by Arvind Yadav · 8 years ago
  91. 3e51f89 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  92. 8d94099 Merge tag 'pm-4.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  93. 8b766e0 Merge branches 'pm-cpufreq-fixes' and 'intel_pstate-fixes' by Rafael J. Wysocki · 8 years ago
  94. 8841b5f Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  95. eab60d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  96. ae13373 Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  97. a7fc726 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  98. cd21deb Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. b5f1308 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  100. 18f48c9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago