index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-02-10
1
-1
/
+1
|
\
|
*
infiniband: mlx5: avoid a compile-time warning
Arnd Bergmann
2015-01-13
1
-1
/
+1
*
|
Revert "IB/core: Add support for extended query device caps"
Yann Droneaud
2015-02-06
1
-2
/
+0
|
/
*
IB/mlx5: Implement on demand paging by adding support for MMU notifiers
Haggai Eran
2014-12-15
4
-16
/
+198
*
IB/mlx5: Add support for RDMA read/write responder page faults
Haggai Eran
2014-12-15
1
-0
/
+79
*
IB/mlx5: Handle page faults
Haggai Eran
2014-12-15
1
-0
/
+408
*
IB/mlx5: Page faults handling infrastructure
Haggai Eran
2014-12-15
5
-21
/
+293
*
IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation
Haggai Eran
2014-12-15
3
-8
/
+148
*
IB/mlx5: Changes in memory region creation to support on-demand paging
Haggai Eran
2014-12-15
3
-18
/
+85
*
IB/mlx5: Implement the ODP capability query verb
Haggai Eran
2014-12-15
4
-0
/
+83
*
IB/mlx5: Add function to read WQE from user-space
Haggai Eran
2014-12-15
2
-0
/
+73
*
IB/mlx5: Enhance UMR support to allow partial page table update
Haggai Eran
2014-12-15
3
-48
/
+96
*
IB/mlx5: Remove per-MR pas and dma pointers
Haggai Eran
2014-12-15
2
-11
/
+12
*
mlx5: Fix error flow in add_keys
Eli Cohen
2014-12-08
1
-0
/
+3
*
mlx5: Fix sparse warnings
Eli Cohen
2014-12-08
1
-1
/
+15
*
mlx5: don't duplicate kvfree()
Al Viro
2014-11-21
4
-13
/
+13
*
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2014-10-19
4
-105
/
+76
|
\
|
*
-
.
Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-next
Roland Dreier
2014-10-14
4
-105
/
+76
|
|
\
\
|
|
|
*
IB/mlx5: Modify to work with arbitrary page size
Yishai Hadas
2014-10-09
1
-8
/
+10
|
|
|
*
IB/mlx5: Remove duplicate code from mlx5_set_path
Eli Cohen
2014-10-09
1
-16
/
+5
|
|
|
*
IB/mlx5: Fix possible array overflow
Eli Cohen
2014-10-09
1
-3
/
+3
|
|
|
*
IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr
Eli Cohen
2014-10-09
1
-3
/
+3
|
|
|
*
IB/mlx5: Clear umr resources after ib_unregister_device
Eli Cohen
2014-10-09
1
-1
/
+1
|
|
|
/
|
|
/
|
|
|
*
IB/mlx5, iser, isert: Add Signature API additions
Sagi Grimberg
2014-10-09
1
-59
/
+45
|
|
*
IB/mlx5: Use extended internal signature layout
Sagi Grimberg
2014-10-09
1
-43
/
+37
|
|
*
IB/mlx5: Use enumerations for PI copy mask
Sagi Grimberg
2014-10-09
1
-3
/
+3
|
|
/
*
|
net/mlx5_core: Update device capabilities handling
Eli Cohen
2014-10-03
5
-68
/
+103
|
/
*
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2014-08-14
1
-1
/
+1
|
\
|
*
IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
2014-08-12
1
-1
/
+1
*
|
mlx5: Adjust events to use unsigned long param instead of void *
Jack Morgenstein
2014-07-30
1
-7
/
+7
*
|
mlx5: minor fixes (mainly avoidance of hidden casts)
Jack Morgenstein
2014-07-30
6
-7
/
+7
*
|
mlx5: Move pci device handling from mlx5_ib to mlx5_core
Jack Morgenstein
2014-07-30
7
-305
/
+196
|
/
*
IB/mlx5: Enable "block multicast loopback" for kernel consumers
Or Gerlitz
2014-07-16
1
-1
/
+1
*
IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bits
Roland Dreier
2014-05-28
1
-1
/
+1
*
IB/mlx5: add missing padding at end of struct mlx5_ib_create_srq
Yann Droneaud
2014-05-27
2
-1
/
+14
*
IB/mlx5: add missing padding at end of struct mlx5_ib_create_cq
Yann Droneaud
2014-05-27
2
-1
/
+13
*
IB/mlx5: Refactor UMR to have its own context struct
Shachar Raindel
2014-05-27
2
-22
/
+31
*
IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPs
Haggai Eran
2014-05-27
1
-0
/
+4
*
mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMR
Haggai Eran
2014-05-27
1
-0
/
+4
*
IB/mlx5: Add MR to radix tree in reg_mr_callback
Haggai Eran
2014-05-27
1
-0
/
+9
*
IB/mlx5: Fix error handling in reg_umr
Haggai Eran
2014-05-27
1
-15
/
+16
*
mlx5_core: Copy DIF fields only when input and output space values match
Sagi Grimberg
2014-05-27
1
-3
/
+6
*
mlx5_core: Simplify signature handover wqe for interleaved buffers
Sagi Grimberg
2014-05-27
1
-15
/
+9
*
mlx5_core: Fix signature handover operation for interleaved buffers
Sagi Grimberg
2014-05-27
1
-1
/
+4
*
IB/mlx5: Add block multicast loopback support
Eli Cohen
2014-04-10
2
-0
/
+14
*
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2014-04-03
7
-84
/
+785
|
\
|
*
IB/mlx5: Expose support for signature MR feature
Sagi Grimberg
2014-03-07
1
-0
/
+9
|
*
IB/mlx5: Collect signature error completion
Sagi Grimberg
2014-03-07
5
-2
/
+122
|
*
IB/mlx5: Support IB_WR_REG_SIG_MR
Sagi Grimberg
2014-03-07
1
-0
/
+422
|
*
IB/mlx5: Remove MTT access mode from umr flags helper function
Sagi Grimberg
2014-03-07
1
-2
/
+3
[next]