1. 8fdd401 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  2. f1f6a7d mm, tree-wide: rename put_user_page*() to unpin_user_page*() by John Hubbard · 5 years ago
  3. dfa0a4f IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP by John Hubbard · 5 years ago
  4. 4789fcd IB/umem: use get_user_pages_fast() to pin DMA pages by John Hubbard · 5 years ago
  5. 8889f6f RDMA/core: Make the entire API tree static by Jason Gunthorpe · 5 years ago
  6. ba19e16 RDMA/efa: Mask access flags with the correct optional range by Gal Pressman · 5 years ago
  7. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  8. b4fb4cc RDMA/cma: Fix unbalanced cm_id reference count during address resolve by Parav Pandit · 5 years ago
  9. 36798d5 RDMA/umem: Fix ib_umem_find_best_pgsz() by Artemy Kovalyov · 5 years ago
  10. c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  11. 634cd4b Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  12. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  13. ea660ad IB/mlx4: Fix leak in id_map_find_del by Håkon Bugge · 5 years ago
  14. 54343d9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  15. 7f04c71 IB/opa_vnic: Spelling correction of 'erorr' to 'error' by Dillon Brock · 5 years ago
  16. 79ba4f9 IB/hfi1: Fix logical condition in msix_request_irq by Nathan Chancellor · 5 years ago
  17. 13e0af1 RDMA/cm: Remove CM message structs by Jason Gunthorpe · 5 years ago
  18. 4ca662a RDMA/cm: Use IBA functions for complex structure members by Jason Gunthorpe · 5 years ago
  19. 91b60a7 RDMA/cm: Use IBA functions for simple structure members by Jason Gunthorpe · 5 years ago
  20. 01adb7f RDMA/cm: Use IBA functions for swapping get/set acessors by Jason Gunthorpe · 5 years ago
  21. b6bbee6 RDMA/cm: Use IBA functions for simple get/set acessors by Jason Gunthorpe · 5 years ago
  22. d05d4ac RDMA/cm: Add SET/GET implementations to hide IBA wire format by Leon Romanovsky · 5 years ago
  23. 792a7c1 RDMA/cm: Add accessors for CM_REQ transport_type by Jason Gunthorpe · 5 years ago
  24. 4bbd492 IB/mlx5: Return the administrative GUID if exists by Danit Goldberg · 5 years ago
  25. 6b3712c RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fence by Jason Gunthorpe · 5 years ago
  26. e8b3a42 Merge tag 'rds-odp-for-5.5' into rdma.git for-next by Jason Gunthorpe · 5 years ago
  27. ad06307 Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma by David S. Miller · 5 years ago
  28. 04060db scsi: RDMA/isert: Fix a recently introduced regression related to logout by Bart Van Assche · 5 years ago
  29. cb6c82d Merge tag 'v5.5-rc7' into perf/core, to pick up fixes by Ingo Molnar · 5 years ago
  30. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  31. 12e9e0d Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Saeed Mahameed · 5 years ago
  32. 61dc7b0 net/mlx5: Refactor mlx5_create_auto_grouped_flow_table by Paul Blakey · 5 years ago
  33. eaad647 IB/mlx4: Fix memory leak in add_gid error flow by Jack Morgenstein · 5 years ago
  34. d7fab91 IB/mlx5: Expose RoCE accelerator counters by Avihai Horon · 5 years ago
  35. d6de0bb RDMA/mlx5: Set relaxed ordering when requested by Michael Guralnik · 5 years ago
  36. 8116469 RDMA/core: Add the core support field to METHOD_GET_CONTEXT by Michael Guralnik · 5 years ago
  37. 86dd738 RDMA/efa: Allow passing of optional access flags for MR registration by Michael Guralnik · 5 years ago
  38. a112341 RDMA/uverbs: Add ioctl command to get a device context by Jason Gunthorpe · 5 years ago
  39. da57db2 RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() path by Jason Gunthorpe · 5 years ago
  40. d680e88 RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC by Jason Gunthorpe · 5 years ago
  41. 8ffc324 RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths by Jason Gunthorpe · 5 years ago
  42. a73a895 IB/mlx5: Mask out unsupported ODP capabilities for kernel QPs by Moni Shoua · 5 years ago
  43. 4835709 RDMA/mlx5: Don't fake udata for kernel path by Leon Romanovsky · 5 years ago
  44. da9ee9d IB/mlx5: Add ODP WQE handlers for kernel QPs by Moni Shoua · 5 years ago
  45. 87d8069f IB/core: Add interface to advise_mr for kernel users by Moni Shoua · 5 years ago
  46. 33006bd IB/core: Introduce ib_reg_user_mr by Moni Shoua · 5 years ago
  47. c320e52 IB: Allow calls to ib_umem_get from kernel ULPs by Moni Shoua · 5 years ago
  48. 0fbb37d IB/srp: Never use immediate data if it is disabled by a user by Sergey Gorenko · 5 years ago
  49. 363824f RDMA/rxe: Compute the maximum sges and inline size based on the WQE size by Rao Shoaib · 5 years ago
  50. 4e8d683 Introduce maximum WQE size to check limits by Rao Shoaib · 5 years ago
  51. 0428c6e RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_remove by Gal Pressman · 5 years ago
  52. f5f5ddb RDMA/efa: Remove {} brackets from single statement if by Gal Pressman · 5 years ago
  53. 57f63f3 RDMA/efa: Device definitions documentation updates by Gal Pressman · 5 years ago
  54. 7db8269 RDMA/hns: Add support for extended atomic in userspace by Jiaran Zhang · 5 years ago
  55. 80a7857 RDMA/hns: Get pf capabilities from firmware by Lijun Ou · 5 years ago
  56. ba6bb7e RDMA/hns: Add interfaces to get pf capabilities from firmware by Lijun Ou · 5 years ago
  57. a91e093 RDMA/hns: Remove some redundant variables related to capabilities by Weihang Li · 5 years ago
  58. 5c55cfd RDMA/core: Use READ_ONCE for ib_ufile.async_file by Jason Gunthorpe · 5 years ago
  59. 3e032c0 RDMA/core: Make ib_uverbs_async_event_file into a uobject by Jason Gunthorpe · 5 years ago
  60. 39e83af RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobject by Jason Gunthorpe · 5 years ago
  61. 817d657 RDMA/core: Simplify type usage for ib_uverbs_async_handler() by Jason Gunthorpe · 5 years ago
  62. e04dd13 RDMA/core: Do not erase the type of ib_wq.uobject by Jason Gunthorpe · 5 years ago
  63. 9fbe334 RDMA/core: Do not erase the type of ib_srq.uobject by Jason Gunthorpe · 5 years ago
  64. 620d3f8 RDMA/core: Do not erase the type of ib_qp.uobject by Jason Gunthorpe · 5 years ago
  65. 5bd48c1 RDMA/core: Do not erase the type of ib_cq.uobject by Jason Gunthorpe · 5 years ago
  66. 4ec1dcf RDMA/core: Make ib_ucq_object use ib_uevent_object by Jason Gunthorpe · 5 years ago
  67. 849e149 RDMA/core: Do not allow alloc_commit to fail by Jason Gunthorpe · 5 years ago
  68. 93887e6 RDMA/mlx5: Simplify devx async commands by Jason Gunthorpe · 5 years ago
  69. f7c8416 RDMA/core: Simplify destruction of FD uobjects by Jason Gunthorpe · 5 years ago
  70. 6898d1c6 RDMA/mlx5: Use RCU and direct refcounts to keep memory alive by Jason Gunthorpe · 5 years ago
  71. 8bdf9dd RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class by Jason Gunthorpe · 5 years ago
  72. 3f59b6c IB/mlx5: Add mmap support for VAR by Yishai Hadas · 5 years ago
  73. 7be76be IB/mlx5: Introduce VAR object and its alloc/destroy methods by Yishai Hadas · 5 years ago
  74. f164be8 IB/mlx5: Extend caps stage to handle VAR capabilities by Yishai Hadas · 5 years ago
  75. 57ad87dd Merge branch 'x86/mm' into efi/core, to pick up dependencies by Ingo Molnar · 5 years ago
  76. 1e123d9 RDMA/core: Remove err in iw_query_port by Guoqing Jiang · 5 years ago
  77. 626903e RDMA/hns: Add support for reporting wc as software mode by Xi Wang · 5 years ago
  78. 468d020 RDMA/hns: Bugfix for posting a wqe with sge by Lijun Ou · 5 years ago
  79. 2c9d4e2 IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats by Mike Marciniszyn · 5 years ago
  80. 5ffd048 IB/hfi1: Add software counter for ctxt0 seq drop by Mike Marciniszyn · 5 years ago
  81. d791d29 IB/hfi1: Return void in packet receiving functions by Grzegorz Andrejczuk · 5 years ago
  82. 13d2a83 IB/hfi1: Decouple IRQ name from type by Grzegorz Andrejczuk · 5 years ago
  83. 6266103 IB/hfi1: Create API for auto activate by Mike Marciniszyn · 5 years ago
  84. cd47b59 IB/hfi1: IB/hfi1: Add an API to handle special case drop by Mike Marciniszyn · 5 years ago
  85. 7b8a8b7 IB/hfi1: Move common receive IRQ code to function by Grzegorz Andrejczuk · 5 years ago
  86. 01c7fc5 IB/hfi1: Add fast and slow handlers for receive context by Mike Marciniszyn · 5 years ago
  87. de730f7 IB/hfi1: Move chip specific functions to chip.c by Mike Marciniszyn · 5 years ago
  88. 14e23bd RDMA/core: Fix locking in ib_uverbs_event_read by Jason Gunthorpe · 5 years ago
  89. 74f75cd IB/core: Fix build failure without hugepages by Arnd Bergmann · 5 years ago
  90. 40adf68 IB/core: Rename event_handler_lock to qp_open_list_lock by Parav Pandit · 5 years ago
  91. 17e1064 IB/core: Cut down single member ib_cache structure by Parav Pandit · 5 years ago
  92. 6b57cea IB/core: Let IB core distribute cache update events by Parav Pandit · 5 years ago
  93. 4cca96a IB/mlx5: Do reverse sequence during device removal by Parav Pandit · 5 years ago
  94. 60262b1 RDMA/hns: Fix coding style issues by Lijun Ou · 5 years ago
  95. d800c93 RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP by Wenpeng Liang · 5 years ago
  96. 0c53426 RDMA/hns: Remove redundant print information by Yixing Liu · 5 years ago
  97. 032b057 RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify() by Lijun Ou · 5 years ago
  98. 5e049a5 RDMA/hns: Update the value of qp type by Lijun Ou · 5 years ago
  99. 58e4fc1 RDMA/hns: Remove unused function hns_roce_init_eq_table() by Lijun Ou · 5 years ago
  100. eca4450 RDMA/hns: Avoid printing address of mtt page by Wenpeng Liang · 5 years ago