1. 1abe186 IB/mlx5: Reset access mask when looping inside page fault handler by Moni Shoua · 6 years ago
  2. 7095ec3ca IB/mlx5: Set correct write permissions for implicit ODP MR by Moni Shoua · 6 years ago
  3. 81dd4c4 IB/mlx5: Validate correct PD before prefetch MR by Moni Shoua · 6 years ago
  4. a6bc387 IB/mlx5: Protect against prefetch of invalid MR by Moni Shoua · 6 years ago
  5. 6a8a2aa Merge tag 'v5.0-rc5' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  6. 6141f8f IB/mlx5: Advertise XRC ODP support by Moni Shoua · 6 years ago
  7. 2e68dac IB/mlx5: Advertise SRQ ODP support for supported transports by Moni Shoua · 6 years ago
  8. 08100fa IB/mlx5: Add ODP SRQ support by Moni Shoua · 6 years ago
  9. fbeb407 IB/mlx5: Let read user wqe also from SRQ buffer by Moni Shoua · 6 years ago
  10. 29917f4 IB/mlx5: Add XRC initiator ODP support by Moni Shoua · 6 years ago
  11. 6ff7414 IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signature by Moni Shoua · 6 years ago
  12. 586f4e9 IB/mlx5: Remove useless check in ODP handler by Moni Shoua · 6 years ago
  13. 10f5624 IB/mlx5: Fix the locking of SRQ objects in ODP events by Moni Shoua · 6 years ago
  14. da6a496 IB/mlx5: Ranges in implicit ODP MR inherit its write access by Moni Shoua · 6 years ago
  15. 0a353c2 IB/mlx5: Declare local functions 'static' by Bart Van Assche · 6 years ago
  16. 414556a IB/mlx5: Add support for ODP for DEVX indirection mkey by Yishai Hadas · 6 years ago
  17. 951d01b IB/mlx5: Fix how advise_mr() launches async work by Jason Gunthorpe · 6 years ago
  18. b0ea0fa IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata by Jason Gunthorpe · 6 years ago
  19. 8b4d5bc RDMA/mlx5: Introduce and reuse helper to identify ODP MR by Leon Romanovsky · 6 years ago
  20. 5d24ae6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  21. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 813e90b IB/mlx5: Add advise_mr() support by Moni Shoua · 6 years ago
  23. 28ab1bb Merge tag 'v4.20-rc6' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  24. 2f62747 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  25. 37b06e5 IB/mlx5: Fix implicit ODP interrupted page fault by Artemy Kovalyov · 6 years ago
  26. 7bca603 RDMA/mlx5: Initialize return variable in case pagefault was skipped by Leon Romanovsky · 6 years ago
  27. 75b7b86 IB/mlx5: Fix page fault handling for MW by Artemy Kovalyov · 6 years ago
  28. 4d5422a IB/mlx5: Skip non-ODP MR when handling a page fault by Artemy Kovalyov · 6 years ago
  29. d5d284b {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA by Saeed Mahameed · 6 years ago
  30. b02394a IB/mlx5: Improve ODP debugging messages by Moni Shoua · 6 years ago
  31. 032080a IB/mlx5: Lock QP during page fault handling by Moni Shoua · 6 years ago
  32. f27a0d5 RDMA/umem: Use umem->owning_mm inside ODP by Jason Gunthorpe · 6 years ago
  33. c9990ab RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm by Jason Gunthorpe · 6 years ago
  34. 597ecc5 RDMA/umem: Get rid of struct ib_umem.odp_data by Jason Gunthorpe · 6 years ago
  35. 41b4deea RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem by Jason Gunthorpe · 6 years ago
  36. b5231b0 RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP by Jason Gunthorpe · 6 years ago
  37. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 7 years ago
  38. 3cc297d IB/mlx5: Move locks initialization to the corresponding stage by Mark Bloch · 7 years ago
  39. e980b44 IB/mlx5: Use ARRAY_SIZE by Jérémy Lefaure · 7 years ago
  40. 931b3c1 RDMA/mlx5: Fix existence check for extended address vector by Leon Romanovsky · 8 years ago
  41. db570d7 IB/mlx5: Add ODP support to MW by Artemy Kovalyov · 8 years ago
  42. 1b7dbc2 IB/mlx5: Extract page fault code by Artemy Kovalyov · 8 years ago
  43. b2ac918 IB/mlx5: Add contiguous ODP support by Artemy Kovalyov · 8 years ago
  44. 4df4a5b IB/mlx5: Decrease verbosity level of ODP errors by Artemy Kovalyov · 8 years ago
  45. 523791d IB/mlx5: Fix implicit MR GC by Artemy Kovalyov · 8 years ago
  46. 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
  47. 81713d3 IB/mlx5: Add implicit MR support by Artemy Kovalyov · 8 years ago
  48. aa8e08d IB/mlx5: Improve MR check by Artemy Kovalyov · 8 years ago
  49. 17d2f88 IB/mlx5: Add ODP atomics support by Artemy Kovalyov · 8 years ago
  50. d9aaed8 {net,IB}/mlx5: Refactor page fault handling by Artemy Kovalyov · 8 years ago
  51. 7d0cc6e IB/mlx5: Add MR cache for large UMR regions by Artemy Kovalyov · 8 years ago
  52. c438fde IB/mlx5: Add support for big MRs by Artemy Kovalyov · 8 years ago
  53. 3161625 IB/mlx5: Refactor UMR post send format by Artemy Kovalyov · 8 years ago
  54. 72a36d1 IB/mlx5/odp: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 9 years ago
  55. a606b0f net/mlx5: Refactor mlx5_core_mr to mkey by Matan Barak · 9 years ago
  56. 19098df IB/mlx5: Refactor mlx5_ib_qp to accommodate other QP types by majd@mellanox.com · 9 years ago
  57. 938fe83 net/mlx5_core: New device capabilities handling by Saeed Mahameed · 10 years ago
  58. 6cf0a15 IB/mlx5: Fix Mellanox copyright note by Saeed Mahameed · 10 years ago
  59. b4cfe44 IB/mlx5: Implement on demand paging by adding support for MMU notifiers by Haggai Eran · 10 years ago
  60. eab668a IB/mlx5: Add support for RDMA read/write responder page faults by Haggai Eran · 10 years ago
  61. 7bdf65d IB/mlx5: Handle page faults by Haggai Eran · 10 years ago
  62. 6aec21f IB/mlx5: Page faults handling infrastructure by Haggai Eran · 10 years ago
  63. 8cdd312 IB/mlx5: Implement the ODP capability query verb by Haggai Eran · 10 years ago