index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
mr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
2020-01-21
1
-10
/
+10
|
\
|
*
RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths
Jason Gunthorpe
2020-01-16
1
-0
/
+2
|
*
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-16
1
-10
/
+8
*
|
RDMA/mlx5: Set relaxed ordering when requested
Michael Guralnik
2020-01-16
1
-2
/
+17
*
|
RDMA/mlx5: use true,false for bool variable
zhengbin
2020-01-04
1
-2
/
+2
*
|
IB/mlx5: Unify ODP MR code paths to allow extra flexibility
Artemy Kovalyov
2020-01-03
1
-35
/
+23
|
/
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-30
1
-1
/
+2
|
\
|
*
RDMA/odp: Use mmu_interval_notifier_insert()
Jason Gunthorpe
2019-11-24
1
-1
/
+2
*
|
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-11-17
1
-1
/
+1
*
|
RDMA/mlx5: Return proper error value
Leon Romanovsky
2019-10-31
1
-1
/
+1
*
|
Merge branch 'odp_rework' into rdma.git for-next
Jason Gunthorpe
2019-10-28
1
-80
/
+59
|
\
|
|
*
RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroy
Jason Gunthorpe
2019-10-28
1
-50
/
+24
|
*
RDMA/mlx5: Rework implicit ODP destroy
Jason Gunthorpe
2019-10-28
1
-9
/
+12
|
*
RDMA/mlx5: Delete struct mlx5_priv->mkey_table
Jason Gunthorpe
2019-10-28
1
-9
/
+0
|
*
RDMA/mlx5: Use a dedicated mkey xarray for ODP
Jason Gunthorpe
2019-10-28
1
-20
/
+23
|
*
RDMA/mlx5: Split sig_err MR data into its own xarray
Jason Gunthorpe
2019-10-28
1
-0
/
+8
*
|
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-28
1
-41
/
+27
|
\
|
|
*
RDMA/mlx5: Add missing synchronize_srcu() for MW cases
Jason Gunthorpe
2019-10-04
1
-5
/
+16
|
*
RDMA/mlx5: Put live in the correct place for ODP MRs
Jason Gunthorpe
2019-10-04
1
-31
/
+5
|
*
RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcu
Jason Gunthorpe
2019-10-04
1
-2
/
+3
|
*
RDMA/mlx5: Do not allow rereg of a ODP MR
Jason Gunthorpe
2019-10-04
1
-3
/
+3
*
|
IB/mlx5: Introduce and use mkey context setting helper routine
Parav Pandit
2019-10-08
1
-18
/
+16
|
/
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-09-21
1
-10
/
+28
|
\
|
*
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
2019-08-21
1
-1
/
+1
|
*
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
2019-08-21
1
-8
/
+26
|
*
RDMA/odp: Make it clearer when a umem is an implicit ODP umem
Jason Gunthorpe
2019-08-21
1
-1
/
+1
*
|
IB/mlx5: Fix MR re-registration flow to use UMR properly
Moni Shoua
2019-08-20
1
-1
/
+2
*
|
IB/mlx5: Consolidate use_umr checks into single function
Moni Shoua
2019-08-20
1
-3
/
+1
|
/
*
IB/mlx5: Fix MR registration flow to use UMR properly
Guy Levi
2019-08-01
1
-18
/
+9
*
IB/mlx5: Fix clean_mr() to work in the expected order
Yishai Hadas
2019-07-24
1
-3
/
+3
*
IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
Yishai Hadas
2019-07-24
1
-1
/
+3
*
IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
Yishai Hadas
2019-07-24
1
-5
/
+8
*
IB/mlx5: Fix unreg_umr to ignore the mkey state
Yishai Hadas
2019-07-24
1
-2
/
+2
*
Merge mlx5-next into rdma for-next
Jason Gunthorpe
2019-07-03
1
-5
/
+5
|
\
|
*
net/mlx5: Convert mkey_table to XArray
Matthew Wilcox
2019-06-25
1
-5
/
+5
*
|
RDMA/mlx5: Refactor MR descriptors allocation
Max Gurtovoy
2019-06-24
1
-133
/
+157
*
|
RDMA/mlx5: Use PA mapping for PI handover
Max Gurtovoy
2019-06-24
1
-4
/
+59
*
|
RDMA/mlx5: Improve PI handover performance
Israel Rukshin
2019-06-24
1
-22
/
+157
*
|
RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code
Israel Rukshin
2019-06-24
1
-9
/
+6
*
|
RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrity
Max Gurtovoy
2019-06-24
1
-11
/
+176
*
|
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-06-20
1
-7
/
+6
*
|
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-05-21
1
-2
/
+3
|
/
*
IB/mlx5: Add steering SW ICM device memory type
Ariel Levkovich
2019-05-06
1
-0
/
+7
*
IB/mlx5: Support device memory type attribute
Ariel Levkovich
2019-05-06
1
-12
/
+20
*
RDMA/mlx5: Move rep into port struct
Mark Bloch
2019-04-10
1
-3
/
+3
*
Merge branch 'mlx5-next' into rdma.git for-next
Jason Gunthorpe
2019-04-10
1
-2
/
+1
|
\
|
*
net/mlx5: Add explicit bar address field
Huy Nguyen
2019-04-02
1
-2
/
+1
*
|
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
1
-4
/
+3
*
|
IB/mlx5: Protect against prefetch of invalid MR
Moni Shoua
2019-02-22
1
-2
/
+12
*
|
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-29
1
-32
/
+7
|
\
|
[next]