1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. 754137a Merge branch 'for-next-early' into for-next by Doug Ledford · 7 years ago
  3. d23a8ba IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlines by Arvind Yadav · 7 years ago
  4. fbcd498 IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failure by Ilya Lesokhin · 7 years ago
  5. 7b4cdaa IB/mlx5: Fix integer overflow when page_shift == 31 by Ilya Lesokhin · 7 years ago
  6. 5942d8a IB/mlx5: Fix memory leak in clean_mr error path by Kamal Heib · 7 years ago
  7. ff740ae IB/mlx5: Decouple MR allocation and population flows by Ilya Lesokhin · 7 years ago
  8. 8b7ff7f IB/mlx5: Enable UMR for MRs created with reg_create by Ilya Lesokhin · 7 years ago
  9. 4c25b7a IB/mlx5: Fix cached MR allocation flow by Majd Dibbiny · 8 years ago
  10. 396551e IB/mlx5: Fix a warning message by Dan Carpenter · 8 years ago
  11. 12cc1a0 IB/mlx5: Clean mr_cache debugfs in case of failure by Leon Romanovsky · 8 years ago
  12. 99975cd mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] array by Bart Van Assche · 8 years ago
  13. 1b9a07e {net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc by Leon Romanovsky · 8 years ago
  14. 0a49f2c mlx5: Fix mlx5_ib_map_mr_sg mr length by Sagi Grimberg · 8 years ago
  15. db570d7 IB/mlx5: Add ODP support to MW by Artemy Kovalyov · 8 years ago
  16. 438b228 IB/mlx5: Fix UMR size calculation by Artemy Kovalyov · 8 years ago
  17. bd174fc IB/mlx5: Fix function updating xlt emergency path by Artemy Kovalyov · 8 years ago
  18. 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
  19. 81713d3 IB/mlx5: Add implicit MR support by Artemy Kovalyov · 8 years ago
  20. 49780d4 IB/mlx5: Expose MR cache for mlx5_ib by Artemy Kovalyov · 8 years ago
  21. 9b0c289 IB/mlx5: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  22. aa8e08d IB/mlx5: Improve MR check by Artemy Kovalyov · 8 years ago
  23. 7d0cc6e IB/mlx5: Add MR cache for large UMR regions by Artemy Kovalyov · 8 years ago
  24. c438fde IB/mlx5: Add support for big MRs by Artemy Kovalyov · 8 years ago
  25. 3161625 IB/mlx5: Refactor UMR post send format by Artemy Kovalyov · 8 years ago
  26. d5ea2df IB/mlx5: Add helper mlx5_ib_post_send_wait by Binoy Jayan · 8 years ago
  27. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  28. 14ab889 IB/mlx5: avoid bogus -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  29. afd02cd IB/mlx5: Avoid system crash when enabling many VFs by Eli Cohen · 8 years ago
  30. 762f899 IB/mlx5: Limit mkey page size to 2GB by Majd Dibbiny · 8 years ago
  31. acbda52 IB/mlx5: Wait for all async command completions to complete by Eli Cohen · 8 years ago
  32. 6bc1a65 IB/mlx5: Resolve soft lock on massive reg MRs by Moshe Lazer · 8 years ago
  33. 3085e29 IB/mlx5: Move and decouple user vendor structures by Leon Romanovsky · 8 years ago
  34. 3c856c8 IB/mlx5: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  35. ec22eb5 {net,IB}/mlx5: MKey/PSV commands via mlx5 ifc by Saeed Mahameed · 9 years ago
  36. 89ea94a7 IB/mlx5: Reset flow support for IB kernel ULPs by Maor Gottlieb · 9 years ago
  37. 9aa8b32 IB/core: Enhance ib_map_mr_sg() by Bart Van Assche · 9 years ago
  38. ff2ba99 IB/core: Add passing an offset into the SG to ib_map_mr_sg by Christoph Hellwig · 9 years ago
  39. b005d31 mlx5: Add arbitrary sg list support by Sagi Grimberg · 9 years ago
  40. 0025b0b IB/mlx5: Make coding style more consistent by Doug Ledford · 9 years ago
  41. add08d7 IB/mlx5: Convert UMR CQ to new CQ API by Christoph Hellwig · 9 years ago
  42. d2370e0 IB/mlx5: Add memory windows allocation support by Matan Barak · 9 years ago
  43. a606b0f net/mlx5: Refactor mlx5_core_mr to mkey by Matan Barak · 9 years ago
  44. 56e11d6 IB/mlx5: Added support for re-registration of MRs by Noa Osherovich · 9 years ago
  45. 395a8e4 IB/mlx5: Refactoring register MR code by Noa Osherovich · 9 years ago
  46. ab5cdc3 IB/mlx5: Postpone remove_keys under knowledge of coming preemption by Leon Romanovsky · 9 years ago
  47. dd01e66 IB/mlx5: Remove old FRWR API support by Sagi Grimberg · 9 years ago
  48. 8a187ee IB/mlx5: Support the new memory registration API by Sagi Grimberg · 9 years ago
  49. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  50. 11d7480 IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flow by Haggai Eran · 9 years ago
  51. b37c788 IB/mlx5: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  52. b3778ba mlx5: Drop mlx5_ib_alloc_fast_reg_mr by Sagi Grimberg · 9 years ago
  53. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 9 years ago
  54. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 9 years ago
  55. d6c7276 IB/mlx5: Remove dead code from alloc_cached_mr() by Roland Dreier · 9 years ago
  56. 938fe83 net/mlx5_core: New device capabilities handling by Saeed Mahameed · 10 years ago
  57. 6cf0a15 IB/mlx5: Fix Mellanox copyright note by Saeed Mahameed · 10 years ago
  58. 7eae20d IB/mlx5: Update the dev in reg_create by Majd Dibbiny · 10 years ago
  59. b4cfe44 IB/mlx5: Implement on demand paging by adding support for MMU notifiers by Haggai Eran · 10 years ago
  60. 6aec21f IB/mlx5: Page faults handling infrastructure by Haggai Eran · 10 years ago
  61. 832a6b0 IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation by Haggai Eran · 10 years ago
  62. cc149f75 IB/mlx5: Changes in memory region creation to support on-demand paging by Haggai Eran · 10 years ago
  63. 968e78d IB/mlx5: Enhance UMR support to allow partial page table update by Haggai Eran · 10 years ago
  64. 21af2c3 IB/mlx5: Remove per-MR pas and dma pointers by Haggai Eran · 10 years ago
  65. d14e711 mlx5: Fix error flow in add_keys by Eli Cohen · 10 years ago
  66. 479163f mlx5: don't duplicate kvfree() by Al Viro · 10 years ago
  67. 900a6d7 IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr by Eli Cohen · 10 years ago
  68. 9603b61 mlx5: Move pci device handling from mlx5_ib to mlx5_core by Jack Morgenstein · 10 years ago
  69. 6c9b5d9 IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bits by Roland Dreier · 11 years ago
  70. a74d241 IB/mlx5: Refactor UMR to have its own context struct by Shachar Raindel · 11 years ago
  71. b475598 mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMR by Haggai Eran · 11 years ago
  72. 8605933 IB/mlx5: Add MR to radix tree in reg_mr_callback by Haggai Eran · 11 years ago
  73. 096f7e7 IB/mlx5: Fix error handling in reg_umr by Haggai Eran · 11 years ago
  74. d5436ba IB/mlx5: Collect signature error completion by Sagi Grimberg · 11 years ago
  75. 3121e3c mlx5: Implement create_mr and destroy_mr by Sagi Grimberg · 11 years ago
  76. d9fe409 IB/mlx5: Remove unused code in mr.c by Eli Cohen · 11 years ago
  77. 7e2e192 IB/mlx5: Remove dead code by Eli Cohen · 11 years ago
  78. 2d036fa IB/mlx5: Remove dead code in mr.c by Eli Cohen · 11 years ago
  79. 746b558 IB/mlx5: Multithreaded create MR by Eli Cohen · 11 years ago
  80. 54313907 IB/mlx5: Ensure proper synchronization accessing memory by Eli Cohen · 11 years ago
  81. fe45f82 IB/mlx5: Fix alignment of reg umr gather buffers by Eli Cohen · 11 years ago
  82. 203099f IB/mlx5: Decrease memory consumption of mr caches by Eli Cohen · 11 years ago
  83. 3c46191 IB/mlx5: Flush cache workqueue before destroying it by Moshe Lazer · 11 years ago
  84. 5e631a0 mlx5: Return -EFAULT instead of -EPERM by Dan Carpenter · 12 years ago
  85. e126ba9 mlx5: Add driver for Mellanox Connect-IB adapters by Eli Cohen · 12 years ago