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
/
hw
/
hns
/
hns_roce_srq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
RDMA/hns: Refactor the alloc_srqc()
Chengchang Tang
1
-28
/
+52
2022-03-04
RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()
Wenpeng Liang
1
-2
/
+2
2022-03-04
RDMA/hns: Remove similar code that configures the hardware contexts
Chengchang Tang
1
-16
/
+4
2022-03-04
RDMA/hns: Refactor mailbox functions
Chengchang Tang
1
-3
/
+3
2022-03-04
RDMA/hns: Remove redundant parameter "mailbox" in the mailbox
Wenpeng Liang
1
-4
/
+2
2022-03-04
RDMA/hns: Remove fixed parameter “timeout” in the mailbox
Chengchang Tang
1
-4
/
+2
2022-03-04
RDMA/hns: Remove the unused parameter "op_modifier" in mailbox
Chengchang Tang
1
-2
/
+2
2021-12-14
RDMA/hns: Replace kfree() with kvfree()
Jiacheng Shi
1
-1
/
+1
2021-08-24
RDMA/hns: Use IDA interface to manage srq index
Yangyang Li
1
-14
/
+14
2021-06-21
RDMA/hns: Remove unused RR mechanism
Yangyang Li
1
-2
/
+2
2021-06-08
RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference counting
Weihang Li
1
-4
/
+4
2021-05-28
RDMA/hns: Optimize the base address table config for MTR
Xi Wang
1
-5
/
+5
2021-04-01
RDMA/hns: Reorganize doorbell update interfaces for all queues
Yixian Liu
1
-1
/
+1
2021-03-11
RDMA/hns: Add support for XRC on HIP09
Wenpeng Liang
1
-0
/
+3
2021-02-08
RDMA/hns: Refactor code about SRQ Context
Wenpeng Liang
1
-31
/
+13
2021-02-08
RDMA/hns: Refactor hns_roce_create_srq()
Wenpeng Liang
1
-117
/
+152
2021-02-08
RDMA/hns: Remove the reserved WQE of SRQ
Wenpeng Liang
1
-2
/
+4
2021-02-08
RDMA/hns: Force srq_limit to 0 when creating SRQ
Wenpeng Liang
1
-0
/
+1
2021-02-08
RDMA/hns: Bugfix for checking whether the srq is full when post wr
Wenpeng Liang
1
-2
/
+3
2021-02-08
RDMA/hns: Allocate one more recv SGE for HIP08
Lang Cheng
1
-3
/
+37
2021-01-28
RDMA/hns: Refactor the MTR creation flow
Xi Wang
1
-2
/
+0
2020-12-11
RDMA/hns: Fix inaccurate prints
Yixing Liu
1
-15
/
+22
2020-12-11
RDMA/hns: Fix coding style issues
Lang Cheng
1
-1
/
+0
2020-12-11
RDMA/hns: Limit the length of data copied between kernel and userspace
Wenpeng Liang
1
-5
/
+5
2020-12-07
RDMA/hns: Move capability flags of QP and CQ to hns-abi.h
Weihang Li
1
-1
/
+0
2020-10-26
RDMA: Check srq_type during create_srq
Jason Gunthorpe
1
-0
/
+4
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
1
-1
/
+2
2020-09-09
RDMA/hns: Avoid unncessary initialization
Lijun Ou
1
-1
/
+1
2020-08-20
Revert "RDMA/hns: Reserve one sge in order to avoid local length error"
Weihang Li
1
-1
/
+1
2020-05-25
RDMA/hns: Remove redundant parameters from free_srq/qp_wrid()
Wenpeng Liang
1
-3
/
+3
2020-05-19
RDMA/hns: Reserve one sge in order to avoid local length error
Lijun Ou
1
-1
/
+1
2020-05-19
RDMA/hns: Rename macro for defining hns hardware page size
Xi Wang
1
-4
/
+4
2020-05-06
RDMA/hns: Optimize SRQ buffer size calculating process
Xi Wang
1
-8
/
+8
2020-04-22
RDMA/hns: Support 0 hop addressing for SRQ buffer
Xi Wang
1
-225
/
+140
2020-04-22
RDMA/hns: Optimize hns buffer allocation flow
Xi Wang
1
-20
/
+17
2020-02-11
RDMA/hns: Cleanups of magic numbers
Lang Cheng
1
-1
/
+2
2020-01-16
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
1
-2
/
+3
2019-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-41
/
+45
2019-11-17
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
1
-2
/
+2
2019-11-08
RDMA/hns: Modify appropriate printings
Wenpeng Liang
1
-4
/
+4
2019-11-08
RDMA/hns: Fix non-standard error codes
Yixian Liu
1
-1
/
+1
2019-11-08
RDMA/hns: Replace not intuitive function/macro names
Yixing Liu
1
-11
/
+11
2019-11-08
RDMA/hns: Modify fields of struct hns_roce_srq
Yixian Liu
1
-13
/
+13
2019-11-06
RDMA/hns: Correct the value of srq_desc_size
Wenpeng Liang
1
-1
/
+1
2019-10-21
RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que
Weihang Li
1
-10
/
+14
2019-08-28
RDMA/hns: Delete the not-used lines
Wenpeng Liang
1
-1
/
+0
2019-08-28
RDMA/hns: Remove if-else judgment statements for creating srq
Wenpeng Liang
1
-22
/
+7
2019-07-25
RDMA/hns: Refactor the code of creating srq
Lijun Ou
1
-127
/
+183
2019-06-25
RDMA/hns: Cleanup unnecessary exported symbols
Lijun Ou
1
-1
/
+0
2019-06-20
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
1
-8
/
+6
[next]