index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fpga
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-01-18
net/rds: Handle ODP mr registration/unregistration
Hans Westgaard Ry
7
-56
/
+244
2020-01-16
IB/mlx4: Fix memory leak in add_gid error flow
Jack Morgenstein
1
-4
/
+16
2020-01-16
IB/mlx5: Expose RoCE accelerator counters
Avihai Horon
1
-0
/
+18
2020-01-16
RDMA/mlx5: Set relaxed ordering when requested
Michael Guralnik
4
-5
/
+23
2020-01-16
RDMA/core: Add the core support field to METHOD_GET_CONTEXT
Michael Guralnik
3
-0
/
+13
2020-01-16
RDMA/uverbs: Add new relaxed ordering memory region access flag
Michael Guralnik
2
-0
/
+2
2020-01-16
RDMA/efa: Allow passing of optional access flags for MR registration
Michael Guralnik
1
-0
/
+1
2020-01-16
RDMA/core: Add optional access flags range
Michael Guralnik
2
-1
/
+10
2020-01-16
RDMA/uverbs: Verify MR access flags
Michael Guralnik
1
-0
/
+3
2020-01-16
RDMA/uverbs: Add ioctl command to get a device context
Jason Gunthorpe
6
-62
/
+119
2020-01-16
RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() path
Jason Gunthorpe
2
-21
/
+5
2020-01-16
RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOC
Jason Gunthorpe
3
-2
/
+33
2020-01-16
net/mlx5: Expose relaxed ordering bits
Michael Guralnik
1
-2
/
+5
2020-01-16
net/mlx5: Add RoCE accelerator counters
Leon Romanovsky
1
-2
/
+15
2020-01-16
net/rds: Detect need of On-Demand-Paging memory registration
Hans Westgaard Ry
1
-2
/
+4
2020-01-16
RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths
Jason Gunthorpe
2
-6
/
+15
2020-01-16
IB/mlx5: Mask out unsupported ODP capabilities for kernel QPs
Moni Shoua
1
-0
/
+17
2020-01-16
RDMA/mlx5: Don't fake udata for kernel path
Leon Romanovsky
1
-18
/
+16
2020-01-16
IB/mlx5: Add ODP WQE handlers for kernel QPs
Moni Shoua
3
-70
/
+117
2020-01-16
IB/core: Add interface to advise_mr for kernel users
Moni Shoua
2
-0
/
+14
2020-01-16
IB/core: Introduce ib_reg_user_mr
Moni Shoua
4
-1
/
+40
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
34
-103
/
+85
2020-01-15
IB/srp: Never use immediate data if it is disabled by a user
Sergey Gorenko
1
-1
/
+2
2020-01-15
RDMA/rxe: Compute the maximum sges and inline size based on the WQE size
Rao Shoaib
1
-10
/
+8
2020-01-15
Introduce maximum WQE size to check limits
Rao Shoaib
1
-1
/
+6
2020-01-15
RDMA/efa: Remove unused ucontext parameter from efa_qp_user_mmap_entries_remove
Gal Pressman
1
-7
/
+4
2020-01-15
RDMA/efa: Remove {} brackets from single statement if
Gal Pressman
1
-2
/
+1
2020-01-15
RDMA/efa: Device definitions documentation updates
Gal Pressman
1
-13
/
+24
2020-01-15
RDMA/hns: Add support for extended atomic in userspace
Jiaran Zhang
2
-2
/
+17
2020-01-15
RDMA/hns: Get pf capabilities from firmware
Lijun Ou
2
-109
/
+6
2020-01-15
RDMA/hns: Add interfaces to get pf capabilities from firmware
Lijun Ou
3
-0
/
+527
2020-01-15
RDMA/hns: Remove some redundant variables related to capabilities
Weihang Li
3
-7
/
+1
2020-01-13
RDMA/core: Use READ_ONCE for ib_ufile.async_file
Jason Gunthorpe
5
-26
/
+18
2020-01-13
RDMA/core: Make ib_uverbs_async_event_file into a uobject
Jason Gunthorpe
9
-143
/
+96
2020-01-13
RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobject
Jason Gunthorpe
3
-21
/
+21
2020-01-13
RDMA/core: Simplify type usage for ib_uverbs_async_handler()
Jason Gunthorpe
3
-56
/
+34
2020-01-13
RDMA/core: Do not erase the type of ib_wq.uobject
Jason Gunthorpe
3
-8
/
+11
2020-01-13
RDMA/core: Do not erase the type of ib_srq.uobject
Jason Gunthorpe
3
-9
/
+14
2020-01-13
RDMA/core: Do not erase the type of ib_qp.uobject
Jason Gunthorpe
4
-17
/
+25
2020-01-13
RDMA/core: Do not erase the type of ib_cq.uobject
Jason Gunthorpe
5
-22
/
+34
2020-01-13
RDMA/core: Make ib_ucq_object use ib_uevent_object
Jason Gunthorpe
4
-35
/
+25
2020-01-13
RDMA/core: Do not allow alloc_commit to fail
Jason Gunthorpe
6
-141
/
+99
2020-01-13
RDMA/mlx5: Simplify devx async commands
Jason Gunthorpe
1
-14
/
+10
2020-01-13
RDMA/core: Simplify destruction of FD uobjects
Jason Gunthorpe
7
-123
/
+94
2020-01-13
RDMA/mlx5: Use RCU and direct refcounts to keep memory alive
Jason Gunthorpe
4
-37
/
+35
2020-01-13
RDMA/uverbs: Remove needs_kfree_rcu from uverbs_obj_type_class
Jason Gunthorpe
2
-23
/
+1
2020-01-13
Linux 5.5-rc6
v5.5-rc6
Linus Torvalds
1
-1
/
+1
2020-01-13
IB/mlx5: Add mmap support for VAR
Yishai Hadas
1
-1
/
+4
2020-01-13
IB/mlx5: Introduce VAR object and its alloc/destroy methods
Yishai Hadas
3
-0
/
+181
2020-01-13
IB/mlx5: Extend caps stage to handle VAR capabilities
Yishai Hadas
2
-2
/
+48
[next]