summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-20/+10Star
| * | RDMA/hns: Support to create 1M srq queuechenglang2019-04-081-1/+1
| * | RDMA/hns: Dump detailed driver-specific CQLijun Ou2019-04-088-2/+181
| * | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-38/+24Star
| * | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-083-21/+13Star
| * | RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky2019-04-021-1/+1
| * | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-014-20/+16Star
| * | IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-012-12/+19
| * | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-019-28/+29
| * | RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2019-03-292-40/+16Star
| * | RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2019-03-292-24/+12Star
| * | RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky2019-03-271-1/+1
| * | RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou2019-03-261-2/+0Star
| * | RDMA/hns: Bugfix for sending with invalidateLijun Ou2019-03-261-1/+1
| * | RDMA/hns: Hide error print information with roce vf deviceLijun Ou2019-03-261-7/+5Star
| * | RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou2019-03-261-71/+81
| * | RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou2019-03-261-2/+2
| * | RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou2019-03-261-12/+16
| * | RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou2019-03-261-37/+46
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-2/+0Star
|\ \ \
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0Star
| |/ /
* | / RDMA/hns: Bugfix for mapping user dbLijun Ou2019-04-251-1/+1
| |/ |/|
* | RDMA/hns: Bugfix for SCC hem freeYangyang Li2019-04-081-3/+0Star
* | RDMA/hns: Fix bug that caused srq creation to failLijun Ou2019-04-082-4/+6
|/
* RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing2019-03-041-1/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-17/+9Star
* RDMA/hns: Bugfix for set hem of SCCYangyang Li2019-02-201-0/+3
* RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou2019-02-201-5/+5
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-12/+9Star
* RDMA/hns: Configure capacity of hns deviceLijun Ou2019-02-141-0/+5
* RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu2019-02-141-51/+6Star
* RDMA/hns: Set allocated memory to zero for wridYixian Liu2019-02-141-4/+4
* RDMA/hns: Fix the state of rereg mrYixian Liu2019-02-141-0/+3
* RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang2019-02-141-0/+1
* RDMA: Fix allocation failure on pointer pdColin Ian King2019-02-131-1/+1
* RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-114-74/+56Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-094-32/+28Star
* RDMA/hns: Fix the chip hanging caused by sending doorbell during resetWei Hu (Xavier)2019-02-053-9/+28
* RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)2019-02-054-13/+167
* RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occursWei Hu (Xavier)2019-02-053-13/+112
* RDMA/hns: Make some function staticYueHaibing2019-02-042-5/+6
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-2/+8
|\
| * RDMA/hns: Update the kernel header file of hnsLijun Ou2019-01-251-2/+8
* | RDMA/hns: Remove set but not used variable 'rst'YueHaibing2019-01-311-2/+1Star
* | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-302-2/+2
* | Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-292-10/+11
|\|
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-10/+11
* | infiniband: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-251-1/+1
* | RDMA/hns: Add timer allocation support for hip08Yangyang Li2019-01-247-2/+227
* | RDMA/hns: Add SCC context clr support for hip08Yangyang Li2019-01-244-1/+85