aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05IB/hfi1: Add functions to receive TID RDMA READ responseKaike Wan3-0/+529
2019-02-05IB/hfi1: Add a function to build TID RDMA READ responseKaike Wan2-0/+70
2019-02-05IB/hfi1: Add functions to receive TID RDMA READ requestKaike Wan3-0/+342
2019-02-05IB/hfi1: Set PbcInsertHcrc for TID RDMA packetsKaike Wan1-2/+19
2019-02-05IB/hfi1: Add functions to build TID RDMA READ requestKaike Wan3-0/+241
2019-02-05IB/hfi1: Add static trace for flow and TID management functionsKaike Wan3-0/+269
2019-02-05IB/hfi1: Add the counter n_tidwaitKaike Wan5-0/+17
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan7-17/+1030
2019-02-05IB/hfi1: TID RDMA flow allocationKaike Wan8-0/+491
2019-02-05IB/hfi: Move RC functions into a header fileKaike Wan2-70/+99
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2-2/+1
2019-01-31IB/hfi1: Add static trace for OPFNKaike Wan5-106/+351
2019-01-31IB/hfi1: Integrate OPFN into RC transactionsKaike Wan6-10/+81
2019-01-31IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan2-6/+8
2019-01-31IB/hfi1: OPFN interfaceKaike Wan5-1/+334
2019-01-31IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan7-2/+254
2019-01-31IB/hfi1: OPFN support discoveryMitko Haralanov6-15/+77
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl1-22/+2
2019-01-30IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl1-10/+2
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe3-37/+28
2019-01-24infiniband: hfi1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-34/+18
2019-01-24infiniband: hfi1: drop crazy DEBUGFS_SEQ_FILE_CREATE() macroGreg Kroah-Hartman3-41/+30
2019-01-21IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl1-1/+1
2019-01-21IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty1-1/+0
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-8/+8
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain3-37/+28
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+5
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds23-125/+356
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-8/+5
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-11RDMA/hfi1: Initialize ib_device_ops structKamal Heib1-7/+11
2018-12-06IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn8-31/+27
2018-12-06IB/hfi1: Close VNIC sdma_progress sleep windowMike Marciniszyn1-10/+5
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn5-0/+65
2018-12-06IB/hfi1: Add OPFN and TID RDMA capability bitsKaike Wan1-8/+11
2018-12-06IB/hfi1: Unreserve a reserved request when it is completedKaike Wan1-0/+2
2018-12-06IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit1-1/+1
2018-12-06IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl1-0/+2
2018-12-06IB/hfi1: Limit VNIC use of SDMA engines to the available countMichael J. Ruhl1-2/+2
2018-12-06IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov5-66/+104
2018-12-06IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan1-1/+46
2018-12-06IB/hfi1: Dump pio info for non-user send contextsKaike Wan4-0/+81
2018-12-03IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz3-2/+5
2018-12-03IB/hfi1: Fix a latency issue for small messagesMichael J. Ruhl1-0/+7
2018-10-26Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks"Michal Hocko1-1/+0
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds33-1472/+1362
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit3-37/+36