summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-121-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-0731-788/+1560
|\
| * IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn2018-06-041-2/+2
| * IB/hfi1: Rename exp_lock to exp_mutexKaike Wan2018-06-043-8/+8
| * IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2018-06-042-1/+9
| * IB/hfi1: Remove unused variableKaike Wan2018-06-041-3/+1
| * IB/hfi1: Ensure VL index is within boundsKaike Wan2018-06-041-9/+3
| * IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn2018-06-043-10/+9
| * Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-0/+4
| |\
| * | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-241-1/+1
| * | IB/hfi1: Set port number for errorinfo MAD responseMichael J. Ruhl2018-05-241-0/+1
| * | IB/hfi1: Cleanup of exp_rcvMike Marciniszyn2018-05-244-25/+56
| * | IB/hfi1: Add 16B Management Packet trace supportDon Hiatt2018-05-242-70/+130
| * | IB/hfi1: Add support for 16B Management PacketsDon Hiatt2018-05-244-33/+110
| * | IB/hfi1: Define 16B Management PacketsDon Hiatt2018-05-242-0/+8
| * | RDMA/hfi1: Fix build error with debugfs disabledDoug Ledford2018-05-151-15/+0
| * | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-095-162/+10
| * | 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/+0
| * | 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/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB/hfi1: Replace custom hfi1 macros with PCIe macrosFrederick Lawler2018-04-271-16/+8
| |/ /
* | | 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/+5
* | 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/+2
* | 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-065-5/+4
|\
| * 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/+0
| * IB/hfi1: Fix a kernel-doc warningBart Van Assche2018-03-131-1/+0
| * IB/hfi1: Add a missing rcu_read_unlock()Bart Van Assche2018-03-061-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
OpenPOWER on IntegriCloud