summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-094-6/+8
|\
| * IB/hfi1: make hist staticchongjiapeng2021-09-081-1/+1
| * RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker2021-09-081-2/+2
| * IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe2021-09-081-1/+3
| * RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle2021-09-081-1/+1
| * RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle2021-09-081-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-02132-4175/+1003
|\|
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-3022-68/+58
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-257-9/+12
| * | RDMA/mlx5: Relax DCS QP creation checksLior Nahmanson2021-08-301-2/+1
| * | RDMA/hns: Delete unnecessary blank lines.Xinhao Liu2021-08-263-4/+0
| * | RDMA/hns: Encapsulate the qp db as a functionYixing Liu2021-08-261-53/+82
| * | RDMA/hns: Adjust the order in which irq are requested and enabledWenpeng Liang2021-08-261-16/+13
| * | RDMA/hns: Remove RST2RST error prints for hw v1Weihang Li2021-08-261-10/+1
| * | RDMA/hns: Remove dqpn filling when modify qp from Init to InitWenpeng Liang2021-08-261-7/+0
| * | RDMA/hns: Fix QP's resp incomplete assignmentWenpeng Liang2021-08-261-2/+1
| * | RDMA/hns: Fix query destination qpnWenpeng Liang2021-08-261-1/+1
| * | RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-2573-3170/+133
| * | RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang2021-08-254-5/+31
| * | RDMA/hns: Bugfix for the missing assignment for dip_idxJunxian Huang2021-08-251-1/+3
| * | RDMA/hns: Bugfix for data type of dip_idxJunxian Huang2021-08-251-1/+1
| * | RDMA/hns: Fix incorrect lsn fieldYixing Liu2021-08-251-3/+0
| * | RDMA/irdma: Remove the repeated declarationShaokun Zhang2021-08-251-2/+0
| * | RDMA/hns: Delete unused hns bitmap interfaceYangyang Li2021-08-242-75/+0
| * | RDMA/hns: Use IDA interface to manage srq indexYangyang Li2021-08-244-34/+18
| * | RDMA/hns: Use IDA interface to manage uar indexYangyang Li2021-08-244-31/+22
| * | RDMA/hns: Ownerbit mode add control fieldLang Cheng2021-08-231-0/+3
| * | RDMA/hns: Enable stash feature of HIP09Yixing Liu2021-08-231-0/+1
| * | RDMA/hns: Remove unsupport cmdq modeLang Cheng2021-08-232-27/+14
| * | RDMA: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-239-75/+52
| * | RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman2021-08-232-11/+9
| * | RDMA/efa: Remove unused cpu field from irq structGal Pressman2021-08-232-3/+1
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-235-33/+107
| |\ \
| * | | RDMA/qedr: Move variables reset to qedr_set_common_qp_params()Prabhakar Kushwaha2021-08-191-18/+14
| * | | RDMA/hfi1: Stop using seq_get_buf in _driver_stats_seq_showChristoph Hellwig2021-08-191-9/+4
| * | | RDMA/hns: Fix return in hns_roce_rereg_user_mr()YueHaibing2021-08-191-1/+3
| * | | RDMA/mlx5: Delete not-available udata checkLeon Romanovsky2021-08-031-3/+0
| * | | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-71/+21
| * | | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-0338-392/+240
| * | | RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-033-27/+14
| * | | RDMA/mlx5: Delete device resource mutex that didn't protect anythingLeon Romanovsky2021-08-033-29/+16
| * | | RDMA/mlx5: Cancel pkey work before destroying device resourcesLeon Romanovsky2021-08-031-4/+9
| * | | RDMA/efa: Remove double QP type assignmentLeon Romanovsky2021-08-031-1/+0
| * | | RDMA/hns: Don't overwrite supplied QP attributesLeon Romanovsky2021-08-031-7/+1
| * | | RDMA/hns: Don't skip IB creation flow for regular RC QPLeon Romanovsky2021-08-031-3/+3
| * | | RDMA/qedr: Improve error logs for rdma_alloc_tid error returnPrabhakar Kushwaha2021-07-301-3/+15
| * | | RDMA/hfi1: Fix typo in commentsCai Huoqing2021-07-305-7/+7
| * | | RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang2021-07-304-6/+7
| * | | IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn2021-07-301-6/+1
| * | | IB/hfi1: Indicate DMA wait when txq is queued for wakeupMike Marciniszyn2021-07-301-0/+3