summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl2017-07-311-7/+7
* IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl2017-07-311-4/+5
* IB/hfi1: Resolve kernel panics by reference counting receive contextsMichael J. Ruhl2017-06-271-10/+48
* IB/hfi1: Initialize TID lists to avoid crash on cleanupMichael J. Ruhl2017-06-271-0/+4
* IB/hfi1: Clean up on context initialization failureMichael J. Ruhl2017-05-041-6/+4
* IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl2017-05-041-1/+2
* IB/hfi1: Clean up context initializationMichael J. Ruhl2017-05-041-8/+2
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-041-1/+1
* IB/hfi1: Return an error on memory allocation failureMichael J. Ruhl2017-05-041-0/+1
* IB/hfi1: Adjust default eager_buffer_size to 8MBTymoteusz Kielan2017-05-041-2/+2
* IB/hfi1: Fix yield logic in send engineMike Marciniszyn2017-05-041-1/+2
* IB/hfi1: Fix unbalanced braces around elseDennis Dalessandro2017-04-281-2/+4
* IB/hfi1: Permanently enable P_Key checking in HFINeel Desai2017-04-281-0/+3
* IB/hfi1: Fix softlockup issueTadeusz Struk2017-04-281-1/+1
* IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana2017-04-201-0/+1
* IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-201-12/+17
* IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana2017-04-201-1/+8
* IB/hfi1: Check device id early during initTadeusz Struk2017-04-051-9/+10
* IB/hfi1: Allocate context data on memory nodeSebastian Sanchez2017-02-191-8/+9
* IB/hfi1: Relocate rcvhdrcnt module parameter check.Krzysztof Blaszkowski2016-11-151-18/+26
* IB/hfi1: Delete unused lockEaswar Hariharan2016-11-151-1/+0
* IB/hfi1: Fix a potential memory leak in hfi1_create_ctxts()Jianxin Xiong2016-11-151-6/+7
* IB/hfi1: Return ENODEV for unsupported PCI device ids.Krzysztof Blaszkowski2016-11-151-13/+12
* IB/hfi1: Fix an Oops on pci device force removeTadeusz Struk2016-11-151-2/+19
* IB/hfi1: Fix resource release in context allocationJakub Pawlak2016-10-021-0/+1
OpenPOWER on IntegriCloud