summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2415-51/+140
|\
| * IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-174-7/+8
| * IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn2019-06-171-0/+16
| * IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn2019-06-171-0/+17
| * IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-173-4/+37
| * IB/hfi1: Create inline to get extended headersMike Marciniszyn2019-06-172-20/+32
| * IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2019-06-172-2/+3
| * IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn2019-06-171-6/+3
| * IB/hfi1: Correct tid qp rcd to match verbs contextMike Marciniszyn2019-06-113-3/+15
| * IB/hfi1: Close PSM sdma_progress sleep windowMike Marciniszyn2019-06-112-9/+4
| * IB/hfi1: Validate fault injection opcode user inputKaike Wan2019-06-111-0/+5
* | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-173-2/+4
|\|
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-073-2/+4
| |\
| | * IB/hfi1: Validate page aligned for a given virtual addressKamenee Arumugam2019-05-291-0/+3
| | * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-2/+0
| | * IB/hfi1: Insure freeze_work work_struct is canceled on shutdownMike Marciniszyn2019-05-291-0/+1
* | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-032-5/+4
|/ /
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Ira Weiny2019-05-141-2/+2
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0921-221/+381
|\
| * IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn2019-05-061-1/+2
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-23/+8
| |\
| * | IB/hfi1: Remove reference to RHF.VCRCErrJohn Fleck2019-04-243-5/+4
| * | IB/hfi1: Add selected Rcv countersMike Marciniszyn2019-04-243-0/+9
| * | IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-2/+2
| * | IB/hfi1: Make opfn.h self sufficientMike Marciniszyn2019-04-241-2/+4
| * | IB/{rdmavt, hfi1): Miscellaneous comment fixesKaike Wan2019-04-241-1/+1
| * | IB/hfi1: Add debugfs to control expansion ROM write protectJosh Collier2019-04-241-0/+74
| * | Merge HFI1 updates into k.o/for-nextJason Gunthorpe2019-04-039-130/+253
| |\ \
| | * | IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan2019-04-033-45/+167
| | * | IB/hfi1: Remove WARN_ON when freeing expected receive groupsKaike Wan2019-04-031-3/+0
| | * | IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITEKaike Wan2019-04-033-28/+31
| | * | IB/hfi1: Add a function to read next expected psn from hardware flowKaike Wan2019-04-031-20/+18
| | * | IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan2019-04-033-29/+18
| * | | hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-016-68/+31
| * | | hfi1: Convert vesw_idr to XArrayMatthew Wilcox2019-03-292-10/+9
| * | | IB/hfi1: Fix two format stringsBart Van Assche2019-03-282-4/+4
| * | | IB/hfi1: Add running average for adaptive pioMike Marciniszyn2019-03-263-3/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+1
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-174-33/+32
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
| | |/ / | |/| |
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-4/+0
| * | | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-081-1/+1
| |/ /
* | / IB/hfi1: Do not flush send queue in the TID RDMA second legKaike Wan2019-04-101-23/+8
| |/ |/|
* | IB/hfi1: Fix the allocation of RSM tableKaike Wan2019-03-271-7/+19
* | IB/hfi1: Eliminate opcode tests on mr derefKaike Wan2019-03-271-2/+2
* | IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateKaike Wan2019-03-271-0/+2
* | IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan2019-03-271-1/+1
|/