index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
mr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recently
Aharon Landau
2021-08-12
1
-2
/
+2
*
RDMA/mlx5: Fix MR cache memory leak
Maor Gottlieb
2020-12-30
1
-0
/
+1
*
RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
Jason Gunthorpe
2020-12-30
1
-9
/
+11
*
RDMA/mlx5: Sync device with CPU pages upon ODP MR registration
Yishai Hadas
2020-10-01
1
-4
/
+7
*
RDMA/mlx5: Extend advice MR to support non faulting mode
Yishai Hadas
2020-10-01
1
-1
/
+2
*
RDMA/mlx5: Clarify what the UMR is for when creating MRs
Jason Gunthorpe
2020-09-18
1
-23
/
+42
*
RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabled
Jason Gunthorpe
2020-09-18
1
-25
/
+26
*
RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()
Jason Gunthorpe
2020-09-18
1
-14
/
+1
*
RDMA/mlx5: Remove dead check for EAGAIN after alloc_mr_from_cache()
Jason Gunthorpe
2020-09-18
1
-3
/
+1
*
RDMA: Clean MW allocation and free flows
Leon Romanovsky
2020-09-17
1
-25
/
+15
*
RDMA/mlx5: Replace open-coded offsetofend() macro
Leon Romanovsky
2020-08-18
1
-2
/
+2
*
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2020-07-06
1
-1
/
+1
*
RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_work
Maor Gottlieb
2020-05-21
1
-0
/
+1
*
RDMA/mlx5: Allow MRs to be created in the cache synchronously
Jason Gunthorpe
2020-03-13
1
-60
/
+87
*
RDMA/mlx5: Revise how the hysteresis scheme works for cache filling
Jason Gunthorpe
2020-03-13
1
-15
/
+26
*
RDMA/mlx5: Fix locking in MR cache work queue
Jason Gunthorpe
2020-03-13
1
-44
/
+77
*
RDMA/mlx5: Lock access to ent->available_mrs/limit when doing queue_work
Jason Gunthorpe
2020-03-13
1
-15
/
+25
*
RDMA/mlx5: Fix MR cache size and limit debugfs
Jason Gunthorpe
2020-03-13
1
-64
/
+88
*
RDMA/mlx5: Always remove MRs from the cache before destroying them
Jason Gunthorpe
2020-03-13
1
-6
/
+13
*
RDMA/mlx5: Simplify how the MR cache bucket is located
Jason Gunthorpe
2020-03-13
1
-94
/
+66
*
RDMA/mlx5: Rename the tracking variables for the MR cache
Jason Gunthorpe
2020-03-13
1
-27
/
+27
*
RDMA/mlx5: Replace spinlock protected write with atomic var
Saeed Mahameed
2020-03-13
1
-5
/
+1
*
{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ib
Michael Guralnik
2020-03-13
1
-3
/
+3
*
{IB,net}/mlx5: Assign mkey variant in mlx5_ib only
Saeed Mahameed
2020-03-13
1
-10
/
+48
*
{IB,net}/mlx5: Setup mkey variant before mr create command invocation
Saeed Mahameed
2020-03-13
1
-5
/
+2
*
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-03
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-23
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
[next]