index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2021-02-09
RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flow
Yishai Hadas
1
-17
/
+9
2021-01-20
RDMA/mlx5: Support dma-buf based userspace memory region
Jianxin Xiong
1
-8
/
+111
2020-12-14
RDMA/mlx5: Fix MR cache memory leak
Maor Gottlieb
1
-0
/
+1
2020-12-07
RDMA/mlx5: Assign dev to DM MR
Maor Gottlieb
1
-9
/
+8
2020-12-07
RDMA/mlx5: Fix error unwinds for rereg_mr
Jason Gunthorpe
1
-128
/
+188
2020-12-07
RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()
Jason Gunthorpe
1
-119
/
+130
2020-12-07
RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr
Jason Gunthorpe
1
-7
/
+8
2020-11-26
RDMA/mlx5: Use PCI device for dma mappings
Parav Pandit
1
-9
/
+11
2020-11-02
RDMA/mlx5: Use ib_umem_find_best_pgsz() for mkc's
Jason Gunthorpe
1
-17
/
+20
2020-11-02
RDMA/mlx5: Split mlx5_ib_update_xlt() into ODP and non-ODP cases
Jason Gunthorpe
1
-42
/
+90
2020-11-02
RDMA/mlx5: Split the WR setup out of mlx5_ib_update_xlt()
Jason Gunthorpe
1
-65
/
+124
2020-11-02
RDMA/mlx5: Move xlt_emergency_page_mutex into mr.c
Jason Gunthorpe
1
-0
/
+18
2020-11-02
RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block()
Jason Gunthorpe
1
-2
/
+5
2020-11-02
RDMA/mlx5: Remove npages from mlx5_ib_cont_pages()
Jason Gunthorpe
1
-7
/
+3
2020-11-02
RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages()
Jason Gunthorpe
1
-4
/
+2
2020-11-02
RDMA/mlx5: Remove order from mlx5_ib_cont_pages()
Jason Gunthorpe
1
-4
/
+4
2020-11-02
RDMA/mlx5: Move mlx5_ib_cont_pages() to the creation of the mlx5_ib_mr
Jason Gunthorpe
1
-78
/
+57
2020-11-02
RDMA/mlx5: Remove mlx5_ib_mr->npages
Jason Gunthorpe
1
-11
/
+12
2020-11-02
RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
Jason Gunthorpe
1
-9
/
+11
2020-11-02
RDMA/mlx5: Remove mlx5_ib_mr->order
Jason Gunthorpe
1
-2
/
+3
2020-10-01
RDMA/mlx5: Sync device with CPU pages upon ODP MR registration
Yishai Hadas
1
-4
/
+7
2020-10-01
RDMA/mlx5: Extend advice MR to support non faulting mode
Yishai Hadas
1
-1
/
+2
2020-09-18
RDMA/mlx5: Clarify what the UMR is for when creating MRs
Jason Gunthorpe
1
-23
/
+42
2020-09-18
RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabled
Jason Gunthorpe
1
-25
/
+26
2020-09-18
RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()
Jason Gunthorpe
1
-14
/
+1
2020-09-18
RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()
Jason Gunthorpe
1
-3
/
+1
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
1
-25
/
+15
2020-08-18
RDMA/mlx5: Replace open-coded offsetofend() macro
Leon Romanovsky
1
-2
/
+2
2020-07-07
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
1
-1
/
+1
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
[next]