index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
IB/uverbs: Convert 'bool exclusive' into an enum
Jason Gunthorpe
1
-37
/
+57
2018-08-01
IB/uverbs: Consolidate uobject destruction
Jason Gunthorpe
1
-129
/
+122
2018-08-01
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
Jason Gunthorpe
2
-86
/
+44
2018-08-01
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
3
-22
/
+32
2018-07-31
RDMA: Fix return code check in rdma_set_cq_moderation
Kamal Heib
2
-2
/
+2
2018-07-31
rdma/cxgb4: Simplify a structure initialization
Bart Van Assche
1
-1
/
+1
2018-07-31
rdma/cxgb4: Fix SRQ endianness annotations
Bart Van Assche
2
-3
/
+4
2018-07-31
rdma/cxgb4: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2018-07-30
RDMA/core: Prefix _ib to IB/RoCE specific functions
Parav Pandit
1
-18
/
+19
2018-07-30
RDMA/core: Simplify gid type check in cma_acquire_dev()
Parav Pandit
1
-9
/
+3
2018-07-30
RDMA/core: Avoid holding lock while initializing fields on stack
Parav Pandit
1
-22
/
+14
2018-07-30
RDMA/core: Return bool instead of int
Parav Pandit
1
-10
/
+13
2018-07-30
RDMA/cma: Get rid of 1 bit boolean
Parav Pandit
1
-2
/
+2
2018-07-30
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
4
-35
/
+48
2018-07-30
RDMA/core: Constify dst_addr argument
Parav Pandit
2
-9
/
+9
2018-07-30
RDMA/cma: Simplify rdma_resolve_addr() error flow
Parav Pandit
1
-10
/
+4
2018-07-30
RDMA/cma: Initialize resource type in __rdma_create_id()
Parav Pandit
1
-1
/
+1
2018-07-30
RDMA/hns: Program the tclass and flow label into the hardware
Lijun Ou
4
-10
/
+13
2018-07-30
RDMA/hns: Use macro instead of magic number
Lijun Ou
2
-2
/
+5
2018-07-30
RDMA/hns: Modify qp will return errno when qp type is illegal
Lijun Ou
1
-0
/
+1
2018-07-30
RDMA/hns: Assign the value for vlan field of qp context
Lijun Ou
2
-6
/
+13
2018-07-30
RDMA/hns: Only assgin the fields of the av if IB_QP_AV bit is set
Lijun Ou
1
-31
/
+80
2018-07-30
RDMA/providers: Remove pointless functions
Kamal Heib
13
-239
/
+0
2018-07-30
RDMA/core: Check for verbs callbacks before using them
Kamal Heib
2
-1
/
+5
2018-07-30
RDMA/core: Remove {create,destroy}_ah from mandatory verbs
Kamal Heib
1
-2
/
+0
2018-07-30
RDMA/ipoib: Fix check for return code from ib_create_srq
Kamal Heib
1
-1
/
+1
2018-07-30
RDMA/providers: Fix return value from create_srq callbacks
Kamal Heib
3
-3
/
+3
2018-07-30
IB/mlx4: Use 4K pages for kernel QP's WQE buffer
Jack Morgenstein
2
-176
/
+34
2018-07-30
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
6
-30
/
+86
2018-07-30
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
38
-220
/
+233
2018-07-30
IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argument
Bart Van Assche
1
-12
/
+18
2018-07-30
RDMA: Constify the argument of the work request conversion functions
Bart Van Assche
17
-83
/
+91
2018-07-30
IB/iser: Inline two work request conversion functions
Bart Van Assche
1
-2
/
+3
2018-07-26
RDMA/hns: Enable modify_cq for uverbs.
Lijun Ou
1
-0
/
+3
2018-07-26
RDMA/hns: Update the data type of immediate data
Lijun Ou
2
-7
/
+11
2018-07-26
RDMA/hns: Use delay instead of usleep
Lijun Ou
1
-2
/
+2
2018-07-26
RDMA/hns: Add illegal hop_num judgement
Lijun Ou
1
-0
/
+3
2018-07-26
RDMA/hns: Return correct error code from hns_roce_v1_rsv_lp_qp()
Lijun Ou
1
-1
/
+2
2018-07-26
RDMA/hns: Add 50GE type of hnae3 device match
Lijun Ou
1
-0
/
+2
2018-07-26
RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_init
Lijun Ou
1
-2
/
+1
2018-07-26
IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd port
Qing Huang
1
-2
/
+2
2018-07-26
RDMA/usnic: Suppress a compiler warning
Bart Van Assche
2
-3
/
+3
2018-07-26
RDMA/cma: Do not ignore net namespace for unbound cm_id
Parav Pandit
1
-3
/
+10
2018-07-26
RDMA/cma: Consider netdevice for RoCE ports
Parav Pandit
1
-3
/
+2
2018-07-26
IB/core: Introduce and use sgid_attr in CM requests
Parav Pandit
2
-7
/
+26
2018-07-25
IB/usnic: usnic should not select INFINIBAND_USER_ACCESS
Jason Gunthorpe
1
-1
/
+1
2018-07-25
rdma/cxgb4: Add support for kernel mode SRQ's
Raju Rangoju
8
-167
/
+929
2018-07-25
rdma/cxgb4: Add support for srq functions & structs
Raju Rangoju
3
-1
/
+173
2018-07-25
IB/core: Remove extra parentheses
Varsha Rao
1
-1
/
+1
2018-07-25
RDMA/ocrdma: Suppress a compiler warning
Bart Van Assche
1
-2
/
+3
[next]