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
/
mr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/mlx5: Protect against prefetch of invalid MR
Moni Shoua
2019-02-22
1
-2
/
+12
*
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-29
1
-32
/
+7
|
\
|
*
net/mlx5: Make mlx5_cmd_exec_cb() a safe API
Jason Gunthorpe
2019-01-24
1
-32
/
+7
*
|
infiniband: mlx5: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-24
1
-42
/
+9
*
|
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-11
1
-11
/
+11
*
|
RDMA/mlx5: Embed into the code flow the ODP config option
Leon Romanovsky
2019-01-09
1
-16
/
+12
*
|
RDMA/mlx5: Introduce and reuse helper to identify ODP MR
Leon Romanovsky
2019-01-09
1
-10
/
+3
|
/
*
Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"
Leon Romanovsky
2019-01-02
1
-16
/
+3
*
IB/mlx5: Fix long EEH recover time with NVMe offloads
Huy Nguyen
2018-12-21
1
-3
/
+16
*
IB/mlx5: Add advise_mr() support
Moni Shoua
2018-12-18
1
-0
/
+15
*
RDMA/mlx5: Fix function name typo 'fileds' -> 'fields'
Gal Pressman
2018-12-18
1
-4
/
+4
*
IB/mlx5: Fix MR cache initialization
Artemy Kovalyov
2018-10-16
1
-1
/
+1
*
Merge branch 'for-rc' into rdma.git for-next
Jason Gunthorpe
2018-10-16
1
-4
/
+8
|
\
|
*
IB/mlx5: Unmap DMA addr from HCA before IOMMU
Valentine Fatiev
2018-10-10
1
-4
/
+8
*
|
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
2018-09-21
1
-6
/
+7
*
|
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
2018-09-21
1
-1
/
+2
|
/
*
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
2018-07-31
1
-1
/
+1
*
IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
Jann Horn
2018-07-09
1
-24
/
+8
*
RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
Leon Romanovsky
2018-04-27
1
-9
/
+23
*
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-07
1
-77
/
+180
|
\
|
*
IB/mlx5: Device memory mr registration support
Ariel Levkovich
2018-04-05
1
-0
/
+74
|
*
net/mlx5: Mkey creation command adjustments
Ariel Levkovich
2018-04-05
1
-5
/
+8
|
*
IB/mlx5: Respect new UMR capabilities
Majd Dibbiny
2018-03-27
1
-5
/
+30
|
*
RDMA/mlx5: Simplify clean and destroy MR calls
Leon Romanovsky
2018-03-15
1
-30
/
+10
|
*
RDMA/mlx5: Guard ODP specific assignments with specific CONFIG
Leon Romanovsky
2018-03-15
1
-0
/
+4
|
*
RDMA/mlx5: Unify error flows in rereg MR failure paths
Leon Romanovsky
2018-03-15
1
-14
/
+18
|
*
RDMA/mlx5: Return proper value for not-supported command
Leon Romanovsky
2018-03-15
1
-1
/
+1
|
*
RDMA/mlx5: Protect from NULL pointer derefence
Leon Romanovsky
2018-03-15
1
-0
/
+2
|
*
Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-next
Doug Ledford
2018-03-15
1
-5
/
+9
|
|
\
|
*
|
IB/mlx5: Maintain a single emergency page
Ilya Lesokhin
2018-03-14
1
-6
/
+5
|
*
|
IB/mlx5: Only synchronize RCU once when removing mkeys
Daniel Jurgens
2018-03-14
1
-16
/
+28
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-02
1
-0
/
+3
|
\
\
\
|
*
|
|
IB/mlx5: Don't clean uninitialized UMR resources
Mark Bloch
2018-03-21
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-23
1
-5
/
+9
|
\
|
|
|
|
/
|
/
|
|
*
RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
Leon Romanovsky
2018-03-14
1
-4
/
+8
|
*
IB/mlx5: Fix incorrect size of klms in the memory region
Sergey Gorenko
2018-02-28
1
-1
/
+1
*
|
IB/mlx5: Don't expose MR cache in switchdev mode
Mark Bloch
2018-02-23
1
-2
/
+3
|
/
*
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-28
1
-0
/
+1
|
\
|
*
IB/mlx5: Fix mlx5_ib_alloc_mr error flow
Nitzan Carmi
2017-12-27
1
-0
/
+1
*
|
IB/mlx5: revisit -Wmaybe-uninitialized warning
Arnd Bergmann
2017-12-12
1
-0
/
+3
|
/
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-3
/
+3
*
Merge branch 'for-next-early' into for-next
Doug Ledford
2017-10-18
1
-2
/
+2
|
\
|
*
IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlines
Arvind Yadav
2017-09-27
1
-2
/
+2
*
|
IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failure
Ilya Lesokhin
2017-09-25
1
-10
/
+17
|
/
*
IB/mlx5: Fix integer overflow when page_shift == 31
Ilya Lesokhin
2017-08-24
1
-4
/
+5
*
IB/mlx5: Fix memory leak in clean_mr error path
Kamal Heib
2017-08-24
1
-4
/
+4
*
IB/mlx5: Decouple MR allocation and population flows
Ilya Lesokhin
2017-08-24
1
-30
/
+45
*
IB/mlx5: Enable UMR for MRs created with reg_create
Ilya Lesokhin
2017-08-24
1
-19
/
+14
*
IB/mlx5: Fix cached MR allocation flow
Majd Dibbiny
2017-07-24
1
-5
/
+13
*
IB/mlx5: Fix a warning message
Dan Carpenter
2017-07-20
1
-1
/
+1
[next]