aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-2/+1
2021-08-24RDMA/hns: Delete unused hns bitmap interfaceYangyang Li1-70/+0
2021-08-24RDMA/hns: Use IDA interface to manage srq indexYangyang Li1-1/+1
2021-08-24RDMA/hns: Use IDA interface to manage uar indexYangyang Li1-1/+1
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li1-1/+1
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li1-1/+1
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li1-1/+1
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li1-4/+2
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li1-11/+1
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li1-39/+0
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang1-30/+21
2021-03-11RDMA/hns: Add support for XRC on HIP09Wenpeng Liang1-0/+3
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu1-2/+2
2020-11-23RDMA/hns: Refactor the hns_roce_buf allocation flowXi Wang1-54/+74
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-2/+1
2020-05-25RDMA/hns: Change all page_shift to unsignedWeihang Li1-1/+1
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-3/+3
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang1-43/+0
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-56/+47
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-2/+2
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-2/+0
2019-06-25RDMA/hns: fix potential integer overflow on left shiftColin Ian King1-1/+1
2019-06-20RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou1-0/+99
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-5/+6
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou1-0/+2
2018-06-04IB/hns: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-5/+3
2017-12-01RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherentWei Hu\(Xavier\)1-23/+0
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)1-10/+19
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-3/+3
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-0/+2
2017-07-28IB/hns: Support compile test for hns RoCE driverMatan Barak1-0/+1
2016-12-03IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)1-4/+7
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun1-0/+257