1. 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  2. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  3. dc1435c RDMA/srp: Rename SRP sysfs name after IB device rename trigger by Leon Romanovsky · 6 years ago
  4. f95be3d RDMA: Add EFA related definitions by Gal Pressman · 6 years ago
  5. db6c677 RDMA/umem: Remove hugetlb flag by Shiraz Saleem · 6 years ago
  6. a808273 RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocks by Shiraz Saleem · 6 years ago
  7. 4a35339 RDMA/umem: Add API to find best driver supported page size in an MR by Shiraz Saleem · 6 years ago
  8. 943bd98 RDMA/core: Allow detaching gid attribute netdevice for RoCE by Parav Pandit · 6 years ago
  9. adb4a57 RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdev by Parav Pandit · 6 years ago
  10. a70c073 RDMA: Introduce and use GID attr helper to read RoCE L2 fields by Parav Pandit · 6 years ago
  11. dd05cb8 RDMA: Get rid of iw_cm_verbs by Kamal Heib · 6 years ago
  12. 923abb9 RDMA/core: Introduce RDMA subsystem ibdev_* print functions by Gal Pressman · 6 years ago
  13. 449a224 Merge branch 'rdma_mmap' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  14. 4eb6ab1 RDMA: Remove rdma_user_mmap_page by Jason Gunthorpe · 6 years ago
  15. d40f69c IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts by Mike Marciniszyn · 6 years ago
  16. 715ab1a IB/rdmavt: Fix ab/ba include issues by Mike Marciniszyn · 6 years ago
  17. ea752bc IB/{rdmavt, hfi1): Miscellaneous comment fixes by Kaike Wan · 6 years ago
  18. 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
  19. d345691 RDMA: Handle AH allocations by IB/core by Leon Romanovsky · 6 years ago
  20. f631603 RDMA/core: Support object allocation in atomic context by Leon Romanovsky · 6 years ago
  21. feec576 IB: When attrs.udata/ufile is available use that instead of uobject by Jason Gunthorpe · 6 years ago
  22. d10bcf9 RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs by Shiraz Saleem · 6 years ago
  23. ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
  24. c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
  25. a6a3797 IB: Pass uverbs_attr_bundle down uobject destroy path by Shamir Rabinovitch · 6 years ago
  26. 70f06b2 IB: ucontext should be set properly for all cmd & ioctl paths by Shamir Rabinovitch · 6 years ago
  27. d3243da RDMA/core: Don't compare specific bit after boolean AND by Leon Romanovsky · 6 years ago
  28. 41c6140 RDMA: Check net namespace access for uverbs, umad, cma and nldev by Parav Pandit · 6 years ago
  29. 4e0f7b9 RDMA/core: Implement compat device/sysfs tree in net namespace by Parav Pandit · 6 years ago
  30. cebe556 RDMA/core: Introduce ib_core_device to hold device by Parav Pandit · 6 years ago
  31. 19b1a29 RDMA: Use __packed annotation instead of __attribute__ ((packed)) by Erez Alfasi · 6 years ago
  32. a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
  33. 3856ec4 RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support by Steve Wise · 6 years ago
  34. ca22354 RDMA/rxe: Close a race after ib_register_device by Jason Gunthorpe · 6 years ago
  35. d089989 RDMA/device: Provide APIs from the core code to help unregistration by Jason Gunthorpe · 6 years ago
  36. 324e227 RDMA/device: Add ib_device_get_by_netdev() by Jason Gunthorpe · 6 years ago
  37. c2261dd RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev by Jason Gunthorpe · 6 years ago
  38. 8faea9f RDMA/cache: Move the cache per-port data into the main ib_port_data by Jason Gunthorpe · 6 years ago
  39. 8ceb135 RDMA/device: Consolidate ib_device per_port data into one place by Jason Gunthorpe · 6 years ago
  40. ea1075e RDMA: Add and use rdma_for_each_port by Jason Gunthorpe · 6 years ago
  41. 41eda65 RDMA/restrack: Hide restrack DB from IB/core by Leon Romanovsky · 6 years ago
  42. 4811852 RDMA/restrack: Reduce scope of synchronization lock while updating DB by Leon Romanovsky · 6 years ago
  43. 18c4c66 RDMA/restrack: Translate from ID to restrack object by Leon Romanovsky · 6 years ago
  44. fd47c2f RDMA/restrack: Convert internal DB from hash to XArray by Leon Romanovsky · 6 years ago
  45. 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
  46. 730623f IB/verbs: Add helper function rdma_udata_to_drv_context by Shamir Rabinovitch · 6 years ago
  47. 3d9dfd0 IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows by Shamir Rabinovitch · 6 years ago
  48. d892273 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma into for-next by Doug Ledford · 6 years ago
  49. 82771f2 Merge branch 'wip/dl-for-next' into for-next by Doug Ledford · 6 years ago
  50. 921eab1 RDMA/devices: Re-organize device.c locking by Jason Gunthorpe · 6 years ago
  51. 0df91bb RDMA/devices: Use xarray to store the client_data by Jason Gunthorpe · 6 years ago
  52. e59178d RDMA/devices: Use xarray to store the clients by Jason Gunthorpe · 6 years ago
  53. 652432f RDMA/device: Get rid of reg_state by Jason Gunthorpe · 6 years ago
  54. 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
  55. 30471d4 RDMA/core: Share driver structure size with core by Leon Romanovsky · 6 years ago
  56. c66f674 IB/core: Don't register each MAD agent for LSM notifier by Daniel Jurgens · 6 years ago
  57. 805b754 IB/core: Eliminate a hole in MAD agent struct by Daniel Jurgens · 6 years ago
  58. 926ba19 RDMA/iwcm: add tos_set bool to iw_cm struct by Steve Wise · 6 years ago
  59. 2c1619e IB/cma: Define option to set ack timeout and pack tos_set by Danit Goldberg · 6 years ago
  60. 3c6cb20 IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbs by Kaike Wan · 6 years ago
  61. 4f9264d IB/hfi1: Add an s_acked_ack_queue pointer by Kaike Wan · 6 years ago
  62. c098bbb IB/hfi1: Build TID RDMA WRITE request by Kaike Wan · 6 years ago
  63. 039cd3d IB/hfi1: Increment the retry timeout value for TID RDMA READ request by Kaike Wan · 6 years ago
  64. 742a382 IB/hfi1: Add functions to build TID RDMA READ request by Kaike Wan · 6 years ago
  65. 838b6fd IB/hfi1: TID RDMA RcvArray programming and TID allocation by Kaike Wan · 6 years ago
  66. 385156c IB/hfi: Move RC functions into a header file by Kaike Wan · 6 years ago
  67. a2bfd70 RDMA/iwpm: move kdoc comments to functions by Steve Wise · 6 years ago
  68. b0bad9a RDMA/IWPM: Support no port mapping requirements by Steve Wise · 6 years ago
  69. 6a8a2aa Merge tag 'v5.0-rc5' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  70. a163afc IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len() by Bart Van Assche · 6 years ago
  71. 52a72e2 IB/uverbs: Expose XRC ODP device capabilities by Moni Shoua · 6 years ago
  72. da82334 IB/core: Allocate a bit for SRQ ODP support by Moni Shoua · 6 years ago
  73. ddf922c IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queue by Kaike Wan · 6 years ago
  74. 02da375 RDMA/core: Use the ops infrastructure to keep all callbacks in one place by Leon Romanovsky · 6 years ago
  75. 0ad699c RDMA/core: Simplify restrack interface by Leon Romanovsky · 6 years ago
  76. 6780c4f RDMA: Add indication for in kernel API support to IB device by Gal Pressman · 6 years ago
  77. 459cc69 RDMA: Provide safe ib_alloc_device() function by Leon Romanovsky · 6 years ago
  78. 0b5cb33 RDMA/srp: Increase max_segment_size by Bart Van Assche · 6 years ago
  79. 55c293c Merge branch 'devx-async' into k.o/for-next by Jason Gunthorpe · 6 years ago
  80. 6bf8f22 IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FD by Yishai Hadas · 6 years ago
  81. 61b2fe3 IB/mlx5: Remove dead code by Moni Shoua · 6 years ago
  82. da6a496 IB/mlx5: Ranges in implicit ODP MR inherit its write access by Moni Shoua · 6 years ago
  83. d79af72 RDMA/device: Expose ib_device_try_get(() by Jason Gunthorpe · 6 years ago
  84. 5474723 RDMA: Introduce and use rdma_device_to_ibdev() by Parav Pandit · 6 years ago
  85. ea4baf7 RDMA: Rename port_callback to init_port by Parav Pandit · 6 years ago
  86. b0ea0fa IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata by Jason Gunthorpe · 6 years ago
  87. 13859d5d RDMA/mlx5: Embed into the code flow the ODP config option by Leon Romanovsky · 6 years ago
  88. 96f87ee RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING by Leon Romanovsky · 6 years ago
  89. 2e8039c IB/core: uverbs copy to struct or zero helper by Michael Guralnik · 6 years ago
  90. 2553ba2 RDMA: Mark if destroy address handle is in a sleepable context by Gal Pressman · 6 years ago
  91. b090c4e RDMA: Mark if create address handle is in a sleepable context by Gal Pressman · 6 years ago
  92. af8d703 RDMA/restrack: Resource-tracker should not use uobject pointers by Shamir Rabinovitch · 6 years ago
  93. ad8a449 IB/uverbs: Add support to advise_mr by Moni Shoua · 6 years ago
  94. cbfdd44 IB/uverbs: Add helper to get array size from ptr attribute by Moni Shoua · 6 years ago
  95. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  96. 521ed0d RDMA/core: Introduce ib_device_ops by Kamal Heib · 6 years ago
  97. a146235 RDMA/mlx5: Fail early if user tries to create flows on IB representors by Leon Romanovsky · 6 years ago
  98. a5a5d19 IB/core: Add new IB rates by Michael Guralnik · 6 years ago
  99. dbabf68 IB/core: Add 2X port width by Michael Guralnik · 6 years ago
  100. 1e8f43b IB/core: Add CapabilityMask2 to port attributes by Michael Guralnik · 6 years ago