summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-8/+8
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-8/+8
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-202-2/+2
|\ \
| * | drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2022-01-202-2/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-1353-6681/+295
|\ \
| * | Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-136-24/+84
| |\|
| * | RDMA/irdma: Remove the redundant returnZhu Yanjun2022-01-101-1/+1
| * | RDMA/irdma: Make the source udp port varyZhu Yanjun2022-01-071-0/+4
| * | RDMA/hns: Replace get_udp_sport with rdma_get_udp_sportZhu Yanjun2022-01-071-10/+3
| * | IB/qib: Fix typosQinghua Jin2022-01-073-3/+3
| * | RDMA/hns: Modify the hop num of HIP09 EQ to 1Wenpeng Liang2022-01-072-2/+5
| * | IB/mlx5: Expose NDR speed through MADMaher Sanalla2022-01-051-0/+5
| * | RDMA/cxgb4: Set queue pair state when being queriedKamal Heib2022-01-051-0/+1
| * | RDMA/hns: Remove support for HIP06Chengchang Tang2022-01-0517-6255/+33
| * | RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-054-47/+23
| * | RDMA: Use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
| * | RDMA/mlx5: Print wc status on CQE error and dump neededDust Li2022-01-051-1/+4
| * | RDMA/ocrdma: Remove unneeded variableMinghao Chi2022-01-051-6/+2
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-12-152-10/+11
| |\ \
| * | | IB/mthca: Use memset_startat() for clearing mpt_entryKees Cook2021-12-141-2/+1
| * | | iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook2021-12-141-2/+3
| * | | RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mrKees Cook2021-12-141-2/+2
| * | | Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-1416-69/+112
| |\ \ \
| * | | | RDMA/hns: Support direct wqe of userspaceYixing Liu2021-12-145-12/+92
| * | | | RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib2021-12-071-0/+2
| * | | | RDMA/bnxt_re: Fix endianness warning for req.pkeyKamal Heib2021-12-061-1/+1
| * | | | RDMA/irdma: Fix the type used to declare a bitmapChristophe JAILLET2021-12-061-1/+1
| * | | | RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu2021-12-061-1/+1
| * | | | RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-4/+2
| * | | | RDMA/pvrdma: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-11-291-3/+3
| * | | | RDMA/pvrdma: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-2/+2
| * | | | IB/hfi1: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-5/+3
| * | | | RDMA/mlx4: Use bitmap_alloc() when applicableChristophe JAILLET2021-11-291-6/+4
| * | | | RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'Christophe JAILLET2021-11-291-3/+3
| * | | | RDMA/ocrdma: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-291-10/+6
| * | | | RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib2021-11-256-175/+10
| * | | | RDMA/cxgb4: Use non-atomic bitmap functions when possibleChristophe JAILLET2021-11-251-2/+2
| * | | | RDMA/cxgb4: Use bitmap_set() when applicableChristophe JAILLET2021-11-251-4/+1
| * | | | RDMA/cxgb4: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-251-5/+3
| * | | | IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_mr.c'Christophe JAILLET2021-11-251-5/+5
| * | | | IB/mthca: Use non-atomic bitmap functions when possible in 'mthca_allocator.c'Christophe JAILLET2021-11-251-2/+2
| * | | | IB/mthca: Use bitmap_set() when applicableChristophe JAILLET2021-11-251-4/+1
| * | | | IB/mthca: Use bitmap_zalloc() when applicableChristophe JAILLET2021-11-252-11/+7
| * | | | RDMA/hns: Remove magic numberXinhao Liu2021-11-191-1/+3
| * | | | RDMA/hns: Remove macros that are no longer usedYixing Liu2021-11-191-16/+0
| * | | | RDMA/hns: Correctly initialize the members of Array[][]Xinhao Liu2021-11-191-1/+2
| * | | | RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu2021-11-194-15/+15
| * | | | RDMA/hns: Replace tab with space in the right-side commentsXinhao Liu2021-11-193-15/+15
| * | | | RDMA/hns: Correct the print format to be consistent with the variable typeXinhao Liu2021-11-191-3/+3
| * | | | RDMA/hns: Correct the hex print formatXinhao Liu2021-11-192-6/+6