aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-5/+0
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-3/+1
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou1-0/+118
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou1-19/+24
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-2/+2
2019-04-08RDMA/hns: Fix bug that caused srq creation to failLijun Ou1-2/+2
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-3/+3
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-50/+38
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-4/+3
2018-12-11RDMA/hns: Fix the bug while use multi-hop of pblLijun Ou1-2/+2
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou1-15/+122
2018-10-16RDMA/hns: Add FRMR support for hip08Yixian Liu1-8/+84
2018-09-26RDMA/hns: Add MW support for hip08Yixian Liu1-0/+120
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-16RDMA/hns: Add 64KB page size support for hip08Yixian Liu1-6/+0
2018-02-14RDMA/hns: Use free_pages function instead of free_pageoulijun1-1/+1
2017-11-10RDMA/hns: Add rereg mr support for hip08Wei Hu(Xavier)1-0/+123
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)1-27/+66
2017-09-29RDMA/hns: remove redundant assignment to variable jColin Ian King1-1/+0
2017-09-27RDMA/hns: Support multi hop addressing for PBL in hip08Wei Hu(Xavier)1-24/+398
2017-09-27RDMA/hns: Split CQE from MTT in hip08Shaobo Xu1-15/+51
2017-09-27RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu1-5/+11
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-4/+4
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-0/+3
2017-07-28IB/hns: Support compile test for hns RoCE driverMatan Barak1-0/+1
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-4/+5
2017-04-20IB/hns: Use kcalloc() in hns_roce_buddy_init()Markus Elfring1-5/+6
2016-12-03IB/hns: Fix the bug when free mrShaobo Xu1-7/+14
2016-12-03IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)1-1/+1
2016-12-03IB/hns: Modify the macro for the timeout when cmd processWei Hu (Xavier)1-2/+2
2016-12-03IB/hns: Optimize the logic of allocating memory using APIsWei Hu (Xavier)1-7/+9
2016-10-03IB/hns: Fix bug of memory leakage for registering user mrLijun Ou1-0/+3
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun1-0/+614