summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)Author
2022-07-18RDMA/hns: Recover 1bit-ECC error of RAM on chipHaoyue Xu
2022-07-18RDMA/hns: Refactor the abnormal interrupt handler functionHaoyue Xu
2022-07-18RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu
2022-07-18RDMA/hns: Fix the wrong type of return value of the interrupt handlerHaoyue Xu
2022-07-18RDMA/hns: Remove unused abnormal interrupt of type RASHaoyue Xu
2022-05-12RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang
2022-05-12RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()Wenpeng Liang
2022-05-04RDMA/hns: Remove the num_cqc_timer variableYixing Liu
2022-05-04RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li
2022-05-04RDMA/hns: Remove unnecessary ret variable from hns_roce_dereg_mr()Guo Zhengkui
2022-04-11RDMA/hns: Init the variable at the suitable placeHaoyue Xu
2022-04-11RDMA/hns: Add judgment on the execution result of CMDQ that free vf resourceWenpeng Liang
2022-04-11RDMA/hns: Remove redundant variable "ret"Guofeng Yue
2022-04-11RDMA/hns: Remove unused function to_hns_roce_state()Yixing Liu
2022-04-11RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QPChengchang Tang
2022-03-15RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu
2022-03-04RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang
2022-03-04RDMA/hns: Refactor the alloc_srqc()Chengchang Tang
2022-03-04RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe
2022-01-07RDMA/hns: Replace get_udp_sport with rdma_get_udp_sportZhu Yanjun
2022-01-07RDMA/hns: Modify the hop num of HIP09 EQ to 1Wenpeng Liang
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe
2021-12-14RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi
2021-12-14RDMA/hns: Support direct wqe of userspaceYixing Liu
2021-12-14RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li
2021-12-06RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu
2021-11-25RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li
2021-11-25RDMA/hns: Do not halt commands during reset until laterYangyang Li
2021-11-19RDMA/hns: Remove magic numberXinhao Liu
2021-11-19RDMA/hns: Remove macros that are no longer usedYixing Liu
2021-11-19RDMA/hns: Correctly initialize the members of Array[][]Xinhao Liu
2021-11-19RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu
2021-11-19RDMA/hns: Replace tab with space in the right-side commentsXinhao Liu
2021-11-19RDMA/hns: Correct the print format to be consistent with the variable typeXinhao Liu
2021-11-19RDMA/hns: Correct the hex print formatXinhao Liu
2021-11-17RDMA/hns: Validate the pkey indexKamal Heib
2021-11-01Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang
2021-10-29RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibilityYixing Liu
2021-10-29RDMA/hns: Fix initial arm_st of CQHaoyue Xu
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski
2021-10-12RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing