summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/init.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez1-10/+27
2018-05-03IB/hfi1: Fix NULL pointer dereference when invalid num_vls is usedSebastian Sanchez1-0/+2
2018-05-03IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl1-2/+2
2018-02-02IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam1-8/+9
2018-02-02IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam1-0/+9
2018-02-02IB/hfi1: Fix for early release of sdma contextAlex Estrin1-0/+1
2018-02-02IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl1-1/+3
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl1-0/+2
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura1-2/+1
2017-10-30IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn1-0/+7
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-1/+1
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-09-27IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl1-0/+21
2017-09-27IB/hfi1: Remove unused hfi1_cpulist variablesJan Sokolowski1-16/+0
2017-09-27IB/hfi1: Remove unnecessary error messages on alloc failuresJan Sokolowski1-6/+0
2017-08-22IB/hf1: User context locking is inconsistentMichael J. Ruhl1-50/+84
2017-08-22IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl1-62/+137
2017-08-22IB/hfi1: Revert egress pkey check enforcementAlex Estrin1-1/+0
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez1-0/+26
2017-07-31IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl1-7/+7
2017-07-31IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl1-4/+5
2017-06-27IB/hfi1: Resolve kernel panics by reference counting receive contextsMichael J. Ruhl1-10/+48
2017-06-27IB/hfi1: Initialize TID lists to avoid crash on cleanupMichael J. Ruhl1-0/+4
2017-05-05IB/hfi1: Clean up on context initialization failureMichael J. Ruhl1-6/+4
2017-05-05IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl1-1/+2
2017-05-05IB/hfi1: Clean up context initializationMichael J. Ruhl1-8/+2
2017-05-05IB/hfi1: Name function prototype parametersMichael J. Ruhl1-1/+1
2017-05-05IB/hfi1: Return an error on memory allocation failureMichael J. Ruhl1-0/+1
2017-05-05IB/hfi1: Adjust default eager_buffer_size to 8MBTymoteusz Kielan1-2/+2
2017-05-05IB/hfi1: Fix yield logic in send engineMike Marciniszyn1-1/+2
2017-04-28IB/hfi1: Fix unbalanced braces around elseDennis Dalessandro1-2/+4
2017-04-28IB/hfi1: Permanently enable P_Key checking in HFINeel Desai1-0/+3
2017-04-28IB/hfi1: Fix softlockup issueTadeusz Struk1-1/+1
2017-04-20IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana1-0/+1
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana1-12/+17
2017-04-20IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana1-1/+8
2017-04-05IB/hfi1: Check device id early during initTadeusz Struk1-9/+10
2017-02-19IB/hfi1: Allocate context data on memory nodeSebastian Sanchez1-8/+9
2016-11-16IB/hfi1: Relocate rcvhdrcnt module parameter check.Krzysztof Blaszkowski1-18/+26
2016-11-16IB/hfi1: Delete unused lockEaswar Hariharan1-1/+0
2016-11-16IB/hfi1: Fix a potential memory leak in hfi1_create_ctxts()Jianxin Xiong1-6/+7
2016-11-16IB/hfi1: Return ENODEV for unsupported PCI device ids.Krzysztof Blaszkowski1-13/+12
2016-11-16IB/hfi1: Fix an Oops on pci device force removeTadeusz Struk1-2/+19
2016-10-02IB/hfi1: Fix resource release in context allocationJakub Pawlak1-0/+1
2016-10-02IB/hfi1: Fix user-space buffers mapping with IOMMU enabledTymoteusz Kielan1-22/+22
2016-09-02IB/hfi1: Make n_krcvqs be an unsigned long integerHarish Chegondi1-1/+1
2016-09-02IB/hfi1: Add QSFP sanity pre-checkDean Luick1-0/+1
2016-08-22IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun1-1/+1
2016-08-02IB/hfi1: Fix trace message unitsGrzegorz Heldt1-2/+2
2016-08-02IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong1-5/+6