summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_mr.c
AgeCommit message (Expand)Author
2021-08-19RDMA/hns: Fix return in hns_roce_rereg_user_mr()YueHaibing
2021-06-22RDMA/hns: Fix some print issuesYixing Liu
2021-06-22RDMA/hns: Fix uninitialized variableYixing Liu
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang
2021-02-08RDMA/hns: Add mapped page count checking for MTRXi Wang
2021-01-28RDMA/hns: Optimize the MR registration processLang Cheng
2021-01-28RDMA/hns: Refactor the MTR creation flowXi Wang
2021-01-22RDMA/hw/hns/hns_roce_mr: Add missing description for 'hr_dev' paramLee Jones
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu
2020-12-11RDMA/hns: Fix incorrect symbol typesWenpeng Liang
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe
2020-11-23RDMA/hns: Refactor the hns_roce_buf allocation flowXi Wang
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky
2020-09-11RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencodingJason Gunthorpe
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-16RDMA/hns: Fix wrong PBL offset when VA is not aligned to PAGE_SIZEXi Wang
2020-07-07RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman
2020-06-18RDMA/hns: Fix a calltrace when registering MR from userspaceYangyang Li
2020-05-25RDMA/hns: Optimize the usage of MTRXi Wang
2020-05-25RDMA/hns: Change all page_shift to unsignedWeihang Li
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang
2020-05-19RDMA/hns: Store mr len information into mr objLang Cheng
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang
2020-05-06RDMA/hns: Optimize PBL buffer allocation processXi Wang
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang
2020-04-22RDMA/hns: Add support for addressing when hopnum is 0Xi Wang
2020-03-26RDMA/hns: Fix a wrong judgment of return valueWeihang Li
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-07RDMA/hns: Avoid printing address of mtt pageWenpeng Liang
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng
2019-08-12RDMA/hns: Update some comments styleLang Cheng
2019-07-25RDMA/hns: Package for hns_roce_rereg_user_mr functionLijun Ou
2019-07-25RDMA/hns: Optimize hns_roce_mhop_alloc function.chenglang
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe
2019-04-08RDMA/hns: Fix bug that caused srq creation to failLijun Ou
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem