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
path:
root
/
drivers
/
infiniband
/
hw
/
hns
/
hns_roce_cq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
RDMA/hns: Unified Log Printing Style
Guofeng Yue
1
-3
/
+3
2022-03-05
RDMA/hns: Refactor the alloc_cqc()
Wenpeng Liang
1
-28
/
+37
2022-03-05
RDMA/hns: Remove similar code that configures the hardware contexts
Chengchang Tang
1
-4
/
+4
2022-03-05
RDMA/hns: Refactor mailbox functions
Chengchang Tang
1
-5
/
+4
2022-03-05
RDMA/hns: Remove fixed parameter “timeout” in the mailbox
Chengchang Tang
1
-3
/
+2
2022-03-05
RDMA/hns: Remove the unused parameter "op_modifier" in mailbox
Chengchang Tang
1
-2
/
+2
2022-01-05
RDMA/hns: Remove support for HIP06
Chengchang Tang
1
-13
/
+0
2021-09-27
RDMA/hns: Add the check of the CQE size of the user space
Wenpeng Liang
1
-9
/
+22
2021-06-08
RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting
Weihang Li
1
-4
/
+4
2021-05-29
RDMA/hns: Optimize the base address table config for MTR
Xi Wang
1
-2
/
+2
2021-05-20
RDMA/hns: Remove unused parameter udata
Lang Cheng
1
-2
/
+1
2021-04-01
RDMA/hns: Reorganize doorbell update interfaces for all queues
Yixian Liu
1
-2
/
+2
2021-04-01
RDMA/hns: Support configuring doorbell mode of RQ and CQ
Yixian Liu
1
-1
/
+1
2021-04-01
RDMA/hns: Reorganize hns_roce_create_cq()
Yixing Liu
1
-28
/
+58
2021-01-28
RDMA/hns: Refactor the MTR creation flow
Xi Wang
1
-1
/
+0
2021-01-18
RDMA/hns: Create CQ with selected CQN for bank load balance
Yangyang Li
1
-18
/
+97
2020-12-11
RDMA/hns: Fix inaccurate prints
Yixing Liu
1
-17
/
+18
2020-12-11
RDMA/hns: Fix coding style issues
Lang Cheng
1
-1
/
+1
2020-12-11
RDMA/hns: Limit the length of data copied between kernel and userspace
Wenpeng Liang
1
-2
/
+3
2020-12-07
RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
Weihang Li
1
-1
/
+0
2020-10-27
RDMA: Check flags during create_cq
Jason Gunthorpe
1
-0
/
+3
2020-09-24
RDMA/hns: Correct typo of hns_roce_create_cq()
Lang Cheng
1
-1
/
+1
2020-09-24
RDMA/hns: Add support for CQE in size of 64 Bytes
Wenpeng Liang
1
-2
/
+20
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
1
-1
/
+2
2020-05-25
RDMA/hns: Add CQ flag instead of independent enable flag
Lang Cheng
1
-5
/
+5
2020-05-20
RDMA/hns: Rename macro for defining hns hardware page size
Xi Wang
1
-2
/
+2
2020-04-22
RDMA/hns: Support 0 hop addressing for CQE buffer
Xi Wang
1
-240
/
+111
2020-04-22
RDMA/hns: Optimize hns buffer allocation flow
Xi Wang
1
-9
/
+9
2020-03-13
RDMA/hns: Fix wrong judgments of udata->outlen
Weihang Li
1
-4
/
+4
2020-01-21
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-1
/
+1
2020-01-10
RDMA/hns: Add support for reporting wc as software mode
Xi Wang
1
-0
/
+2
2019-11-25
RDMA/hns: Delete unnecessary callback functions for cq
Yixian Liu
1
-55
/
+36
2019-11-25
RDMA/hns: Rename the functions used inside creating cq
Yixian Liu
1
-43
/
+23
2019-11-25
RDMA/hns: Redefine the member of hns_roce_cq struct
Yixian Liu
1
-42
/
+31
2019-11-25
RDMA/hns: Redefine interfaces used in creating cq
Yixian Liu
1
-42
/
+41
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
1
-1
/
+1
2019-11-08
RDMA/hns: Modify appropriate printings
Wenpeng Liang
1
-8
/
+12
2019-11-08
RDMA/hns: Fix non-standard error codes
Yixian Liu
1
-2
/
+2
2019-11-08
RDMA/hns: Replace not intuitive function/macro names
Yixing Liu
1
-11
/
+12
2019-11-08
RDMA/hns: Delete unnecessary uar from hns_roce_cq
Yixian Liu
1
-3
/
+1
2019-08-05
RDMA/hns: Remove not used UAR assignment
Leon Romanovsky
1
-13
/
+5
2019-07-25
RDMA/hns: Package the flow of creating cq
Lijun Ou
1
-62
/
+124
2019-06-25
RDMA/hns: Cleanup unnecessary exported symbols
Lijun Ou
1
-5
/
+0
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
1
-5
/
+3
2019-06-11
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
1
-15
/
+8
2019-06-11
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
1
-26
/
+22
2019-05-21
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
1
-2
/
+1
2019-04-01
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
1
-12
/
+11
2019-04-01
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
1
-2
/
+6
[next]