index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
odp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEs
Shiraz Saleem
2019-04-08
1
-1
/
+1
*
RDMA/mlx5: Cleanup WQE page fault handler
Leon Romanovsky
2019-04-04
1
-67
/
+52
*
Merge HFI1 updates into k.o/for-next
Jason Gunthorpe
2019-04-03
1
-1
/
+2
|
\
|
*
IB/mlx5: Reset access mask when looping inside page fault handler
Moni Shoua
2019-03-27
1
-1
/
+2
*
|
IB/mlx5: Compare only index part of a memory window rkey
Artemy Kovalyov
2019-03-27
1
-1
/
+10
|
/
*
IB/mlx5: Set correct write permissions for implicit ODP MR
Moni Shoua
2019-03-04
1
-1
/
+1
*
IB/mlx5: Validate correct PD before prefetch MR
Moni Shoua
2019-02-22
1
-16
/
+30
*
IB/mlx5: Protect against prefetch of invalid MR
Moni Shoua
2019-02-22
1
-8
/
+88
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-5
/
+5
|
\
|
*
IB/mlx5: Fix how advise_mr() launches async work
Jason Gunthorpe
2019-01-21
1
-5
/
+5
*
|
IB/mlx5: Advertise XRC ODP support
Moni Shoua
2019-02-04
1
-0
/
+18
*
|
IB/mlx5: Advertise SRQ ODP support for supported transports
Moni Shoua
2019-02-04
1
-0
/
+6
*
|
IB/mlx5: Add ODP SRQ support
Moni Shoua
2019-02-04
1
-23
/
+61
*
|
IB/mlx5: Let read user wqe also from SRQ buffer
Moni Shoua
2019-02-04
1
-5
/
+15
*
|
IB/mlx5: Add XRC initiator ODP support
Moni Shoua
2019-02-04
1
-1
/
+5
*
|
IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signature
Moni Shoua
2019-02-04
1
-7
/
+7
*
|
IB/mlx5: Remove useless check in ODP handler
Moni Shoua
2019-02-04
1
-7
/
+2
*
|
IB/mlx5: Fix the locking of SRQ objects in ODP events
Moni Shoua
2019-02-04
1
-5
/
+8
*
|
IB/mlx5: Ranges in implicit ODP MR inherit its write access
Moni Shoua
2019-01-24
1
-1
/
+1
*
|
IB/mlx5: Declare local functions 'static'
Bart Van Assche
2019-01-24
1
-1
/
+1
*
|
IB/mlx5: Add support for ODP for DEVX indirection mkey
Yishai Hadas
2019-01-22
1
-5
/
+21
*
|
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-11
1
-2
/
+2
*
|
RDMA/mlx5: Introduce and reuse helper to identify ODP MR
Leon Romanovsky
2019-01-09
1
-3
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
1
-9
/
+116
|
\
|
*
IB/mlx5: Add advise_mr() support
Moni Shoua
2018-12-18
1
-9
/
+116
|
*
Merge tag 'v4.20-rc6' into rdma.git for-next
Jason Gunthorpe
2018-12-11
1
-0
/
+10
|
|
\
*
|
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-20
1
-5
/
+4
|
\
\
\
|
*
|
|
IB/mlx5: Fix implicit ODP interrupted page fault
Artemy Kovalyov
2018-12-03
1
-5
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
2018-12-11
1
-25
/
+306
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA
Saeed Mahameed
2018-11-20
1
-14
/
+267
|
*
IB/mlx5: Improve ODP debugging messages
Moni Shoua
2018-11-12
1
-2
/
+2
|
*
IB/mlx5: Lock QP during page fault handling
Moni Shoua
2018-11-12
1
-9
/
+37
*
|
RDMA/mlx5: Initialize return variable in case pagefault was skipped
Leon Romanovsky
2018-11-29
1
-0
/
+1
*
|
IB/mlx5: Fix page fault handling for MW
Artemy Kovalyov
2018-11-27
1
-0
/
+1
*
|
IB/mlx5: Skip non-ODP MR when handling a page fault
Artemy Kovalyov
2018-11-27
1
-0
/
+8
|
/
*
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
2018-09-21
1
-1
/
+1
*
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
Jason Gunthorpe
2018-09-21
1
-18
/
+25
*
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
2018-09-21
1
-6
/
+8
*
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
2018-09-21
1
-13
/
+13
*
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2018-09-21
1
-26
/
+28
*
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-08-22
1
-1
/
+1
*
IB/mlx5: Move locks initialization to the corresponding stage
Mark Bloch
2018-01-04
1
-9
/
+0
*
IB/mlx5: Use ARRAY_SIZE
Jérémy Lefaure
2017-10-18
1
-3
/
+3
*
RDMA/mlx5: Fix existence check for extended address vector
Leon Romanovsky
2017-08-04
1
-1
/
+1
*
IB/mlx5: Add ODP support to MW
Artemy Kovalyov
2017-04-25
1
-43
/
+118
*
IB/mlx5: Extract page fault code
Artemy Kovalyov
2017-04-25
1
-99
/
+104
*
IB/mlx5: Add contiguous ODP support
Artemy Kovalyov
2017-04-25
1
-13
/
+15
*
IB/mlx5: Decrease verbosity level of ODP errors
Artemy Kovalyov
2017-04-25
1
-7
/
+4
*
IB/mlx5: Fix implicit MR GC
Artemy Kovalyov
2017-04-25
1
-10
/
+1
*
IB: Replace ib_umem page_size by page_shift
Artemy Kovalyov
2017-04-25
1
-1
/
+1
[next]