summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
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 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-023-6/+7
|\ \
| * | scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-4/+5
| * | scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
| * | scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche2021-07-201-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-02201-6441/+1788
|\ \ \ | | |/ | |/|
| * | Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-3029-116/+122
| |\ \
| | * | RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-2411-35/+27
| | * | lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb2021-08-241-15/+19
| | * | lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb2021-08-241-2/+2
| * | | 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
| * | | IB/rdmavt: Convert to SPDX identifierCai Huoqing2021-08-2529-1277/+59
| * | | 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/core/sa_query: Retry SA queriesHåkon Bugge2021-08-252-1/+11
| * | | 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
| * | | IB/core: Remove deprecated current_seq commentsLi Zhijian2021-08-231-3/+0
| * | | RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman2021-08-222-11/+9
| * | | RDMA/efa: Remove unused cpu field from irq structGal Pressman2021-08-222-3/+1
| * | | RDMA/rtrs: Remove (void) casting for functionsGioh Kim2021-08-221-2/+2
| * | | RDMA/rtrs-clt: Fix counting inflight IOGioh Kim2021-08-223-4/+6
| * | | RDMA/rtrs: Remove all likely and unlikelyGioh Kim2021-08-223-103/+99
| * | | RDMA/rtrs: Remove unused functionsJack Wang2021-08-222-8/+1
| * | | RDMA/rtrs-clt: During add_path change for_new_clt according to path_numMd Haris Iqbal2021-08-221-0/+12
| * | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-225-33/+107
| |\ \ \
| * | | | RDMA/core/sa_query: Remove unused functionHåkon Bugge2021-08-191-177/+0
| * | | | 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