aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_iba7322.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09IB/qib: Convert timers to use timer_setup()Kees Cook1-9/+8
2017-08-28IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam1-2/+2
2017-08-28IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam1-23/+17
2017-06-27IB/qib: Replace deprecated pci functions with new APIMichael J. Ruhl1-21/+27
2017-04-28IB/qib: use setup_timerGeliang Tang1-6/+4
2017-03-24IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann1-1/+1
2017-02-27scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-24IB/qib: Remove empty functionLeon Romanovsky1-1/+0
2016-12-03IB/qib: Remove debug prints after allocation failureLeon Romanovsky1-17/+5
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-1/+1
2016-05-26IB/qib: Remove unused qib_7322_intr_msgs[]Jubin John1-15/+0
2016-03-10IB/qib: Destroy SMI AH before de-allocating the protection domainHarish Chegondi1-2/+0
2016-03-10IB/qib,rdmavt: Move smi_ah to qibDennis Dalessandro1-5/+5
2016-03-10IB/qib: Remove create and free mad agentsDennis Dalessandro1-5/+5
2016-03-10IB/qib: Remove ibport and use rdmavt versionHarish Chegondi1-1/+1
2016-03-10IB/qib: Use address handle in rdmavt and remove from qibDennis Dalessandro1-1/+1
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-05-05IB/qib: use arch_phys_wc_add()Luis R. Rodriguez1-21/+20
2015-02-20IB/qib: Add blank line after declarationMike Marciniszyn1-2/+20
2015-02-20IB/qib: Fix checkpatch warningsMike Marciniszyn1-4/+3
2015-02-17IB/qib: Fix sizeof checkpatch warningsMike Marciniszyn1-8/+8
2015-02-16IB/qib: Add support for the new QMH7360 cardVinit Agnihotri1-0/+5
2015-02-16IB/qib: Do not write EEPROMMitko Haralanov1-2/+0
2014-03-17IB/qib: Modify software pma counters to use percpu variablesMike Marciniszyn1-1/+5
2014-03-17IB/qib: Add percpu counter replacing qib_devdata int_counterMike Marciniszyn1-22/+9
2014-02-13IB/qib: Add missing serdes init sequenceMike Marciniszyn1-0/+5
2013-11-08IB/qib: Fix txselect regressionMike Marciniszyn1-6/+5
2013-07-30IB/qib: Add err_decode() call for ring dumpMike Marciniszyn1-0/+2
2013-07-11IB/qib: Log all SDMA errors unconditionallyDean Luick1-0/+114
2013-06-26IB/qib: New transmitter tunning settings for Dell 1.1 backplaneMitko Haralanov1-22/+37
2013-06-21IB/qib: Add DCA supportMike Marciniszyn1-12/+322
2012-08-15IB/qib: Fix error return code in qib_init_7322_variables()Julia Lawall1-1/+3
2012-07-19IB/qib: checkpatch fixesMike Marciniszyn1-71/+77
2012-07-17IB/qib: Fix QP RCU sparse warningsMike Marciniszyn1-7/+5
2012-05-14IB/qib: Fix QLE734X link cyclingMitko Haralanov1-1/+1
2012-05-14IB/qib: Optimize pio ack buffer allocationMike Marciniszyn1-0/+1
2012-02-25IB/qib: Add logic for affinity hintMike Marciniszyn1-31/+76
2012-01-03IB/qib: Default some module parameters optimallyMike Marciniszyn1-1/+1
2012-01-03IB/qib: Fix a possible data corruption when receiving packetsRam Vepa1-2/+4
2012-01-03IB/qib: Eliminate 64-bit jiffies useMike Marciniszyn1-17/+15
2011-11-28IB/qib: Fix over-scheduling of QSFP workMike Marciniszyn1-8/+8
2011-11-08IB/qib: Don't use schedule_work()Mike Marciniszyn1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-10-31IB/qib: Fix issue with link states and QSFP cablesMitko Haralanov1-10/+20
2011-10-21IB/qib: Hold links until tuning data is availableMitko Haralanov1-43/+77
2011-10-21IB/qib: Clean up checkpatch issueMike Marciniszyn1-2/+1
2011-10-21IB/qib: Eliminate divide/mod in converting idx to egr buf pointerMike Marciniszyn1-0/+2
2011-07-22IB/qib: Defer HCA error events to taskletMike Marciniszyn1-21/+50
2011-07-18IB/qib: Remove double defineEdwin van Vliet1-1/+0