summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_mr.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27RDMA/hns: Fix coding style issuesLang Cheng1-2/+2
2023-01-14RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-10-26IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-1/+0
2021-10-06RDMA/hns: Fix inaccurate printsYixing Liu1-5/+5
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-20/+8
2020-09-11RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe1-30/+19
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-2/+2
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-83/+127
2020-07-16RDMA/hns: Fix wrong PBL offset when VA is not aligned to PAGE_SIZEXi Wang1-1/+1
2020-07-07RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang1-82/+126
2020-07-07RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-18RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li1-2/+3
2020-05-25RDMA/hns: Optimize the usage of MTRXi Wang1-26/+28
2020-05-25RDMA/hns: Change all page_shift to unsignedWeihang Li1-9/+11
2020-05-20RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-3/+3
2020-05-20RDMA/hns: Store mr len information into mr objLang Cheng1-0/+2
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang1-521/+0
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang1-587/+139
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-6/+2
2020-04-22RDMA/hns: Add support for addressing when hopnum is 0Xi Wang1-21/+402
2020-03-26RDMA/hns: Fix a wrong judgment of return valueWeihang Li1-1/+1
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-2/+2
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-2/+2
2020-01-07RDMA/hns: Avoid printing address of mtt pageWenpeng Liang1-2/+2
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-2/+2
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-7/+8
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu1-24/+26
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng1-4/+3
2019-08-12RDMA/hns: Update some comments styleLang Cheng1-1/+0
2019-07-25RDMA/hns: Package for hns_roce_rereg_user_mr functionLijun Ou1-64/+89
2019-07-25RDMA/hns: Optimize hns_roce_mhop_alloc function.chenglang1-115/+160
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-12RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-50/+38
2019-01-11IB/{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-27RDMA/hns: Add MW support for hip08Yixian Liu1-0/+120
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-17RDMA/hns: Add 64KB page size support for hip08Yixian Liu1-6/+0
2018-02-15RDMA/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