1. 74b44bb RDMAVT: Fix synchronization around percpu_ref by Tejun Heo · 7 years ago
  2. 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  3. c966ea1 RDMA: Mark imm_data as be32 in the verbs uapi header by Jason Gunthorpe · 7 years ago
  4. 4f9a301 infiniband: fix sw/rdmavt/* kernel-doc notation by Randy Dunlap · 7 years ago
  5. 57f6b66 IB/rdmavt: Add trace for RNRNAK timer by Kaike Wan · 7 years ago
  6. db9a2c6 IB/rdmavt: Allocate CQ memory on the correct node by Mike Marciniszyn · 7 years ago
  7. f5b53b0 IB/rdmavt: Use correct numa node for SRQ allocation by Mike Marciniszyn · 7 years ago
  8. 06f2597 IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall by Michael J. Ruhl · 7 years ago
  9. 437ff78 IB/rdmavt: No need to cancel RNRNAK retry timer when it is running by Kaike Wan · 7 years ago
  10. adf90eb drivers/infiniband: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  11. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  12. 3c07347 drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  13. ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  14. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  15. 894b82c Merge branch 'timer_setup' into for-next by Doug Ledford · 7 years ago
  16. a2930e5 IB/rdmavt: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  17. e527ff9 Merge branch 'hfi1' into k.o/for-next by Doug Ledford · 7 years ago
  18. f9586ab IB/rdmavt: Don't wait for resources in QP reset by Alex Estrin · 7 years ago
  19. 2caaa23 RDMA/rdmavt: Suppress gcc 7 fall-through complaints by Bart Van Assche · 7 years ago
  20. 931bc0d IB: Move PCI dependency from root KConfig to HW's KConfigs by Yuval Shaia · 7 years ago
  21. 0208da9 IB/rdmavt: Handle dereg of inuse MRs properly by Mike Marciniszyn · 7 years ago
  22. 4734b4f IB/rdmavt: Add QP iterator API for QPs by Mike Marciniszyn · 7 years ago
  23. 3aaee8a IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref() by Mike Marciniszyn · 7 years ago
  24. 13c1922 IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs by Don Hiatt · 7 years ago
  25. 16570d3 IB/hfi1: Remove pmtu from the QP structure by Sebastian Sanchez · 7 years ago
  26. 62ede77 Add OPA extended LID support by Hiatt, Don · 7 years ago
  27. 3204383 Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test by Doug Ledford · 7 years ago
  28. 7db20ec IB/core: Change wc.slid from 16 to 32 bits by Hiatt, Don · 8 years ago
  29. 3ffea7d IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression by Mike Marciniszyn · 7 years ago
  30. 03da084 Merge branch 'hfi1' into k.o/for-4.14 by Doug Ledford · 7 years ago
  31. a25ce42 IB/rdmavt: Setting of QP timeout can overflow jiffies computation by Kaike Wan · 8 years ago
  32. 0f4d027 IB/{rdmavt, qib, hfi1}: Remove gfp flags argument by Leon Romanovsky · 8 years ago
  33. 6c31e52 IB/hfi1: Use QPN mask to avoid overflow by Dennis Dalessandro · 8 years ago
  34. b2f8a04 IB/rdmavt: Remove duplicated functions by Dennis Dalessandro · 8 years ago
  35. cb49366 IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trap by Vishwanathapura, Niranjana · 8 years ago
  36. 14fe13f IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok() by Mike Marciniszyn · 8 years ago
  37. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  38. 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
  39. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  40. aad9ff9 IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing by Michael J. Ruhl · 8 years ago
  41. f0bb2d4 IB/rdmavt: restore IRQs on error path in rvt_create_ah() by Dan Carpenter · 8 years ago
  42. 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
  43. 23790ba Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice by Doug Ledford · 8 years ago
  44. b58fc80 IB/hfi1: Eliminate synchronize_rcu() in mr delete by Mike Marciniszyn · 8 years ago
  45. 44dcfa4 IB/rdmavt: Avoid reseting wqe send_flags in unreserve by Mike Marciniszyn · 8 years ago
  46. 5f14e4e IB/rdmavt, IB/hfi1: Fix timer migration regressions by Sebastian Sanchez · 8 years ago
  47. c6ad948 IB/rdmavt: Add tracing for cq entry and poll by Mike Marciniszyn · 8 years ago
  48. 2a1b7c8 IB/rdmavt: Add additional fields to post send trace by Mike Marciniszyn · 8 years ago
  49. 43a474a IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent by Mike Marciniszyn · 8 years ago
  50. cb88645 infiniband: Fix alignment of mmap cookies to support VIPT caching by Jason Gunthorpe · 8 years ago
  51. 608595e scripts/spelling.txt: add "therfore" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  52. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  53. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  54. 832666c IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h by Don Hiatt · 8 years ago
  55. 881fccb IB/hfi1: Add rvt_rnr_tbl_to_usec function by Don Hiatt · 8 years ago
  56. 0128fce IB/hfi1, rdmavt: Update copy_sge to use boolean arguments by Brian Welty · 8 years ago
  57. 11a10d4 IB/rdmavt: Adding timer logic to rdmavt by Venkata Sandeep Dhanalakota · 8 years ago
  58. 696513e IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt by Brian Welty · 8 years ago
  59. beb5a04 IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt by Brian Welty · 8 years ago
  60. 338adfd IB/rdmavt: Use per-CPU reference count for MRs by Sebastian Sanchez · 8 years ago
  61. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
  62. 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
  63. d3ea547 rdma: fix buggy code that the compiler warns about by Linus Torvalds · 8 years ago
  64. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  65. 22dccc5 IB/rdmavt: Only put mmap_info ref if it exists by Jim Foraker · 8 years ago
  66. f5eabf5 IB/rdmavt: Handle the kthread worker using the new API by Petr Mladek · 8 years ago
  67. 6efaf10 IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker by Petr Mladek · 8 years ago
  68. f2dc9cd IB/rdmavt: Add a send completion helper by Mike Marciniszyn · 8 years ago
  69. f84dfa2 IB/hfi1: Use reference count wrapper for MRs by Sebastian Sanchez · 8 years ago
  70. b44980f IB/hfi1: Replace qp->refcount release code with standard driver wrapper by Sebastian Sanchez · 8 years ago
  71. fcb29a6 IB/rdmavt: Add trace of MR segs by Mike Marciniszyn · 8 years ago
  72. cf4c2f8 IB/rdmavt: Fix trace hierarchy by Dennis Dalessandro · 8 years ago
  73. 99f80d2 IB/hfi1: Optimize lkey validation structures by Mike Marciniszyn · 8 years ago
  74. e1fafdc IB/rdmavt: rdmavt can handle non aligned page maps by Dennis Dalessandro · 8 years ago
  75. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  76. d970365 IB/{rxe,core,rdmavt}: Fix kernel crash for reg MR by Parav Pandit · 8 years ago
  77. 61347fa IB/rdmavt: Trivial function comment corrected. by Parav Pandit · 8 years ago
  78. 68e78b3 IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug by Mike Marciniszyn · 8 years ago
  79. 222f7a9a IB/rdmavt: Add qp init function by Mike Marciniszyn · 8 years ago
  80. 30a345c IB/rdmavt: Move reset calldown to reset path by Mike Marciniszyn · 8 years ago
  81. eefa1d8 IB/rdmavt: Correct sparse annotation by Mike Marciniszyn · 8 years ago
  82. 4d6f85c IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines by Mike Marciniszyn · 8 years ago
  83. e4618d4 IB/rdmavt: Don't vfree a kzalloc'ed memory region by Colin Ian King · 8 years ago
  84. 56c8ca5 IB/rdmvat: Fix double vfree() in rvt_create_qp() error path by Mike Marciniszyn · 8 years ago
  85. 84e39ee Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  86. 0cda611 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  87. 378fc32 IB/rdmavt: Disable by default by Bart Van Assche · 8 years ago
  88. fe50827 IB/rdmavt: Eliminate redundant opcode test in mr ref clear by Ira Weiny · 8 years ago
  89. d9b13c2 IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled by Jianxin Xiong · 8 years ago
  90. 856cc4c IB/hfi1: Add the capability for reserved operations by Mike Marciniszyn · 8 years ago
  91. a6580f43 IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lock by Jianxin Xiong · 8 years ago
  92. d9f8723 IB/rdmavt: Handle local operations in post send by Jianxin Xiong · 8 years ago
  93. e8f8b09 IB/rdmavt: Add mechanism to invalidate MR keys by Jianxin Xiong · 8 years ago
  94. a41081a IB/rdmavt: Add support for ib_map_mr_sg by Jianxin Xiong · 8 years ago
  95. 2821c50 IB/rdmavt: Use new driver specific post send table by Mike Marciniszyn · 9 years ago
  96. afcf8f7 IB/rdmavt: Add data structures and routines for table driven post send by Mike Marciniszyn · 9 years ago
  97. c755f4a IB/rdmavt: Correct qp_priv_alloc() return value test by Mike Marciniszyn · 9 years ago
  98. 8ae84f7 IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qp by Ashutosh Dixit · 9 years ago
  99. 501edc42 IB/rdmavt: Correct warning during QPN allocation by Brian Welty · 9 years ago
  100. 9660567 IB/rdmavt: Correct required callback functions for MODIFY_QP by Brian Welty · 9 years ago