1. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  2. 468a942 <linux/hash.h>: Add support for architecture-specific functions by George Spelvin · 8 years ago
  3. ef703f4 Eliminate bad hash multipliers from hash_32() and hash_64() by George Spelvin · 8 years ago
  4. 92d5677 Change hash_64() return value to 32 bits by George Spelvin · 8 years ago
  5. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 8 years ago
  6. fcfd2fb fs/namei.c: Add hashlen_string() function by George Spelvin · 8 years ago
  7. f4bcbe7 Pull out string hash to <linux/stringhash.h> by George Spelvin · 8 years ago
  8. a1842b2 Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 8 years ago
  9. 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
  10. 06d2e78 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  11. d102a56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  13. aa00edc make IS_ERR_VALUE() complain about non-pointer-sized arguments by Linus Torvalds · 8 years ago
  14. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  15. 7ded384 mm: fix section mismatch warning by Linus Torvalds · 8 years ago
  16. 2566278 Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 8 years ago
  17. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  18. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  19. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  20. e12fab2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  21. 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
  22. 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
  23. 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 8 years ago
  24. d96c84f8 mm: slub: remove unused virt_to_obj() by Andrey Ryabinin · 8 years ago
  25. 50755bc seqlock: fix raw_read_seqcount_latch() by Alexey Dobriyan · 8 years ago
  26. a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  27. 868b207 misc: at24: Fix typo in at24 header file by Moritz Fischer · 8 years ago
  28. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  29. 0e77816 Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  30. bfb7644 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  31. 887bddf add down_write_killable_nested() by Al Viro · 8 years ago
  32. 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
  33. 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
  34. 3b33f69 ceph: make logical calculation functions return bool by Zhang Zhuoyu · 8 years ago
  35. f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 8 years ago
  36. 956d39d ceph: define 'end/complete' in readdir reply as bit flags by Yan, Zheng · 8 years ago
  37. 737cc81e libceph: support for subscribing to "mdsmap.<id>" maps by Ilya Dryomov · 8 years ago
  38. 7cca78c libceph: replace ceph_monc_request_next_osdmap() by Ilya Dryomov · 8 years ago
  39. 4609245 libceph: pool deletion detection by Ilya Dryomov · 8 years ago
  40. d0b1970 libceph: async MON client generic requests by Ilya Dryomov · 8 years ago
  41. b07d3c4 libceph: support for checking on status of watch by Ilya Dryomov · 8 years ago
  42. 1907920 libceph: support for sending notifies by Ilya Dryomov · 8 years ago
  43. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  44. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 8 years ago
  45. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 8 years ago
  46. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 8 years ago
  47. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 8 years ago
  48. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 8 years ago
  49. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 8 years ago
  50. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  51. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 8 years ago
  52. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 8 years ago
  53. 04812ac libceph: pi->min_size, pi->last_force_request_resend by Ilya Dryomov · 8 years ago
  54. f984cb7 libceph: make pgid_cmp() global by Ilya Dryomov · 8 years ago
  55. f81f163 libceph: rename ceph_calc_pg_primary() by Ilya Dryomov · 8 years ago
  56. 6f3bfd4 libceph: ceph_osds, ceph_pg_to_up_acting_osds() by Ilya Dryomov · 8 years ago
  57. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 8 years ago
  58. 985c167 libceph: fix ceph_eversion encoding by Ilya Dryomov · 8 years ago
  59. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 8 years ago
  60. 0c0a8de libceph: nuke unused fields and functions by Ilya Dryomov · 8 years ago
  61. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  62. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  63. 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
  64. c64f976 Merge tag 'asoc-v4.7' into asoc-linus by Mark Brown · 8 years ago
  65. 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
  66. 536a6f8 KVM: Create debugfs dir and stat files for each VM by Janosch Frank · 8 years ago
  67. b7e7ade sched/core: Fix remote wakeups by Peter Zijlstra · 8 years ago
  68. 5d22c5a Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  69. 0e01df1 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  70. a56f489 Merge tag 'spi-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  71. 8bc4d5f Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  72. 44bcc92 Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-next by Paolo Bonzini · 8 years ago
  73. 84787c5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  74. e4f7bdc Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  75. 2d6c928 mm: make vm_brk killable by Michal Hocko · 8 years ago
  76. 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 8 years ago
  77. 7a0058e s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres() by Xunlei Pang · 8 years ago
  78. 9b492cf kexec: introduce a protection mechanism for the crashkernel reserved memory by Xunlei Pang · 8 years ago
  79. 5c8ccef signal: move the "sig < SIGRTMIN" check into siginmask(sig) by Oleg Nesterov · 8 years ago
  80. c96fc2d signal: make oom_flags a bool by Tetsuo Handa · 8 years ago
  81. 076a378 nilfs2: fix block comments by Ryusuke Konishi · 8 years ago
  82. 0c6c44c nilfs2: avoid bare use of 'unsigned' by Ryusuke Konishi · 8 years ago
  83. 4b420ab nilfs2: clean up old e-mail addresses by Ryusuke Konishi · 8 years ago
  84. 5726d0b nilfs2: remove FSF mailing address from GPL notices by Ryusuke Konishi · 8 years ago
  85. 1d6da87 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  86. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  87. c36581c Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/flash-read', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/kconfig' into spi-next by Mark Brown · 8 years ago
  88. f6c658d Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  89. 36092ee Merge branch 'for-4.7/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  90. 10cd715 Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  91. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  92. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  93. acc93d3 Revert "block: enable dax for raw block devices" by Dan Williams · 8 years ago
  94. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  95. 5af2344 Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  96. 19e36ad Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  97. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  98. 0eff458 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  99. 087afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  100. 3bcadd6 radix-tree: free up the bottom bit of exceptional entries for reuse by Matthew Wilcox · 8 years ago