index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
mr.c
Age
Commit message (
Expand
)
Author
2020-03-13
{IB,net}/mlx5: Setup mkey variant before mr create command invocation
Saeed Mahameed
2020-01-21
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
2020-01-16
RDMA/mlx5: Set relaxed ordering when requested
Michael Guralnik
2020-01-16
RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths
Jason Gunthorpe
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-03
RDMA/mlx5: use true,false for bool variable
zhengbin
2020-01-03
IB/mlx5: Unify ODP MR code paths to allow extra flexibility
Artemy Kovalyov
2019-11-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-23
RDMA/odp: Use mmu_interval_notifier_insert()
Jason Gunthorpe
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-10-31
RDMA/mlx5: Return proper error value
Leon Romanovsky
2019-10-28
Merge branch 'odp_rework' into rdma.git for-next
Jason Gunthorpe
2019-10-28
RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroy
Jason Gunthorpe
2019-10-28
RDMA/mlx5: Rework implicit ODP destroy
Jason Gunthorpe
2019-10-28
RDMA/mlx5: Delete struct mlx5_priv->mkey_table
Jason Gunthorpe
2019-10-28
RDMA/mlx5: Use a dedicated mkey xarray for ODP
Jason Gunthorpe
2019-10-28
RDMA/mlx5: Split sig_err MR data into its own xarray
Jason Gunthorpe
2019-10-28
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-08
IB/mlx5: Introduce and use mkey context setting helper routine
Parav Pandit
2019-10-04
RDMA/mlx5: Add missing synchronize_srcu() for MW cases
Jason Gunthorpe
2019-10-04
RDMA/mlx5: Put live in the correct place for ODP MRs
Jason Gunthorpe
2019-10-04
RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcu
Jason Gunthorpe
2019-10-04
RDMA/mlx5: Do not allow rereg of a ODP MR
Jason Gunthorpe
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-08-21
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
2019-08-21
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
2019-08-21
RDMA/odp: Make it clearer when a umem is an implicit ODP umem
Jason Gunthorpe
2019-08-20
IB/mlx5: Fix MR re-registration flow to use UMR properly
Moni Shoua
2019-08-20
IB/mlx5: Consolidate use_umr checks into single function
Moni Shoua
2019-08-01
IB/mlx5: Fix MR registration flow to use UMR properly
Guy Levi
2019-07-24
IB/mlx5: Fix clean_mr() to work in the expected order
Yishai Hadas
2019-07-24
IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
Yishai Hadas
2019-07-24
IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
Yishai Hadas
2019-07-24
IB/mlx5: Fix unreg_umr to ignore the mkey state
Yishai Hadas
2019-07-03
Merge mlx5-next into rdma for-next
Jason Gunthorpe
2019-06-24
net/mlx5: Convert mkey_table to XArray
Matthew Wilcox
2019-06-24
RDMA/mlx5: Refactor MR descriptors allocation
Max Gurtovoy
2019-06-24
RDMA/mlx5: Use PA mapping for PI handover
Max Gurtovoy
2019-06-24
RDMA/mlx5: Improve PI handover performance
Israel Rukshin
2019-06-24
RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code
Israel Rukshin
2019-06-24
RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrity
Max Gurtovoy
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-05-21
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-05-06
IB/mlx5: Add steering SW ICM device memory type
Ariel Levkovich
2019-05-06
IB/mlx5: Support device memory type attribute
Ariel Levkovich
2019-04-10
RDMA/mlx5: Move rep into port struct
Mark Bloch
2019-04-10
Merge branch 'mlx5-next' into rdma.git for-next
Jason Gunthorpe
2019-04-02
net/mlx5: Add explicit bar address field
Huy Nguyen
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-02-21
IB/mlx5: Protect against prefetch of invalid MR
Moni Shoua
[prev]
[next]