summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)AuthorFilesLines
2018-05-24IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn1-1/+1
2018-05-24IB/hfi1: Set port number for errorinfo MAD responseMichael J. Ruhl1-0/+1
2018-05-24IB/hfi1: Cleanup of exp_rcvMike Marciniszyn4-25/+56
2018-05-24IB/hfi1: Add 16B Management Packet trace supportDon Hiatt2-70/+130
2018-05-24IB/hfi1: Add support for 16B Management PacketsDon Hiatt4-33/+110
2018-05-24IB/hfi1: Define 16B Management PacketsDon Hiatt2-0/+8
2018-05-15RDMA/hfi1: Fix build error with debugfs disabledDoug Ledford1-15/+0
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty5-162/+10
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez8-16/+444
2018-05-09IB/hfi1: Create common functions for affinity CPU mask operationsSebastian Sanchez1-23/+60
2018-05-09IB/Hfi1: Read CCE Revision register to verify the device is responsiveKamenee Arumugam2-7/+8
2018-05-09IB/hfi1: Rework fault injection machineryMitko Haralanov10-358/+577
2018-05-09IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2-0/+14
2018-05-09IB/hfi1: Reorder incorrect send context disableMichael J. Ruhl2-11/+35
2018-05-09IB/hfi1: Return correct value for device stateMichael J. Ruhl1-2/+2
2018-05-09IB/hfi1: Fix fault injection init/exit issuesMike Marciniszyn1-2/+6
2018-05-09IB/hfi1: Complete check for locally terminated smpAlex Estrin1-16/+20
2018-05-09IB/hfi1: Return actual error value from program_rcvarray()Michael J. Ruhl1-1/+0
2018-05-09IB/hfi1: Prevent LNI hang when LCB can't obtain lanesSebastian Sanchez3-20/+53
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford9-41/+100
2018-05-03IB/hfi1: Fix memory leak in exception path in get_irq_affinity()Sebastian Sanchez1-6/+5
2018-05-03IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez3-10/+30
2018-05-03IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez2-3/+2
2018-05-03IB/hfi1: Fix loss of BECN with AHGMike Marciniszyn1-10/+40
2018-05-03IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl1-2/+2
2018-05-03IB/hfi1: Fix handling of FECN marked multicast packetMike Marciniszyn3-10/+21
2018-04-27infiniband: hw: hfi1: Change return type to vm_fault_tSouptick Joarder1-2/+2
2018-04-07Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+4
2018-03-29RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe1-2/+2
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2-7/+7
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+1
2018-03-13IB: remove duplicate header filesZhu Yanjun1-1/+0
2018-03-13IB/hfi1: Fix a kernel-doc warningBart Van Assche1-1/+0
2018-03-07IB/hfi1: Add a missing rcu_read_unlock()Bart Van Assche1-0/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds26-234/+469
2018-02-02IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2-4/+6
2018-02-02IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam3-16/+19
2018-02-02IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov1-1/+8
2018-02-02IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn4-14/+25
2018-02-02IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam6-19/+239
2018-02-02IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek1-11/+12
2018-02-02IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2-32/+17
2018-02-02IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez6-30/+20
2018-02-02IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez3-23/+30
2018-02-02IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez4-13/+13
2018-02-02IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez3-6/+3
2018-02-02IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov10-59/+61
2018-02-02IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin1-3/+1
2018-02-02IB/hfi1: Fix for early release of sdma contextAlex Estrin3-6/+9