summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
...
| * | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-095-162/+10Star
| * | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-098-16/+444
| * | IB/hfi1: Create common functions for affinity CPU mask operationsSebastian Sanchez2018-05-091-23/+60
| * | IB/Hfi1: Read CCE Revision register to verify the device is responsiveKamenee Arumugam2018-05-092-7/+8
| * | IB/hfi1: Rework fault injection machineryMitko Haralanov2018-05-0910-358/+577
| * | IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2018-05-092-0/+14
| * | IB/hfi1: Reorder incorrect send context disableMichael J. Ruhl2018-05-092-11/+35
| * | IB/hfi1: Return correct value for device stateMichael J. Ruhl2018-05-091-2/+2
| * | IB/hfi1: Fix fault injection init/exit issuesMike Marciniszyn2018-05-091-2/+6
| * | IB/hfi1: Complete check for locally terminated smpAlex Estrin2018-05-091-16/+20
| * | IB/hfi1: Return actual error value from program_rcvarray()Michael J. Ruhl2018-05-091-1/+0Star
| * | IB/hfi1: Prevent LNI hang when LCB can't obtain lanesSebastian Sanchez2018-05-093-20/+53
| * | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-099-41/+100
| |\ \
| * | | infiniband: hw: hfi1: Change return type to vm_fault_tSouptick Joarder2018-04-271-2/+2
* | | | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-16/+8Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB/hfi1: Replace custom hfi1 macros with PCIe macrosFrederick Lawler2018-04-271-16/+8Star
| |/ /
* | / IB/hfi1: Use after free race condition in send context error pathMichael J. Ruhl2018-05-091-0/+4
| |/ |/|
* | IB/hfi1: Fix memory leak in exception path in get_irq_affinity()Sebastian Sanchez2018-05-031-6/+5Star
* | IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez2018-05-033-10/+30
* | IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez2018-05-032-3/+2Star
* | IB/hfi1: Fix loss of BECN with AHGMike Marciniszyn2018-05-031-10/+40
* | IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl2018-05-031-2/+2
* | IB/hfi1: Fix handling of FECN marked multicast packetMike Marciniszyn2018-05-033-10/+21
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-075-5/+4Star
|\
| * RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-291-2/+2
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+1
| * IB: remove duplicate header filesZhu Yanjun2018-03-131-1/+0Star
| * IB/hfi1: Fix a kernel-doc warningBart Van Assche2018-03-131-1/+0Star
| * IB/hfi1: Add a missing rcu_read_unlock()Bart Van Assche2018-03-071-0/+1
* | treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-282-7/+7
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-0626-234/+469
|\
| * IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2018-02-012-4/+6
| * IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam2018-02-013-16/+19
| * IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov2018-02-011-1/+8
| * IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn2018-02-014-14/+25
| * IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam2018-02-016-19/+239
| * IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek2018-02-011-11/+12
| * IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2018-02-012-32/+17Star
| * IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-016-30/+20Star
| * IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez2018-02-013-23/+30
| * IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez2018-02-014-13/+13
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-013-6/+3Star
| * IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov2018-02-0110-59/+61
| * IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin2018-02-011-3/+1Star
| * IB/hfi1: Fix for early release of sdma contextAlex Estrin2018-02-013-6/+9
| * IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl2018-02-013-7/+16
* | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-02-011-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3110-149/+77Star
|\|
| * Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-2/+2
| |\