aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03IB/hfi1: Remove incorrect call to do_interrupt callbackMichael J. Ruhl1-7/+9
2018-07-03IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl3-7/+12
2018-06-22IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl4-83/+25
2018-06-22IB/hfi1: Reorg ctxtdata and rightsize fieldsMike Marciniszyn2-87/+86
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn8-69/+85
2018-06-22IB/hfi1: Remove unused/writeonly devdata fieldsMike Marciniszyn2-9/+0
2018-06-22IB/hfi1: Rightsize ctxt_eager_bufs fieldsMike Marciniszyn1-6/+6
2018-06-22IB/hfi1: Remove rcvctrl from ctxtdataMike Marciniszyn2-4/+1
2018-06-22IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn4-15/+19
2018-06-19IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn6-20/+40
2018-06-19IB/hfi1: Remove rcvhdrsizeMike Marciniszyn3-5/+1
2018-06-19IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn4-28/+24
2018-06-19IB/hfi1: Move normal functions from hfi1_devdata to const arrayMike Marciniszyn3-37/+23
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-12treewide: Use array_size() in kvzalloc_node()Kees Cook1-1/+2
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds31-788/+1560
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-16/+8
2018-06-04IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn1-2/+2
2018-06-04IB/hfi1: Rename exp_lock to exp_mutexKaike Wan3-8/+8
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2-1/+9
2018-06-04IB/hfi1: Remove unused variableKaike Wan1-3/+1
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan1-9/+3
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn3-10/+9
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-0/+4
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-09IB/hfi1: Use after free race condition in send context error pathMichael J. Ruhl1-0/+4
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