aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+2
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-1/+2
2016-10-02IB/hfi1: Fix trace of atomic ackMike Marciniszyn2-3/+3
2016-10-02IB/hfi1: Update SMA ingress checks for response packetsJianxin Xiong1-25/+24
2016-10-02IB/hfi1: Use EPROM platform configuration readDean Luick2-15/+26
2016-10-02IB/hfi1: Add ability to read platform config from the EPROMDean Luick2-0/+84
2016-10-02IB/hfi1: Restore EPROM read abilityDean Luick3-3/+103
2016-10-02IB/hfi1: Add new debugfs sdma_cpu_list fileTadeusz Struk3-0/+83
2016-10-02IB/hfi1: Add irq affinity notification handlerTadeusz Struk2-10/+103
2016-10-02IB/hfi1: Add a new VL sysfs attribute for sdma enginesTadeusz Struk1-1/+14
2016-10-02IB/hfi1: Add sysfs interface for affinity setupTadeusz Struk5-7/+412
2016-10-02IB/hfi1: Fix resource release in context allocationJakub Pawlak2-5/+13
2016-10-02IB/hfi1: Remove unused variable from devdataDennis Dalessandro1-2/+0
2016-10-02IB/hfi1: Cleanup tasklet refs in commentsDennis Dalessandro2-10/+10
2016-10-02IB/hfi1: Adjust hardware buffering parameterHarish Chegondi2-3/+3
2016-10-02IB/hfi1: Act on external device timeoutDean Luick2-2/+6
2016-10-02IB/hfi1: Fix defered ack race with qp destroyMike Marciniszyn1-1/+4
2016-10-02IB/hfi1: Combine shift copy and byte copy for SGE readsSebastian Sanchez1-137/+23
2016-10-02IB/hfi1: Do not read more than a SGE lengthSebastian Sanchez1-48/+40
2016-10-02IB/hfi1: Extend i2c timeoutDean Luick1-1/+1
2016-10-02IB/hfi1: Increase default settings of max_cqes and max_qpsJianxin Xiong1-2/+2
2016-10-02IB/hfi1: Remove filtering of Set(PkeyTable) in HFI SMASebastian Sanchez1-6/+0
2016-10-02IB/hfi1: Consolidate pio control masks into single definitionMike Marciniszyn4-30/+32
2016-10-02IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debugMike Marciniszyn2-2/+22
2016-10-02IB/hfi1: Move iowait_init() to priv allocateMike Marciniszyn1-7/+7
2016-10-02IB/hfi1: Fix locking scheme for affinity settingsTadeusz Struk2-43/+51
2016-10-02IB/hfi1: Fix user-space buffers mapping with IOMMU enabledTymoteusz Kielan7-63/+79
2016-10-02IB/hfi1: Fix the count of user packets submitted to an SDMA engineHarish Chegondi3-28/+30
2016-10-02IB/hfi1: Move serdes tune inside link start functionDean Luick2-15/+8
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn14-209/+107
2016-09-16IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routinesMike Marciniszyn4-15/+11
2016-09-02IB/hfi1: Rework debugfs to use SRCUMike Marciniszyn1-80/+52
2016-09-02IB/hfi1: Make n_krcvqs be an unsigned long integerHarish Chegondi3-5/+5
2016-09-02IB/hfi1: Add QSFP sanity pre-checkDean Luick4-8/+82
2016-09-02IB/hfi1: Fix AHG KDETH Intr shiftJubin John1-1/+4
2016-09-02IB/hfi1: Fix SGE length for misaligned PIO copySebastian Sanchez1-0/+12
2016-09-02IB/hfi1: Fix the size parameter to find_first_bitChristophe Jaillet1-4/+4
2016-08-26IB/hfi1: Clean up type used and castingChristophe Jaillet1-2/+2
2016-08-22IB/hfi1: Fix mm_struct use after freeIra Weiny1-0/+2
2016-08-22IB/hfi1: Improve J_KEY generationMitko Haralanov1-1/+18
2016-08-22IB/hfi1: Return invalid field for non-QSFP CableInfo queriesEaswar Hariharan1-0/+5
2016-08-22IB/hfi1: Add missing error code assignment before testChristophe Jaillet1-1/+1
2016-08-22IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun3-10/+2
2016-08-22IB/hfi1: Validate header in set_armed_activeMike Marciniszyn1-1/+2
2016-08-22IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn1-5/+5
2016-08-22IB/hfi1: Fetch monitor values on-demand for CableInfo queryEaswar Hariharan2-2/+33
2016-08-22IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn2-9/+9
2016-08-22IB/hfi1: Remove duplicated include from affinity.cWei Yongjun1-1/+0
2016-08-22IB/hfi1: Allocate cpu mask on the heap to silence warningTadeusz Struk1-7/+13
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds45-2892/+3829