1. 9b45b7b crypto: rsa - Generate fixed-length output by Herbert Xu · 8 years ago
  2. 32f27c7 crypto: api - Add crypto_inst_setname by Herbert Xu · 8 years ago
  3. 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
  4. 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
  5. 4e5f2c4 crypto: kpp - Key-agreement Protocol Primitives API (KPP) by Salvatore Benedetto · 8 years ago
  6. 331bf73 crypto: sha1-mb - async implementation for sha1-mb by Megha Dey · 8 years ago
  7. 81760ea crypto: cryptd - Add helpers to check whether a tfm is queued by Herbert Xu · 8 years ago
  8. 53964b9 crypto: sha3 - Add SHA-3 hash algorithm by Jeff Garzik · 8 years ago
  9. 5a7de97 crypto: rsa - return raw integers for the ASN.1 parser by Tudor Ambarus · 8 years ago
  10. 3cfc3b9 crypto: drbg - use aligned buffers by Stephan Mueller · 8 years ago
  11. 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 8 years ago
  12. 63044c4 crypto: hash - shrink hash down to two types by Giovanni Cabiddu · 8 years ago
  13. 4bdf1cf lib/mpi: purge mpi_set_buffer() by Nicolai Stange · 8 years ago
  14. 9e44fb1 asm-generic/io.h: add io{read,write}64 accessors by Horia Geantă · 8 years ago
  15. 7a1aedb asm-generic/io.h: allow barriers in io{read,write}{16,32}be by Horia Geantă · 8 years ago
  16. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  17. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  18. ef703f4 Eliminate bad hash multipliers from hash_32() and hash_64() by George Spelvin · 8 years ago
  19. 92d5677 Change hash_64() return value to 32 bits by George Spelvin · 8 years ago
  20. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 8 years ago
  21. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 8 years ago
  22. f4bcbe7 Pull out string hash to <linux/stringhash.h> by George Spelvin · 8 years ago
  23. a1842b2 Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 8 years ago
  24. 0723ab4 Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  25. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  26. 1cbe06c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  27. 06d2e78 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  28. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  30. aa00edc make IS_ERR_VALUE() complain about non-pointer-sized arguments by Linus Torvalds · 8 years ago
  31. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  32. 7ded384 mm: fix section mismatch warning by Linus Torvalds · 8 years ago
  33. 564884f Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  34. c61b49c Merge tag 'drm-fixes-v4.7-rc1' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  35. 2566278 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 8 years ago
  36. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  37. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  38. eb4606e Merge tag 'asoc-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 8 years ago
  39. 4c1c16d Merge remote-tracking branch 'asoc/topic/topology' into asoc-next by Mark Brown · 8 years ago
  40. 7fa1d27 Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  41. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  42. e12fab2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  43. 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  44. 315227f Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  45. 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 8 years ago
  46. d96c84f8 mm: slub: remove unused virt_to_obj() by Andrey Ryabinin · 8 years ago
  47. 50755bc seqlock: fix raw_read_seqcount_latch() by Alexey Dobriyan · 8 years ago
  48. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  49. 868b207 misc: at24: Fix typo in at24 header file by Moritz Fischer · 8 years ago
  50. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  51. b40f475 IB/core: Make device counter infrastructure dynamic by Christoph Lameter · 8 years ago
  52. 8779e76 Merge branch 'hfi1-2' into k.o/for-4.7 by Doug Ledford · 8 years ago
  53. 0e77816 Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  54. bfb7644 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  55. 8b103e9 IB/rdamvt: Fix rdmavt s_ack_queue sizing by Mike Marciniszyn · 8 years ago
  56. 4c0b6533 IB/rdmavt: Max atomic value should be a u8 by Mike Marciniszyn · 8 years ago
  57. e6f6113 Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7 by Doug Ledford · 8 years ago
  58. 380fb94 IB/hfi1: Remove write(), use ioctl() for user cmds by Dennis Dalessandro · 8 years ago
  59. 8d970cf IB/hfi1: Add ioctl() interface for user commands by Dennis Dalessandro · 8 years ago
  60. ac56f16 IB/hfi1: Remove unused user command by Dennis Dalessandro · 8 years ago
  61. d079031 IB/hfi1: Remove EPROM functionality from data device by Dennis Dalessandro · 8 years ago
  62. 0eb6265 IB/hfi1: Remove multiple device cdev by Dennis Dalessandro · 8 years ago
  63. 887bddf add down_write_killable_nested() by Al Viro · 8 years ago
  64. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  65. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  66. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 8 years ago
  67. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 8 years ago
  68. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 8 years ago
  69. 737cc81e libceph: support for subscribing to "mdsmap.<id>" maps by Ilya Dryomov · 8 years ago
  70. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  71. 4609245 libceph: pool deletion detection by Ilya Dryomov · 8 years ago
  72. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 8 years ago
  73. b07d3c4 libceph: support for checking on status of watch by Ilya Dryomov · 8 years ago
  74. 1907920 libceph: support for sending notifies by Ilya Dryomov · 8 years ago
  75. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  76. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  77. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 8 years ago
  78. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 8 years ago
  79. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  80. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  81. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  82. bb873b539 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  83. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 8 years ago
  84. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  85. 04812ac libceph: pi->min_size, pi->last_force_request_resend by Ilya Dryomov · 8 years ago
  86. f984cb7 libceph: make pgid_cmp() global by Ilya Dryomov · 8 years ago
  87. f81f163 libceph: rename ceph_calc_pg_primary() by Ilya Dryomov · 8 years ago
  88. 6f3bfd4 libceph: ceph_osds, ceph_pg_to_up_acting_osds() by Ilya Dryomov · 8 years ago
  89. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 8 years ago
  90. 985c167 libceph: fix ceph_eversion encoding by Ilya Dryomov · 8 years ago
  91. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 8 years ago
  92. 0c0a8de libceph: nuke unused fields and functions by Ilya Dryomov · 8 years ago
  93. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  94. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  95. 628e6f7 IB/SA Agent: Add support for SA agent get ClassPortInfo by Erez Shitrit · 8 years ago
  96. 507f6af IB/core: Introduce capabilitymask2 field in ClassPortInfo mad by Erez Shitrit · 8 years ago
  97. a5a3717 Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/ep93xx', 'asoc/fix/kirkwood' and 'asoc/fix/twl6040' into asoc-linus by Mark Brown · 8 years ago
  98. c64f976 Merge tag 'asoc-v4.7' into asoc-linus by Mark Brown · 8 years ago
  99. ecc5fbd Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 8 years ago
  100. 536a6f8 KVM: Create debugfs dir and stat files for each VM by Janosch Frank · 8 years ago