aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny1-2/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-221/+381
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-4/+0
2019-05-06IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn1-1/+2
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-23/+8
2019-04-24IB/hfi1: Remove reference to RHF.VCRCErrJohn Fleck3-5/+4
2019-04-24IB/hfi1: Add selected Rcv countersMike Marciniszyn3-0/+9
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn1-2/+2
2019-04-24IB/hfi1: Make opfn.h self sufficientMike Marciniszyn1-2/+4
2019-04-24IB/{rdmavt, hfi1): Miscellaneous comment fixesKaike Wan1-1/+1
2019-04-24IB/hfi1: Add debugfs to control expansion ROM write protectJosh Collier1-0/+74
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-33/+32
2019-04-10IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan1-23/+8
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-4/+0
2019-04-08drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon1-1/+1
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe9-130/+253
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan3-45/+167
2019-04-03IB/hfi1: Remove WARN_ON when freeing expected receive groupsKaike Wan1-3/+0
2019-04-03IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITEKaike Wan3-28/+31
2019-04-03IB/hfi1: Add a function to read next expected psn from hardware flowKaike Wan1-20/+18
2019-04-03IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan3-29/+18
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox6-68/+31
2019-03-29hfi1: Convert vesw_idr to XArrayMatthew Wilcox2-10/+9
2019-03-28IB/hfi1: Fix two format stringsBart Van Assche2-4/+4
2019-03-27IB/hfi1: Fix the allocation of RSM tableKaike Wan1-7/+19
2019-03-27IB/hfi1: Eliminate opcode tests on mr derefKaike Wan1-2/+2
2019-03-27IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateKaike Wan1-0/+2
2019-03-27IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan1-1/+1
2019-03-26IB/hfi1: Add running average for adaptive pioMike Marciniszyn3-3/+7
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds41-524/+9670
2019-03-06IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2-6/+10
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2-2/+4
2019-02-21IB/hfi1: Add missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-15IB/hfi1: Fix a build warning for TID RDMA READKaike Wan1-0/+1
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford35-393/+9594
2019-02-07drivers/IB,hfi1: do not se mmap_semDavidlohr Bueso1-6/+0
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-3/+3
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan12-51/+144
2019-02-05IB/hfi1: Add static trace for TID RDMA WRITE protocolKaike Wan6-3/+692
2019-02-05IB/hfi1: Enable TID RDMA WRITE protocolKaike Wan2-1/+24
2019-02-05IB/hfi1: Add interlock between TID RDMA WRITE and other requestsKaike Wan3-2/+59
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan6-49/+480
2019-02-05IB/hfi1: Add the dual leg codeKaike Wan7-10/+217
2019-02-05IB/hfi1: Add the TID second leg ACK packet builderKaike Wan1-0/+141
2019-02-05IB/hfi1: Add the TID second leg send packet builderKaike Wan3-0/+220
2019-02-05IB/hfi1: Resend the TID RDMA WRITE DATA packetsKaike Wan2-6/+58
2019-02-05IB/hfi1: Add a function to receive TID RDMA RESYNC packetKaike Wan2-0/+105