index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
mr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_work
Maor Gottlieb
1
-0
/
+1
2020-03-13
RDMA/mlx5: Allow MRs to be created in the cache synchronously
Jason Gunthorpe
1
-60
/
+87
2020-03-13
RDMA/mlx5: Revise how the hysteresis scheme works for cache filling
Jason Gunthorpe
1
-15
/
+26
2020-03-13
RDMA/mlx5: Fix locking in MR cache work queue
Jason Gunthorpe
1
-44
/
+77
2020-03-13
RDMA/mlx5: Lock access to ent->available_mrs/limit when doing queue_work
Jason Gunthorpe
1
-15
/
+25
2020-03-13
RDMA/mlx5: Fix MR cache size and limit debugfs
Jason Gunthorpe
1
-64
/
+88
2020-03-13
RDMA/mlx5: Always remove MRs from the cache before destroying them
Jason Gunthorpe
1
-6
/
+13
2020-03-13
RDMA/mlx5: Simplify how the MR cache bucket is located
Jason Gunthorpe
1
-94
/
+66
2020-03-13
RDMA/mlx5: Rename the tracking variables for the MR cache
Jason Gunthorpe
1
-27
/
+27
2020-03-13
RDMA/mlx5: Replace spinlock protected write with atomic var
Saeed Mahameed
1
-5
/
+1
2020-03-13
{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ib
Michael Guralnik
1
-3
/
+3
2020-03-13
{IB,net}/mlx5: Assign mkey variant in mlx5_ib only
Saeed Mahameed
1
-10
/
+48
2020-03-13
{IB,net}/mlx5: Setup mkey variant before mr create command invocation
Saeed Mahameed
1
-5
/
+2
2020-01-21
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
1
-10
/
+10
2020-01-16
RDMA/mlx5: Set relaxed ordering when requested
Michael Guralnik
1
-2
/
+17
2020-01-16
RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths
Jason Gunthorpe
1
-0
/
+2
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-10
/
+8
2020-01-04
RDMA/mlx5: use true,false for bool variable
zhengbin
1
-2
/
+2
2020-01-04
IB/mlx5: Unify ODP MR code paths to allow extra flexibility
Artemy Kovalyov
1
-35
/
+23
2019-11-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-1
/
+2
2019-11-24
RDMA/odp: Use mmu_interval_notifier_insert()
Jason Gunthorpe
1
-1
/
+2
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
1
-1
/
+1
2019-10-31
RDMA/mlx5: Return proper error value
Leon Romanovsky
1
-1
/
+1
2019-10-28
Merge branch 'odp_rework' into rdma.git for-next
Jason Gunthorpe
1
-80
/
+59
2019-10-28
RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroy
Jason Gunthorpe
1
-50
/
+24
2019-10-28
RDMA/mlx5: Rework implicit ODP destroy
Jason Gunthorpe
1
-9
/
+12
2019-10-28
RDMA/mlx5: Delete struct mlx5_priv->mkey_table
Jason Gunthorpe
1
-9
/
+0
2019-10-28
RDMA/mlx5: Use a dedicated mkey xarray for ODP
Jason Gunthorpe
1
-20
/
+23
2019-10-28
RDMA/mlx5: Split sig_err MR data into its own xarray
Jason Gunthorpe
1
-0
/
+8
2019-10-28
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
1
-41
/
+27
2019-10-08
IB/mlx5: Introduce and use mkey context setting helper routine
Parav Pandit
1
-18
/
+16
2019-10-04
RDMA/mlx5: Add missing synchronize_srcu() for MW cases
Jason Gunthorpe
1
-5
/
+16
2019-10-04
RDMA/mlx5: Put live in the correct place for ODP MRs
Jason Gunthorpe
1
-31
/
+5
2019-10-04
RDMA/mlx5: Order num_pending_prefetch properly with synchronize_srcu
Jason Gunthorpe
1
-2
/
+3
2019-10-04
RDMA/mlx5: Do not allow rereg of a ODP MR
Jason Gunthorpe
1
-3
/
+3
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-10
/
+28
2019-08-21
RDMA/odp: Provide ib_umem_odp_release() to undo the allocs
Jason Gunthorpe
1
-1
/
+1
2019-08-21
RDMA/odp: Split creating a umem_odp from ib_umem_get
Jason Gunthorpe
1
-8
/
+26
2019-08-21
RDMA/odp: Make it clearer when a umem is an implicit ODP umem
Jason Gunthorpe
1
-1
/
+1
2019-08-20
IB/mlx5: Fix MR re-registration flow to use UMR properly
Moni Shoua
1
-1
/
+2
2019-08-20
IB/mlx5: Consolidate use_umr checks into single function
Moni Shoua
1
-3
/
+1
2019-08-01
IB/mlx5: Fix MR registration flow to use UMR properly
Guy Levi
1
-18
/
+9
2019-07-24
IB/mlx5: Fix clean_mr() to work in the expected order
Yishai Hadas
1
-3
/
+3
2019-07-24
IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cache
Yishai Hadas
1
-1
/
+3
2019-07-24
IB/mlx5: Use direct mkey destroy command upon UMR unreg failure
Yishai Hadas
1
-5
/
+8
2019-07-24
IB/mlx5: Fix unreg_umr to ignore the mkey state
Yishai Hadas
1
-2
/
+2
2019-07-03
Merge mlx5-next into rdma for-next
Jason Gunthorpe
1
-5
/
+5
2019-06-25
net/mlx5: Convert mkey_table to XArray
Matthew Wilcox
1
-5
/
+5
2019-06-24
RDMA/mlx5: Refactor MR descriptors allocation
Max Gurtovoy
1
-133
/
+157
2019-06-24
RDMA/mlx5: Use PA mapping for PI handover
Max Gurtovoy
1
-4
/
+59
[next]