index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-05
RDMA/hns: Add SRQ support for hip08 kernel mode
Lijun Ou
9
-52
/
+1092
2018-12-05
RDMA/hns: Init SRQ table for hip08
Lijun Ou
9
-1
/
+140
2018-12-05
RDMA/hns: Eanble SRQ capacity for hip08
Lijun Ou
4
-1
/
+18
2018-12-04
IB/mlx5: Allow XRC usage via verbs in DEVX context
Yishai Hadas
3
-9
/
+6
2018-12-04
IB/mlx5: Update the supported DEVX commands
Yishai Hadas
1
-0
/
+17
2018-12-04
IB/mlx5: Enforce DEVX privilege by firmware
Yishai Hadas
3
-12
/
+14
2018-12-04
IB/mlx5: Enable modify and query verbs objects via DEVX
Yishai Hadas
1
-12
/
+96
2018-12-04
IB/core: Enable getting an object type from a given uobject
Yishai Hadas
2
-5
/
+1
2018-12-04
IB/core: Introduce UVERBS_IDR_ANY_OBJECT
Yishai Hadas
3
-13
/
+39
2018-12-04
Merge 'mlx5-next' into mlx5-devx
Doug Ledford
8
-101
/
+976
2018-12-04
RDMA/mlx5: Unfold modify RMP function
Leon Romanovsky
1
-28
/
+34
2018-12-04
RDMA/mlx5: Unfold create RMP function
Leon Romanovsky
1
-19
/
+16
2018-12-04
RDMA/mlx5: Initialize SRQ tables on mlx5_ib
Leon Romanovsky
6
-14
/
+100
2018-12-04
RDMA/mlx5: Update SRQ functions signatures to mlx5_ib format
Leon Romanovsky
4
-77
/
+83
2018-12-04
RDMA/mlx5: Use stages for callback to setup and release DEVX
Leon Romanovsky
2
-7
/
+20
2018-12-04
RDMA/mlx5: Remove SRQ signature global flag
Leon Romanovsky
1
-4
/
+1
2018-12-04
net/mlx5: Move SRQ functions to RDMA part
Leon Romanovsky
5
-2
/
+717
2018-12-04
net/mlx5: Align SRQ licenses and copyright information
Leon Romanovsky
1
-29
/
+2
2018-12-03
RDMA/nldev: Export to user space number of contexts
Leon Romanovsky
1
-0
/
+1
2018-12-03
RDMA/uverbs: Annotate alloc/deallloc paths with context tracking
Leon Romanovsky
2
-0
/
+5
2018-12-03
RDMA/restrack: Track ucontext
Leon Romanovsky
1
-0
/
+5
2018-12-03
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
4
-128
/
+54
2018-12-03
RDMA/uverbs: Do not check the input length on create_cq/qp paths
Jason Gunthorpe
1
-29
/
+9
2018-12-03
RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()
Jason Gunthorpe
1
-40
/
+63
2018-12-03
RDMA/uverbs: Add a simple iterator interface for reading the command
Jason Gunthorpe
1
-48
/
+65
2018-12-03
RDMA/uverbs: Simplify ib_uverbs_ex_query_device
Jason Gunthorpe
1
-60
/
+4
2018-12-03
RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QP
Jason Gunthorpe
1
-1
/
+8
2018-12-03
RDMA/uverbs: Use uverbs_request() and core for write_ex handlers
Jason Gunthorpe
1
-139
/
+46
2018-12-03
RDMA/uverbs: Use uverbs_request() for request copying
Jason Gunthorpe
1
-64
/
+135
2018-12-03
RDMA/uverbs: Use uverbs_response() for remaining response copying
Jason Gunthorpe
1
-81
/
+52
2018-12-03
RDMA/uverbs: Get rid of the 'callback' scheme in the compat path
Jason Gunthorpe
1
-80
/
+40
2018-12-03
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
2
-46
/
+30
2018-12-03
RDMA/uverbs: Remove out_len checks that are now done by the core
Jason Gunthorpe
1
-50
/
+0
2018-11-29
IB/mlx5: Handle raw delay drop general event
Saeed Mahameed
1
-3
/
+15
2018-11-29
IB/mlx5: Handle raw port change event rather than the software version
Saeed Mahameed
1
-34
/
+52
2018-11-29
IB/mlx5: Use the new mlx5 core notifier API
Saeed Mahameed
2
-14
/
+66
2018-11-29
IB/mlx5: Use fragmented QP's buffer for in-kernel users
Guy Levi
2
-167
/
+241
2018-11-29
IB/mlx5: Use fragmented SRQ's buffer for in-kernel users
Guy Levi
2
-5
/
+10
2018-11-29
rxe: IB_WR_REG_MR does not capture MR's iova field
Chuck Lever
1
-0
/
+1
2018-11-29
RDMA/mlx5: Attach a DEVX counter via raw flow creation
Mark Bloch
4
-12
/
+55
2018-11-29
RDMA/qib: Remove all occurrences of BUG_ON()
Leon Romanovsky
8
-13
/
+0
2018-11-29
IB/usnic: fix spelling mistake "miniumum" -> "minimum"
Colin Ian King
1
-1
/
+1
2018-11-29
RDMA/uverbs: fix ptr_ret.cocci warnings
kbuild test robot
1
-5
/
+1
2018-11-29
RDMA/drivers: Fix spelling mistake "initalize" -> "initialize"
Colin Ian King
1
-1
/
+1
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
4
-5
/
+9
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write
Jason Gunthorpe
2
-73
/
+46
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
4
-91
/
+71
2018-11-26
RDMA/uverbs: Prohibit write() calls with too small buffers
Jason Gunthorpe
1
-4
/
+28
2018-11-26
RDMA/uverbs: Add structure size info to write commands
Jason Gunthorpe
3
-106
/
+310
2018-11-26
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
10
-39
/
+32
[next]