aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_pd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-17/+3
2021-12-14RDMA/hns: Support direct wqe of userspaceYixing Liu1-0/+3
2021-08-24RDMA/hns: Use IDA interface to manage uar indexYangyang Li1-17/+14
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li1-27/+19
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li1-25/+20
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li1-4/+3
2021-03-22RDMA/hns: Fix memory corruption when allocating XRCDNWeihang Li1-2/+10
2021-03-11RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-0/+51
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu1-1/+1
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang1-5/+6
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li1-1/+0
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-03-26RDMA/hns: Unify format of printsLijun Ou1-4/+2
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-1/+1
2019-07-07RDMA/hns: Clean up unnecessary variable initializationLang Cheng1-1/+1
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-2/+0
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-3/+2
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-17/+8
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2018-08-15RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman1-1/+1
2018-05-24RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaustWei Hu(Xavier)1-4/+6
2018-03-15RDMA/hns: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-1/+4
2017-09-27RDMA/hns: Configure mac&gid and user access region for hip08 RoCE driverWei Hu(Xavier)1-5/+11
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-1/+1
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-0/+2
2016-12-03IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)1-2/+3
2016-10-03IB/hns: Fix the bug when platform_get_resource() exec failLijun Ou1-0/+4
2016-10-03IB/hns: Simplify function of pd alloc and qp allocLijun Ou1-13/+1
2016-10-03IB/hns: Change the logic for allocating uar registersLijun Ou1-1/+3
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun1-0/+144