index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-07
mlx4: Use snprintf instead of complicated strcpy
Qian Cai
1
-8
/
+4
2018-12-07
IB/hfi1: Reduce lock contention on iowait_lock for sdma and pio
Mike Marciniszyn
8
-31
/
+27
2018-12-07
IB/hfi1: Close VNIC sdma_progress sleep window
Mike Marciniszyn
1
-10
/
+5
2018-12-07
IB/hfi1: Allow the driver to initialize QP priv struct
Mike Marciniszyn
7
-1
/
+80
2018-12-07
IB/hfi1: Add OPFN and TID RDMA capability bits
Kaike Wan
2
-11
/
+14
2018-12-07
IB/hfi1: Unreserve a reserved request when it is completed
Kaike Wan
1
-0
/
+2
2018-12-07
IB/hfi1: Consider LMC in 16B/bypass ingress packet check
Ashutosh Dixit
1
-1
/
+1
2018-12-07
IB/hfi1: Incorrect sizing of sge for PIO will OOPs
Michael J. Ruhl
1
-0
/
+2
2018-12-07
IB/hfi1: Limit VNIC use of SDMA engines to the available count
Michael J. Ruhl
1
-2
/
+2
2018-12-07
IB/hfi1: Correctly process FECN and BECN in packets
Mitko Haralanov
5
-66
/
+104
2018-12-07
IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling state
Kaike Wan
1
-1
/
+46
2018-12-07
IB/hfi1: Dump pio info for non-user send contexts
Kaike Wan
4
-0
/
+81
2018-12-05
RDMA/hns: Add SRQ asynchronous event support
Lijun Ou
3
-1
/
+36
2018-12-05
RDMA/hns: Add SRQ support for hip08 kernel mode
Lijun Ou
10
-52
/
+1098
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
Merge branch 'mlx5-devx' into wip/dl-for-next
Doug Ledford
47
-1143
/
+1376
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
2
-0
/
+27
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
3
-5
/
+13
2018-12-04
IB/core: Introduce UVERBS_IDR_ANY_OBJECT
Yishai Hadas
4
-13
/
+45
2018-12-04
Merge 'mlx5-next' into mlx5-devx
Doug Ledford
40
-1093
/
+1176
2018-12-04
net/mlx5: Update mlx5_ifc with DEVX UCTX capabilities bits
Yishai Hadas
1
-2
/
+14
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
11
-122
/
+101
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
10
-724
/
+717
2018-12-04
net/mlx5: Remove references to local mlx5_core functions
Leon Romanovsky
1
-19
/
+3
2018-12-04
net/mlx5: Remove not-used lib/eq.h header file
Leon Romanovsky
1
-1
/
+0
2018-12-04
net/mlx5: Remove dead transobj code
Leon Romanovsky
2
-71
/
+0
2018-12-04
net/mlx5: Align SRQ licenses and copyright information
Leon Romanovsky
3
-87
/
+6
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
3
-0
/
+13
2018-12-03
Merge branch 'write-handler-consistent-flow' into for-next
Doug Ledford
5
-741
/
+478
2018-12-03
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
5
-134
/
+56
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
[next]