1. 6e8ec66 crypto: rsa - limit supported key lengths by Tadeusz Struk · 9 years ago
  2. a990532 crypto: qat - Add support for RSA algorithm by Tadeusz Struk · 9 years ago
  3. 28cfaf6 crypto: qat - add MMP FW support to accel engine by Tadeusz Struk · 9 years ago
  4. f3dd7e6 crypto: qat - add support for MMP FW by Pingchao Yang · 9 years ago
  5. 544c436 crypto: testmgr - Reenable rfc4309 test by Herbert Xu · 9 years ago
  6. cc81565 crypto: nx - Convert ccm to new AEAD interface by Herbert Xu · 9 years ago
  7. 2642d6a crypto: aes-ce-ccm - Convert to new AEAD interface by Herbert Xu · 9 years ago
  8. 81c4c35 crypto: ccm - Convert to new AEAD interface by Herbert Xu · 9 years ago
  9. 0bc5a6c crypto: testmgr - Disable rfc4309 test and convert test vectors by Herbert Xu · 9 years ago
  10. 2d6f060 crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions by Leonidas Da Silva Barbosa · 9 years ago
  11. 72cd7b4 powerpc: Uncomment and make enable_kernel_vsx() routine available by Leonidas Da Silva Barbosa · 9 years ago
  12. 1f644a7c crypto: marvell/cesa - Drop owner assignment from platform_driver by Krzysztof Kozlowski · 9 years ago
  13. 3f31a74 crypto: testmgr - Reenable rfc4106 test by Herbert Xu · 9 years ago
  14. 4621875 crypto: caam - Use new IV convention by Herbert Xu · 9 years ago
  15. c3d2194 crypto: nx - Use new IV convention by Herbert Xu · 9 years ago
  16. 7b05a37 crypto: gcm - Use new IV convention by Herbert Xu · 9 years ago
  17. e9b8d2c crypto: aesni - Use new IV convention by Herbert Xu · 9 years ago
  18. 34a1c74 crypto: tcrypt - Add support for new IV convention by Herbert Xu · 9 years ago
  19. 8537544 crypto: testmgr - Disable rfc4106 test and convert test vectors by Herbert Xu · 9 years ago
  20. e13f0f6 crypto: aead - Propagate new AEAD implementation flag for IV generators by Herbert Xu · 9 years ago
  21. 5964f26 crypto: seqiv - Replace seqniv with seqiv by Herbert Xu · 9 years ago
  22. 5499b1a crypto: echainiv - Fix encryption convention by Herbert Xu · 9 years ago
  23. f6da320 crypto: cryptd - Propagate new AEAD implementation flag by Herbert Xu · 9 years ago
  24. 846f97d crypto: pcrypt - Propagate new AEAD implementation flag by Herbert Xu · 9 years ago
  25. ba75e15 crypto: aead - Add type-safe function for freeing instances by Herbert Xu · 9 years ago
  26. 319382a crypto: api - Add instance free function to crypto_type by Herbert Xu · 9 years ago
  27. 23ad69a crypto: nx/842 - Fix context corruption by Herbert Xu · 9 years ago
  28. 2c11a3f crypto: aead - Add aead_queue interface by Herbert Xu · 9 years ago
  29. 31d228c crypto: api - Remove unused __crypto_dequeue_request by Herbert Xu · 9 years ago
  30. 773bb50 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 9 years ago
  31. 1425d2d crypto: tcrypt - Fix AEAD speed tests by Vutla, Lokesh · 9 years ago
  32. 340d9d3 crypto: omap-aes - Use BIT() macro by Vutla, Lokesh · 9 years ago
  33. 5396c6c crypto: omap-aes - Fix configuring of AES mode by Vutla, Lokesh · 9 years ago
  34. 6e2e3d1 crypto: omap-aes - Increase priority of hw accelerator by Vutla, Lokesh · 9 years ago
  35. 310b0d5 crypto: omap-aes - Fix CTR mode by Vutla, Lokesh · 9 years ago
  36. 030f4e9 crypto: nx - Fix reentrancy bugs by Herbert Xu · 9 years ago
  37. 2b93f7e crypto: nx - reduce chattiness of platform drivers by Nishanth Aravamudan · 9 years ago
  38. 0d8dc96 crypto: testmgr - add a chunking test for cbc(aes) by LABBE Corentin · 9 years ago
  39. ec9f200 crypto: cryptd - Fix AEAD request context corruption by Herbert Xu · 9 years ago
  40. 4d666db crypto: arm - ignore generated SHA2 assembly files by Baruch Siach · 9 years ago
  41. 7abd75b crypto: nx - do not emit extra output if status is disabled by Nishanth Aravamudan · 9 years ago
  42. ec13bcb crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit} by Nishanth Aravamudan · 9 years ago
  43. fa9a9a0 crypto: nx - nx842_OF_upd_status should return ENODEV if device is not 'okay' by Nishanth Aravamudan · 9 years ago
  44. 6170511 crypto: ccp - Provide support to autoload CCP driver by Tom Lendacky · 9 years ago
  45. acb33cc crypto: omap-des - Fix unmapping of dma channels by Vutla, Lokesh · 9 years ago
  46. d770e55 Linux 4.2-rc1 by Linus Torvalds · 9 years ago
  47. a585d2b Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  48. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  49. 9b284cb bluetooth: fix list handling by Linus Torvalds · 9 years ago
  50. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  51. 6d7c8e1 Merge tag 'ntb-4.2' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  52. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  53. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  54. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  55. 43c3dd0 dax: bdev_direct_access() may sleep by Matthew Wilcox · 9 years ago
  56. bbab37d block: Add support for DAX reads/writes to block devices by Matthew Wilcox · 9 years ago
  57. 872eb12 dax: Use copy_from_iter_nocache by Matthew Wilcox · 9 years ago
  58. 44f4c05 dax: Add block size note to documentation by Matthew Wilcox · 9 years ago
  59. 1b3618b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  60. bf44fe4 NTB: Add split BAR output for debugfs stats by Dave Jiang · 9 years ago
  61. fd839bf NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe by Dave Jiang · 9 years ago
  62. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 9 years ago
  63. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 9 years ago
  64. 2f887b9 NTB: Rename Intel code names to platform names by Dave Jiang · 9 years ago
  65. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 9 years ago
  66. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 9 years ago
  67. 0e041fb NTB: Use NUMA memory in Intel driver by Allen Hubbe · 9 years ago
  68. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 9 years ago
  69. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 9 years ago
  70. 578b881 NTB: Add tool test client by Allen Hubbe · 9 years ago
  71. 963de47 NTB: Add ping pong test client by Allen Hubbe · 9 years ago
  72. 42fefc8 NTB: Add parameters for Intel SNB B2B addresses by Allen Hubbe · 9 years ago
  73. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 9 years ago
  74. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 9 years ago
  75. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 9 years ago
  76. dd5d4d8 NTB: Check the device ID to set errata flags by Dave Jiang · 9 years ago
  77. 5ae0beb NTB: Enable link for Intel root port mode in probe by Dave Jiang · 9 years ago
  78. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 9 years ago
  79. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 9 years ago
  80. a1bd3ba NTB: Add NTB hardware abstraction layer by Allen Hubbe · 9 years ago
  81. 14a6f19 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. 22a093b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. c1776a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 91cca0f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. ec0337e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  87. b96fecb x86/fpu: Fix boot crash in the early FPU code by Ingo Molnar · 9 years ago
  88. 397f237 sched/numa: Fix numa balancing stats in /proc/pid/sched by Srikar Dronamraju · 9 years ago
  89. e3d24d0 sched/numa: Show numa_group ID in /proc/sched_debug task listings by Srikar Dronamraju · 9 years ago
  90. 6b55c96 sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h by Srikar Dronamraju · 9 years ago
  91. 5968cec sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y by Naveen N. Rao · 9 years ago
  92. f6db834 sched/stat: Simplify the sched_info accounting dependency by Naveen N. Rao · 9 years ago
  93. a5cba18 Merge branch 'next' into for-linus by Dmitry Torokhov · 9 years ago
  94. 5c65e7b Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-intel by Linus Torvalds · 9 years ago
  95. 5fc8352 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  96. e24ff46 drm/crtc: Fix edid length computation by Shixin Zeng · 9 years ago
  97. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  98. 2fee94b7 Merge tag 'remoteproc-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 9 years ago
  99. d033ed9 Merge tag 'hwspinlock-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 9 years ago
  100. 6361c84 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago