1. c320e52 IB: Allow calls to ib_umem_get from kernel ULPs by Moni Shoua · 5 years ago
  2. 72b894b IB/umem: remove the dmasync argument to ib_umem_get by Christoph Hellwig · 5 years ago
  3. e26e7b8 RDMA: Change MAD processing function to remove extra casting and parameter by Leon Romanovsky · 5 years ago
  4. dd0b015 RDMA/mad: Do not check MAD sizes in roce and ib drivers by Leon Romanovsky · 5 years ago
  5. 4c44d46 IB: Remove unneeded memset by Fuqian Huang · 6 years ago
  6. 371bb62 Merge tag 'v5.2-rc6' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  7. 836a0fb RDMA: Check umem pointer validity prior to release by Leon Romanovsky · 6 years ago
  8. 8f71bb0 RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV by Jason Gunthorpe · 6 years ago
  9. e39afe3 RDMA: Convert CQ allocations to be under core responsibility by Leon Romanovsky · 6 years ago
  10. a52c8e2 RDMA: Clean destroy CQ in drivers do not return errors by Leon Romanovsky · 6 years ago
  11. 7a15414 RDMA: Move owner into struct ib_device_ops by Jason Gunthorpe · 6 years ago
  12. 72c6ec1 RDMA: Move uverbs_abi_ver into struct ib_device_ops by Jason Gunthorpe · 6 years ago
  13. b9560a4 RDMA: Move driver_id into struct ib_device_ops by Jason Gunthorpe · 6 years ago
  14. ea996974 RDMA: Convert put_page() to put_user_page*() by John Hubbard · 6 years ago
  15. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  16. f3b4fdb IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast() by Ira Weiny · 6 years ago
  17. dce45af Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 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. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  21. ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
  22. bdeacab IB: Remove 'uobject->context' dependency in object destroy APIs by Shamir Rabinovitch · 6 years ago
  23. c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
  24. 41d3486 RDMA/mthca: Use correct sizing on buffers holding page DMA addresses by Shiraz Saleem · 6 years ago
  25. 19b1a29 RDMA: Use __packed annotation instead of __attribute__ ((packed)) by Erez Alfasi · 6 years ago
  26. a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
  27. 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
  28. 8d249af RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
  29. 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
  30. 6a8a2aa Merge tag 'v5.0-rc5' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  31. 459cc69 RDMA: Provide safe ib_alloc_device() function by Leon Romanovsky · 6 years ago
  32. 55c293c Merge branch 'devx-async' into k.o/for-next by Jason Gunthorpe · 6 years ago
  33. d739322 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  34. 5474723 RDMA: Introduce and use rdma_device_to_ibdev() by Parav Pandit · 6 years ago
  35. ea4baf7 RDMA: Rename port_callback to init_port by Parav Pandit · 6 years ago
  36. 081de94 RDMA: Clear CTX objects during their allocation by Leon Romanovsky · 6 years ago
  37. 0975890 RDMA: Clear CQ objects during their allocation by Leon Romanovsky · 6 years ago
  38. 8cbfaac RDMA: Clear PD objects during their allocation by Leon Romanovsky · 6 years ago
  39. b0ea0fa IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata by Jason Gunthorpe · 6 years ago
  40. 9d9f59b RDMA/mthca: Clear QP objects during their allocation by Leon Romanovsky · 6 years ago
  41. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  42. 2553ba2 RDMA: Mark if destroy address handle is in a sleepable context by Gal Pressman · 6 years ago
  43. b090c4e RDMA: Mark if create address handle is in a sleepable context by Gal Pressman · 6 years ago
  44. e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 6 years ago
  45. 56e2a43 RDMA/mthca: Initialize ib_device_ops struct by Kamal Heib · 6 years ago
  46. 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 6 years ago
  47. d31131b RDMA: Remove unused parameter from ib_modify_qp_is_ok() by Kamal Heib · 6 years ago
  48. 39f2495 IB/mthca: Fix error return code in __mthca_init_one() by Wei Yongjun · 6 years ago
  49. 6e68c89 IB/mthca: remove redundant inner check of mdev->mthca_flags by Colin Ian King · 6 years ago
  50. 5a738b5 RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name by Jason Gunthorpe · 6 years ago
  51. e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 6 years ago
  52. 8380b74 RDMA/providers: Fix return value from create_srq callbacks by Kamal Heib · 6 years ago
  53. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 7 years ago
  54. f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 7 years ago
  55. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  56. 89af969 RDMA: Convert drivers to use the AH's sgid_attr in post_wr paths by Parav Pandit · 7 years ago
  57. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  58. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  59. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  60. 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
  61. 57ac30c IB/mthca: remove mthca_user.h by Corentin Labbe · 7 years ago
  62. 487f668 IB/mthca: Fix gup usage in mthca_map_user_db() by Davidlohr Bueso · 7 years ago
  63. 27f382d IB/mthca: Use zeroing memory allocator than allocator/memset by Himanshu Jha · 7 years ago
  64. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  65. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  66. ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  67. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  68. 8a53f41 IB/mthca: Fix indentation by Bart Van Assche · 7 years ago
  69. 6232489 RDMA/mthca: Make explicit conversion to 64bit value by Leon Romanovsky · 7 years ago
  70. e093111 IB/core: Fix input len in multiple user verbs by Amrani, Ram · 8 years ago
  71. 11880a5 IB/mthca: Replace PCI pool old API by Romain Perier · 7 years ago
  72. 62ede77 Add OPA extended LID support by Hiatt, Don · 7 years ago
  73. d3cf4d9 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
  74. e0604df infiniband: mthca: constify pci_device_id. by Arvind Yadav · 8 years ago
  75. d0d62c3 Merge branch 'rdma-netlink' into k.o/merge-test by Doug Ledford · 7 years ago
  76. 3204383 Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test by Doug Ledford · 7 years ago
  77. 9abb0d1 RDMA: Simplify get firmware interface by Leon Romanovsky · 8 years ago
  78. 7db20ec IB/core: Change wc.slid from 16 to 32 bits by Hiatt, Don · 8 years ago
  79. 582faf3 IB/core: Change port_attr.lid size from 16 to 32 bits by Dasaratharaman Chandramouli · 8 years ago
  80. e1267b0 RDMA: Remove useless MODULE_VERSION by Leon Romanovsky · 8 years ago
  81. 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
  82. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  83. 766b7f6 IB/mthca: Rename to_ib_ah_attr to to_rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  84. 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
  85. 0a18cfe IB/core: Rename ib_create_ah to rdma_create_ah by Dasaratharaman Chandramouli · 8 years ago
  86. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  87. 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
  88. a43402a IB/mthca: Check validity of output parameter pointer by Leon Romanovsky · 8 years ago
  89. 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
  90. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  91. f50cccd IB/mthca: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  92. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
  93. 26e3727 IB/mthca: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  94. 86ef0be Merge branch 'mlx' into merge-test by Doug Ledford · 8 years ago
  95. 7ceb740 IB/mthca: Replace pci_pool_alloc by pci_pool_zalloc by Souptick Joarder · 8 years ago
  96. 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 8 years ago
  97. 870b285 IB/mthca: Remove debug prints after allocation failure by Leon Romanovsky · 8 years ago
  98. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  99. 486f609 IB/mthca: Move user vendor structures by Leon Romanovsky · 8 years ago
  100. bd99fde IB/{core,hw}: Add constant for node_desc by Yuval Shaia · 8 years ago