summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/init.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Fix WQ_MEM_RECLAIM warningMike Marciniszyn2019-05-061-1/+2
* hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-011-42/+10
* IB/hfi1: Fix two format stringsBart Van Assche2019-03-281-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-7/+28
|\
| * IB/hfi1: Close race condition on user context disable and closeMichael J. Ruhl2019-03-061-5/+9
| * IB/hfi1: Add functions to receive TID RDMA WRITE requestKaike Wan2019-02-051-0/+1
| * IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-1/+2
| * IB/hfi1: TID RDMA flow allocationKaike Wan2019-02-051-0/+7
| * IB/hfi1: Integrate OPFN into RC transactionsKaike Wan2019-01-311-0/+7
| * IB/hfi1: OPFN interfaceKaike Wan2019-01-311-1/+0
| * IB/hfi1: Add OPFN helper functions for TID RDMA featureKaike Wan2019-01-311-0/+2
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-14/+15
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-031-6/+0
* IB/hfi1: Rework the IRQ API to be more flexibleMichael J. Ruhl2018-09-011-3/+23
* IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl2018-09-011-2/+2
* IB/hfi1: Get the hfi1_devdata structure as early as possibleMichael J. Ruhl2018-09-011-35/+42
* IB/hfi1: Set in_use_ctxts bits for user ctxts onlyMichael J. Ruhl2018-07-031-1/+0
* IB/hfi1: Reorg ctxtdata and rightsize fieldsMike Marciniszyn2018-06-221-2/+2
* IB/hfi1: Remove caches of chip CSRsMike Marciniszyn2018-06-221-1/+1
* IB/hfi1: Remove unused/writeonly devdata fieldsMike Marciniszyn2018-06-221-3/+0
* IB/hfi1: Remove rcvhdrq_sizeMike Marciniszyn2018-06-221-9/+2
* IB/hfi1: Remove rcvhdrsizeMike Marciniszyn2018-06-191-1/+1
* IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn2018-06-191-0/+2
* IB/hfi1: Move normal functions from hfi1_devdata to const arrayMike Marciniszyn2018-06-191-18/+1
* IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn2018-06-041-2/+2
* IB/hfi1: Rename exp_lock to exp_mutexKaike Wan2018-06-041-1/+1
* IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn2018-06-041-5/+4
* IB/hfi1: Cleanup of exp_rcvMike Marciniszyn2018-05-241-3/+1
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-2/+13
* IB/{hfi1, qib}: Add handling of kernel restartAlex Estrin2018-05-091-0/+13
* IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez2018-05-031-10/+27
* IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez2018-05-031-0/+2
* IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl2018-05-031-2/+2
* IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam2018-02-011-8/+9
* IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam2018-02-011-0/+9
* IB/hfi1: Fix for early release of sdma contextAlex Estrin2018-02-011-0/+1
* IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl2018-02-011-1/+3
* IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-051-0/+2
* IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura2017-11-131-2/+1
* IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn2017-10-301-0/+7
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-1/+1
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+1
* | IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl2017-09-271-0/+21
* | IB/hfi1: Remove unused hfi1_cpulist variablesJan Sokolowski2017-09-271-16/+0
* | IB/hfi1: Remove unnecessary error messages on alloc failuresJan Sokolowski2017-09-271-6/+0
|/
* IB/hf1: User context locking is inconsistentMichael J. Ruhl2017-08-221-50/+84
* IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl2017-08-221-62/+137
* IB/hfi1: Revert egress pkey check enforcementAlex Estrin2017-08-221-1/+0
* IB/hfi1: Create workqueue for link eventsSebastian Sanchez2017-07-311-0/+26
OpenPOWER on IntegriCloud