index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2024-09-11
net/mlx5: Expand mkey page size to support 6 bits
Michael Guralnik
1
-6
/
+4
2024-09-09
RDMA/mlx5: Fix MR cache temp entries cleanup
Michael Guralnik
1
-51
/
+31
2024-09-09
RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache
Michael Guralnik
1
-2
/
+12
2024-09-09
RDMA/mlx5: Fix counter update on MR cache mkey creation
Michael Guralnik
1
-1
/
+1
2024-09-09
RDMA/mlx5: Drop redundant work canceling from clean_keys()
Michael Guralnik
1
-1
/
+0
2024-09-09
RDMA/mlx5: Enable ATS when allocating kernel MRs
Maher Sanalla
1
-0
/
+5
2024-08-11
RDMA/mlx5: Add support for DMABUF MR registrations with Data-direct
Yishai Hadas
1
-41
/
+263
2024-08-11
RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' API
Yishai Hadas
1
-1
/
+1
2024-07-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+9
2024-06-21
RDMA/mlx5: Ensure created mkeys always have a populated rb_key
Jason Gunthorpe
1
-1
/
+2
2024-06-21
RDMA/mlx5: Follow rb_key.ats when creating new mkeys
Jason Gunthorpe
1
-0
/
+1
2024-06-21
RDMA/mlx5: Remove extra unlock on error path
Jason Gunthorpe
1
-3
/
+1
2024-06-16
IB/mlx5: Create UMR QP just before first reg_mr occurs
Jianbo Liu
1
-0
/
+9
2024-04-08
RDMA/mlx5: Adding remote atomic access flag to updatable flags
Or Har-Toov
1
-1
/
+2
2024-04-08
RDMA/mlx5: Change check for cacheable mkeys
Or Har-Toov
1
-10
/
+22
2023-12-12
RDMA/mlx5: Support handling of SW encap ICM area
Shun Hao
1
-0
/
+1
2023-10-31
RDMA/mlx5: Fix mkey cache WQ flush
Moshe Shemesh
1
-0
/
+2
2023-10-31
Merge tag 'v6.6' into rdma.git for-next
Jason Gunthorpe
1
-3
/
+11
2023-10-02
RDMA/mlx5: Remove not-used cache disable flag
Leon Romanovsky
1
-5
/
+0
2023-09-26
RDMA/mlx5: Implement mkeys management via LIFO queue
Shay Drory
1
-175
/
+149
2023-09-26
RDMA/mlx5: Fix mkey cache possible deadlock on cleanup
Shay Drory
1
-2
/
+14
2023-09-26
RDMA/mlx5: Fix assigning access flags to cache mkeys
Michael Guralnik
1
-1
/
+2
2023-08-22
RDMA/mlx5: Fix trailing */ formatting in block comment
Rohit Chavan
1
-1
/
+2
2023-07-12
RDMA/mlx5: align MR mem allocation size to power-of-two
Yuanyuan Zhong
1
-0
/
+5
2023-04-16
RDMA/mlx5: Allow relaxed ordering read in VFs and VMs
Avihai Horon
1
-4
/
+7
2023-04-16
net/mlx5: Update relaxed ordering read HCA capabilities
Avihai Horon
1
-2
/
+3
2023-04-16
RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for RO write
Avihai Horon
1
-3
/
+3
2023-02-07
RDMA/mlx5: Check reg_create() create for errors
Dan Carpenter
1
-0
/
+2
2023-02-06
RDMA/mlx5: Remove impossible check of mkey cache cleanup failure
Leon Romanovsky
1
-4
/
+2
2023-02-06
RDMA/mlx5: Fix MR cache debugfs error in IB representors mode
Leon Romanovsky
1
-0
/
+4
2023-01-27
RDMA/mlx5: Add work to remove temporary entries from the cache
Michael Guralnik
1
-19
/
+75
2023-01-27
RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flow
Michael Guralnik
1
-13
/
+42
2023-01-27
RDMA/mlx5: Introduce mlx5r_cache_rb_key
Michael Guralnik
1
-64
/
+164
2023-01-27
RDMA/mlx5: Change the cache structure to an RB-tree
Michael Guralnik
1
-40
/
+120
2023-01-27
RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries
Aharon Landau
1
-2
/
+1
2022-12-04
RDMA/mlx5: no need to kfree NULL pointer
Li Zhijian
1
-4
/
+2
2022-09-27
RDMA/mlx5: Enable ATS support for MRs and umems
Jason Gunthorpe
1
-1
/
+4
2022-09-08
RDMA/mlx5: Remove duplicate assignment in umr_rereg_pas()
Daisuke Matsuda
1
-1
/
+0
2022-08-23
IB/mlx5: Remove duplicate header inclusion related to ODP
Daisuke Matsuda
1
-2
/
+0
2022-07-27
RDMA/mlx5: Rename the mkey cache variables and functions
Aharon Landau
1
-27
/
+27
2022-07-27
RDMA/mlx5: Store in the cache mkeys instead of mrs
Aharon Landau
1
-114
/
+86
2022-07-27
RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrs
Aharon Landau
1
-15
/
+15
2022-07-27
RDMA/mlx5: Replace cache list with Xarray
Aharon Landau
1
-78
/
+148
2022-07-27
RDMA/mlx5: Replace ent->lock with xa_lock
Aharon Landau
1
-46
/
+46
2022-06-14
RDMA/mlx5: Support handling of modify-header pattern ICM area
Yevgeny Kliteynik
1
-0
/
+1
2022-05-24
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+4
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xlt
Aharon Landau
1
-171
/
+0
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pas
Aharon Landau
1
-73
/
+3
2022-04-25
RDMA/mlx5: Move creation and free of translation tables to umr.c
Aharon Landau
1
-100
/
+3
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd access
Aharon Landau
1
-25
/
+2
[next]