summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-051-6/+4
* IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl2017-05-051-1/+2
* IB/hfi1: Clean up context initializationMichael J. Ruhl2017-05-051-8/+2
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-051-1/+1
* IB/hfi1: Return an error on memory allocation failureMichael J. Ruhl2017-05-051-0/+1
* IB/hfi1: Adjust default eager_buffer_size to 8MBTymoteusz Kielan2017-05-051-2/+2
* IB/hfi1: Fix yield logic in send engineMike Marciniszyn2017-05-051-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
* IB/hfi1: Fix user-space buffers mapping with IOMMU enabledTymoteusz Kielan2016-10-021-22/+22
* IB/hfi1: Make n_krcvqs be an unsigned long integerHarish Chegondi2016-09-021-1/+1
* IB/hfi1: Add QSFP sanity pre-checkDean Luick2016-09-021-0/+1
* IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun2016-08-221-1/+1
* IB/hfi1: Fix trace message unitsGrzegorz Heldt2016-08-021-2/+2
* IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong2016-08-021-5/+6
* IB/hfi1: Use built-in i2c bit-shift bus adapterDean Luick2016-08-021-8/+19
* IB/hfi1: Reserve and collapse CPU cores for contextsSebastian Sanchez2016-08-021-2/+4
* IB/hfi1: Add global structure for affinity assignmentsDennis Dalessandro2016-08-021-1/+4
* IB/hfi1: Fix potential NULL ptr dereferenceTadeusz Struk2016-06-181-1/+1
* IB/hfi1: fix some indentingDan Carpenter2016-06-071-1/+1
* IB/hfi1: Move driver out of stagingDennis Dalessandro2016-05-261-0/+1818