index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
hns
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-24
RDMA/hns: Optimize mhop put flow for multi-hop addressing
Xi Wang
1
-100
/
+61
2020-03-24
RDMA/hns: Optimize mhop get flow for multi-hop addressing
Xi Wang
1
-115
/
+182
2020-03-18
RDMA/hns: Check if depth of qp is 0 before configure
Lang Cheng
1
-44
/
+33
2020-03-18
RDMA/hns: Optimize wqe buffer set flow for post send
Xi Wang
1
-248
/
+224
2020-03-18
RDMA/hns: Optimize base address table config flow for qp buffer
Xi Wang
3
-41
/
+21
2020-03-18
RDMA/hns: Optimize the wr opcode conversion from ib to hns
Xi Wang
1
-27
/
+36
2020-03-18
RDMA/hns: Optimize wqe buffer filling process for post send
Xi Wang
1
-31
/
+32
2020-03-18
RDMA/hns: Rename wqe buffer related functions
Xi Wang
4
-15
/
+16
2020-03-13
RDMA/hns: Fix wrong judgments of udata->outlen
Weihang Li
1
-4
/
+4
2020-03-04
RDMA/hns: fix spelling mistake "attatch" -> "attach"
Colin Ian King
1
-1
/
+1
2020-03-04
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
1
-1
/
+1
2020-02-28
RDMA/hns: Optimize qp doorbell allocation flow
Xi Wang
1
-102
/
+132
2020-02-28
RDMA/hns: Optimize kernel qp wrid allocation flow
Xi Wang
1
-27
/
+45
2020-02-28
RDMA/hns: Optimize qp param setup flow
Xi Wang
1
-64
/
+72
2020-02-28
RDMA/hns: Optimize qp buffer allocation flow
Xi Wang
2
-123
/
+144
2020-02-28
RDMA/hns: Optimize qp number assign flow
Xi Wang
1
-47
/
+44
2020-02-28
RDMA/hns: Optimize qp context create and destroy flow
Xi Wang
2
-89
/
+81
2020-02-28
RDMA/hns: Optimize qp destroy flow
Xi Wang
4
-58
/
+46
2020-02-28
RDMA/hns: Stop doorbell update while qp state error
Yixian Liu
1
-35
/
+41
2020-02-28
RDMA/hns: Use flush framework for the case in aeq
Yixian Liu
2
-36
/
+9
2020-02-28
RDMA/hns: Treat revision HIP08_A as a special case
Lang Cheng
1
-14
/
+12
2020-02-20
RDMA/hns: Initialize all fields of doorbells to zero
Lang Cheng
2
-11
/
+3
2020-02-20
RDMA/hns: fix spelling mistake: "attatch" -> "attach"
Colin Ian King
1
-1
/
+1
2020-02-13
RDMA/hns: Delayed flush cqe process with workqueue
Yixian Liu
3
-50
/
+66
2020-02-13
RDMA/hns: Add the workqueue framework for flush cqe handler
Yixian Liu
3
-11
/
+49
2020-02-11
RDMA/hns: Optimize eqe buffer allocation flow
Xi Wang
2
-383
/
+108
2020-02-11
RDMA/hns: Cleanups of magic numbers
Lang Cheng
4
-17
/
+21
2020-01-21
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
5
-7
/
+9
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
5
-7
/
+9
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-10
RDMA/hns: Add support for reporting wc as software mode
Xi Wang
6
-34
/
+252
2020-01-10
RDMA/hns: Bugfix for posting a wqe with sge
Lijun Ou
1
-16
/
+25
2020-01-07
RDMA/hns: Fix coding style issues
Lijun Ou
2
-143
/
+92
2020-01-07
RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UP
Wenpeng Liang
2
-26
/
+20
2020-01-07
RDMA/hns: Remove redundant print information
Yixing Liu
1
-1
/
+0
2020-01-07
RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify()
Lijun Ou
1
-3
/
+1
2020-01-07
RDMA/hns: Update the value of qp type
Lijun Ou
1
-5
/
+7
2020-01-07
RDMA/hns: Remove unused function hns_roce_init_eq_table()
Lijun Ou
1
-1
/
+0
2020-01-07
RDMA/hns: Avoid printing address of mtt page
Wenpeng Liang
1
-2
/
+2
2020-01-03
RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs
Yixian Liu
3
-48
/
+35
2019-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
17
-423
/
+351
2019-11-25
RDMA/hns: Delete unnecessary callback functions for cq
Yixian Liu
2
-58
/
+36
2019-11-25
RDMA/hns: Rename the functions used inside creating cq
Yixian Liu
5
-56
/
+35
2019-11-25
RDMA/hns: Redefine the member of hns_roce_cq struct
Yixian Liu
4
-56
/
+38
2019-11-25
RDMA/hns: Redefine interfaces used in creating cq
Yixian Liu
4
-55
/
+53
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
5
-7
/
+7
2019-11-08
RDMA/hns: Modify appropriate printings
Wenpeng Liang
4
-15
/
+19
[next]