1. d087f6a Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-next by Roland Dreier · 10 years ago
  2. da05be2 IB/srp: Fix return value check in srp_init_module() by Wei Yongjun · 10 years ago
  3. 96c51ab RDMA/ocrdma: report asic-id in query device by Mitesh Ahuja · 10 years ago
  4. 8ac0c7c RDMA/ocrdma: Update sli data structure for endianness by Devesh Sharma · 10 years ago
  5. 0ea8726 RDMA/ocrdma: Obtain SL from device structure by Devesh Sharma · 10 years ago
  6. db1044d RDMA/uapi: Include socket.h in rdma_user_cm.h by Doug Ledford · 10 years ago
  7. 2aa1cf6 IB/srpt: Handle GID change events by Doug Ledford · 10 years ago
  8. a8f731e IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  9. a57f23f IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  10. 859976d RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf() by Dan Carpenter · 10 years ago
  11. e42fa20 IPoIB: Remove unnecessary test for NULL before debugfs_remove() by Fabian Frederick · 10 years ago
  12. 1471cb6 IB/mad: Add user space RMPP support by Ira Weiny · 10 years ago
  13. 0f29b46 IB/mad: add new ioctl to ABI to support new registration options by Ira Weiny · 10 years ago
  14. 9ad13a4 IB/mad: Add dev_notice messages for various umad/mad registration failures by Ira Weiny · 10 years ago
  15. 7ef5d4b IB/mad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  16. dd57c93 IB/ipoib: Avoid multicast join attempts with invalid P_key by Alex Estrin · 10 years ago
  17. f426a40 IB/umad: Update module to [pr|dev]_* style print messages by Ira Weiny · 10 years ago
  18. 4eae374 IB/ipoib: Avoid flushing the workqueue from worker context by Erez Shitrit · 10 years ago
  19. db84f88 IB/ipoib: Use P_Key change event instead of P_Key polling mechanism by Erez Shitrit · 10 years ago
  20. e316453 IB/ipath: Add P_Key change event support by Or Gerlitz · 10 years ago
  21. 114840c mlx4_core: Add support for secure-host and SMP firewall by Jack Morgenstein · 10 years ago
  22. 2f0304d RDMA/iwcm: Use a default listen backlog if needed by Steve Wise · 10 years ago
  23. e714531 IB/srp: Fix residual handling by Bart Van Assche · 10 years ago
  24. bcc0591 IB/srp: Fix deadlock between host removal and multipathd by Bart Van Assche · 10 years ago
  25. cd53eb6 scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behavior by Bart Van Assche · 10 years ago
  26. 9376932 IB/mlx4_ib: Add support for user MR re-registration by Matan Barak · 10 years ago
  27. e630664 mlx4_core: Add helper functions to support MR re-registration by Matan Barak · 10 years ago
  28. 7e6edb9 IB/core: Add user MR re-registration support by Matan Barak · 10 years ago
  29. 8d4aca7 IB/iser: Clarify a duplicate counters check by Roi Dayan · 10 years ago
  30. 9a6d323 IB/iser: Replace connection waitqueue with completion object by Ariel Nahum · 10 years ago
  31. 504130c IB/iser: Protect iser state machine with a mutex by Ariel Nahum · 10 years ago
  32. f1a8bf0 IB/iser: Remove redundant return code in iser_free_ib_conn_res() by Sagi Grimberg · 10 years ago
  33. 0a69075 IB/iser: Seperate iser_conn and iscsi_endpoint storage space by Ariel Nahum · 10 years ago
  34. 2ea3293 IB/iser: Fix responder resources advertisement by Sagi Grimberg · 10 years ago
  35. 9579d60 IB/iser: Add TIMEWAIT_EXIT event handling by Roi Dayan · 10 years ago
  36. 96ed02d IB/iser: Support IPv6 address family by Roi Dayan · 10 years ago
  37. 741742e RDMA/ocrdma: Update the ocrdma module version string by Selvin Xavier · 10 years ago
  38. 1b09a0c RDMA/ocrdma: Fix a sparse warning by Selvin Xavier · 10 years ago
  39. b880632 RDMA/ocrdma: Initialize the GID table while registering the device by Selvin Xavier · 10 years ago
  40. 4f1df84 RDMA/ocrdma: Increase the size of STAG array in dev structure to 16K by Selvin Xavier · 10 years ago
  41. 920de55 RDMA/ocrdma: Add missing adapter mailbox opcodes by Selvin Xavier · 10 years ago
  42. 033edd4 RDMA/ocrdma: Return proper value for max_mr_size by Mitesh Ahuja · 10 years ago
  43. 6dab026 RDMA/ocrdma: Do proper cleanup even if FW is in error state by Mitesh Ahuja · 10 years ago
  44. f252b5d RDMA/ocrdma: Allow only SEND opcode in case of UD QPs by Mitesh Ahuja · 10 years ago
  45. a96ffb1 RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs by Selvin Xavier · 10 years ago
  46. daac968 RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table creation by Devesh Sharma · 10 years ago
  47. a53d77a RDMA/ocrdma: Remove hardcoding of the max DPP QPs supported by Devesh Sharma · 10 years ago
  48. efe4593 RDMA/ocrdma: Handle shutdown event from be2net driver by Devesh Sharma · 10 years ago
  49. d114f99 be2net: Issue shutdown event to ocrdma driver by Devesh Sharma · 10 years ago
  50. 4808b18 RDMA/ocrdma: Add hca_type and fixing fw_version string in device atrributes by Selvin Xavier · 10 years ago
  51. 31dbdd9 RDMA/ocrdma: Query and initalize the PFC SL by Selvin Xavier · 10 years ago
  52. f50f31e RDMA/ocrdma: Avoid posting DPP requests for RDMA READ by Devesh Sharma · 10 years ago
  53. 678ea9b RDMA/cxgb4: Only call CQ completion handler if it is armed by Steve Wise · 10 years ago
  54. 64aa90f Linux 3.16-rc7 by Linus Torvalds · 10 years ago
  55. 9dae0a3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  56. 43a255c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  57. fbf08ef Merge branch 'vfs-for-3.16' of git://git.infradead.org/users/hch/vfs by Linus Torvalds · 10 years ago
  58. 2bdb5eb Merge tag 'firewire-fix-vt6315' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 10 years ago
  59. 2062afb Fix gcc-4.9.0 miscompilation of load_balance() in scheduler by Linus Torvalds · 10 years ago
  60. 8bdd638 mm: fix direct reclaim writeback regression by Hugh Dickins · 10 years ago
  61. b401796 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  62. 9c55021 Merge tag 'sound-3.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  63. 051c2a9 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  64. edffe1b parport: fix menu breakage by Randy Dunlap · 10 years ago
  65. 32e6e5c Merge tag 'blackfin-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 10 years ago
  66. b76f982 blackfin: vmlinux.lds.S: reserve 32 bytes space at the end of data section for XIP kernel by Steven Miao · 10 years ago
  67. ac425b6 defconfig: BF609: update spi config name by Steven Miao · 10 years ago
  68. 814ecd0 irq: blackfin sec: drop duplicated sec priority set by Steven Miao · 10 years ago
  69. 3f68e17 blackfin: bind different groups of one pinmux function to different state name by Sonic Zhang · 11 years ago
  70. 4ba7b5f blackfin: fix some bf5xx boards build for missing <linux/gpio.h> by Steven Miao · 10 years ago
  71. c6a26ce pm: bf609: cleanup smc nor flash by Steven Miao · 10 years ago
  72. 0e6103e Merge branch 'parisc-3.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  73. 0246544 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 10 years ago
  74. bf72f5d x86: Merge tag 'ras_urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  75. 1b2c486 drm/radeon: fix cut and paste issue for hawaii. by Jerome Glisse · 10 years ago
  76. 97cefc3 Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  77. 9d6ed3c Merge tag 'drm-intel-fixes-2014-07-24' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  78. 9794144 parisc: Eliminate memset after alloc_bootmem_pages by HIMANGI SARAOGI · 10 years ago
  79. 20dbea4 parisc: Remove SA_RESTORER define by John David Anglin · 10 years ago
  80. 043572d hwmon: (smsc47m192) Fix temperature limit and vrm write operations by Guenter Roeck · 10 years ago
  81. 295dc39 fs: umount on symlink leaks mnt count by Vasily Averin · 10 years ago
  82. 6fcc542 direct-io: fix uninitialized warning in do_direct_IO() by Boaz Harrosh · 10 years ago
  83. 82e13c7 Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  84. 98de5ab Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  85. 29ae8a6 Merge tag 'xtensa-next-20140721' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 10 years ago
  86. 02ec474 Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  87. ea9339e Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  88. b292d6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  89. 7442cf9 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  90. 355cb09 Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  91. ed4a108 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  92. 0253d63 mm: hugetlb: fix copy_hugetlb_page_range() by Naoya Horiguchi · 10 years ago
  93. 4e66d44 simple_xattr: permit 0-size extended attributes by Hugh Dickins · 10 years ago
  94. 792ceae mm/fs: fix pessimization in hole-punching pagecache by Hugh Dickins · 10 years ago
  95. b1a3665 shmem: fix splicing from a hole while it's punched by Hugh Dickins · 10 years ago
  96. 8e205f7 shmem: fix faulting into a hole, not taking i_mutex by Hugh Dickins · 10 years ago
  97. c118678 mm: do not call do_fault_around for non-linear fault by Konstantin Khlebnikov · 10 years ago
  98. b1923b5 sh: also try passing -m4-nofpu for SH2A builds by Geert Uytterhoeven · 10 years ago
  99. b4c5c60 zram: avoid lockdep splat by revalidate_disk by Minchan Kim · 10 years ago
  100. a0f7a75 mm/rmap.c: fix pgoff calculation to handle hugepage correctly by Naoya Horiguchi · 10 years ago