summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)AuthorFilesLines
2016-11-16IB/hfi1: Remove incorrect IS_ERR checkDennis Dalessandro1-1/+1
2016-11-16IB/hfi1: Prevent hardware counter names from being cut offJianxin Xiong1-1/+1
2016-11-16IB/hfi1: Fix ECN processing in prescan_rxqDasaratharaman Chandramouli1-9/+11
2016-11-16IB/hfi1: Fix status error code for unsupported packetsJakub Pawlak2-2/+18
2016-11-16IB/hfi1: Relocate rcvhdrcnt module parameter check.Krzysztof Blaszkowski1-18/+26
2016-11-16IB/hfi1: Fix rnr_timer additionIra Weiny1-1/+1
2016-11-16IB/hfi1: Delete unused lockEaswar Hariharan2-3/+0
2016-11-16IB/hfi1: Clean up unused argumentEaswar Hariharan3-5/+3
2016-11-16IB/hfi1: Remove leftover snoop referencesDennis Dalessandro3-114/+4
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 Struk4-5/+44
2016-11-16IB/hfi1: Fix integrity check flags default valuesJakub Pawlak3-40/+32
2016-11-16IB/hfi1: Remove redundant sysfs irq affinity entryTadeusz Struk3-101/+0
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus 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