summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2020-02-202-11/+3
* RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King2020-02-201-1/+1
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-133-50/+66
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-133-11/+49
* RDMA/hns: Optimize eqe buffer allocation flowXi Wang2020-02-112-383/+108
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-114-17/+21
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-215-7/+9
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-165-7/+9
* | RDMA/hns: Add support for extended atomic in userspaceJiaran Zhang2020-01-152-2/+17
* | RDMA/hns: Get pf capabilities from firmwareLijun Ou2020-01-152-109/+6
* | RDMA/hns: Add interfaces to get pf capabilities from firmwareLijun Ou2020-01-153-0/+527
* | RDMA/hns: Remove some redundant variables related to capabilitiesWeihang Li2020-01-153-7/+1
* | RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-106-34/+252
* | RDMA/hns: Bugfix for posting a wqe with sgeLijun Ou2020-01-101-16/+25
* | RDMA/hns: Fix coding style issuesLijun Ou2020-01-072-143/+92
* | RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UPWenpeng Liang2020-01-072-26/+20
* | RDMA/hns: Remove redundant print informationYixing Liu2020-01-071-1/+0
* | RDMA/hns: Delete unnessary parameters in hns_roce_v2_qp_modify()Lijun Ou2020-01-071-3/+1
* | RDMA/hns: Update the value of qp typeLijun Ou2020-01-071-5/+7
* | RDMA/hns: Remove unused function hns_roce_init_eq_table()Lijun Ou2020-01-071-1/+0
* | RDMA/hns: Avoid printing address of mtt pageWenpeng Liang2020-01-071-2/+2
* | RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu2020-01-033-48/+35
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-2717-423/+351
|\
| * RDMA/hns: Delete unnecessary callback functions for cqYixian Liu2019-11-252-58/+36
| * RDMA/hns: Rename the functions used inside creating cqYixian Liu2019-11-255-56/+35
| * RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu2019-11-254-56/+38
| * RDMA/hns: Redefine interfaces used in creating cqYixian Liu2019-11-254-55/+53
| * IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-175-7/+7
| * RDMA/hns: Modify appropriate printingsWenpeng Liang2019-11-084-15/+19
| * RDMA/hns: Fix non-standard error codesYixian Liu2019-11-085-13/+14
| * RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the codeLang Cheng2019-11-081-11/+4
| * RDMA/hns: Simplify doorbell initialization codeLang Cheng2019-11-081-4/+1
| * RDMA/hns: Replace not intuitive function/macro namesYixing Liu2019-11-086-59/+63
| * RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu2019-11-083-22/+21
| * RDMA/hns: Delete unnecessary uar from hns_roce_cqYixian Liu2019-11-082-4/+1
| * RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-084-22/+5
| * RDMA/hns: Delete unnecessary variable max_postYixian Liu2019-11-082-5/+4
| * RDMA/hns: Remove unsupported modify_port callbackKamal Heib2019-11-061-7/+0
| * RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-061-2/+4
| * RDMA/hns: Fix build error againArnd Bergmann2019-10-292-5/+20
| * RDMA/hns: Fix memory leak on 'context' on error return pathColin Ian King2019-10-281-4/+8
| * RDMA/hns: Bugfix for qpc/cqc timer configurationYangyang Li2019-10-281-2/+2
| * RDMA/hns: Fix to support 64K page for srqLijun Ou2019-10-281-2/+2
| * RDMA/hns: Delete BITS_PER_BYTE redefinitionLeon Romanovsky2019-10-281-2/+0
| * RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe2019-10-281-4/+6
| * RDMA/hns: Release qp resources when failed to destroy qpYangyang Li2019-10-211-8/+4
| * RDMA/hns: Fix a spelling mistake in a macroYixing Liu2019-10-212-13/+13
| * RDMA/hns: Modify return value of restrack functionsLang Cheng2019-10-211-1/+1
| * RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li2019-10-213-13/+13
| * RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li2019-10-211-10/+14