summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)AuthorFilesLines
2016-08-02IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_infoDasaratharaman Chandramouli6-33/+34
2016-08-02IB/hfi1: Remove unused elements from struct ahg_ib_headerDasaratharaman Chandramouli3-5/+0
2016-08-02IB/hfi1: Reset QSFP on every run through channel tuningEaswar Hariharan1-1/+5
2016-08-02IB/hfi1: Ignore QSFP interrupts until power stabilizesEaswar Hariharan1-7/+21
2016-08-02IB/hfi1: Disable external device configuration requestsEaswar Hariharan1-14/+0
2016-08-02IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabledJianxin Xiong3-22/+23
2016-08-02IB/hfi1: Fix trace message unitsGrzegorz Heldt1-2/+2
2016-08-02IB/hfi1: Add sysfs entry to override SDMA interrupt affinityTadeusz Struk3-0/+97
2016-08-02IB/hfi1: Add static PCIe Gen3 CTLE tuningDean Luick1-4/+64
2016-08-02IB/hfi1: Fix "suspicious rcu_dereference_check() usage" warningsJianxin Xiong3-8/+18
2016-08-02IB/hfi1: Read all firmware versionsDean Luick4-25/+130
2016-08-02IB/hfi1: Explain state complete frame detailsDean Luick1-8/+126
2016-08-02IB/hfi1: Modify the default number of kernel receive conextsHarish Chegondi1-4/+2
2016-08-02IB/hfi1: Add support for extended memory managementJianxin Xiong2-2/+21
2016-08-02IB/hfi1: Work request processing for fast register mr and invalidateJianxin Xiong4-3/+98
2016-08-02IB/hfi1: Handle send with invalidate opcode in the RC recv pathJianxin Xiong2-1/+17
2016-08-02IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov5-97/+45
2016-08-02IB/hfi1: Fix to fully initialize send context areaTymoteusz Kielan1-1/+1
2016-08-02IB/hfi1: Fix integrity errors counter value calculationJakub Pawlak1-23/+9
2016-08-02IB/hfi1: Add hfi1 post send tablesMike Marciniszyn3-0/+49
2016-08-02IB/hfi1: Correct receive packet handler assignmentJakub Pawlak1-13/+16
2016-08-02IB/hfi1: Improve SDMA engine assignment for user SDMAJianxin Xiong1-1/+28
2016-08-02IB/hfi1: Remove TWSI referencesDean Luick5-588/+1
2016-08-02IB/hfi1: Use built-in i2c bit-shift bus adapterDean Luick6-115/+341
2016-08-02IB/hfi1: Refine user process affinity algorithmSebastian Sanchez3-62/+174
2016-08-02IB/hfi1: Reserve and collapse CPU cores for contextsSebastian Sanchez4-28/+84
2016-08-02IB/hfi1: Add global structure for affinity assignmentsDennis Dalessandro4-97/+198
2016-08-02IB/hfi1: Add counter to track unsupported packets dropJakub Pawlak4-6/+32
2016-08-02IB/hfi1: Add VL XmitDiscards counters to the opapmaqueryJakub Pawlak1-2/+9
2016-08-02IB/hfi1: Fix trace sparse errorsMike Marciniszyn2-31/+31
2016-08-02IB/hfi1: Separate tracepoints into specific headersSebastian Sanchez10-1330/+1735
2016-08-02IB/hfi1: Fix typoTadeusz Struk1-1/+1
2016-08-02IB/hfi1: Remove unnecessary done label in hfi1_write_iterIra Weiny1-17/+14
2016-08-02IB/hfi1: Clean up port state structure definitionIra Weiny2-19/+0
2016-07-12IB/hfi1: Fix sleep inside atomic issue in init_asic_dataTadeusz Struk1-7/+9
2016-07-12IB/hfi1: Correct issues with sc5 computationMike Marciniszyn1-20/+3
2016-06-23IB/hfi1: Fix deadlock with txreq allocation slow pathMike Marciniszyn2-3/+2
2016-06-18IB/hfi1: Send a pkey change event on driver pkey updateSebastian Sanchez3-7/+16
2016-06-18IB/hfi1: Remove FULL_MGMT_P_KEY from pkey table at link upSebastian Sanchez1-6/+13
2016-06-18IB/hfi1: Fix potential buffer overflowTadeusz Struk1-1/+2
2016-06-18IB/hfi1: Fix potential NULL ptr dereferenceTadeusz Struk1-1/+1
2016-06-18IB/hfi1: Prevent context lossIra Weiny1-0/+3
2016-06-18IB/hfi1: Increase packet egress timeoutJubin John1-1/+1
2016-06-18IB/hfi1: Fix credit return threshold adjustmentJubin John2-4/+27
2016-06-07IB/hfi1: Suppress sparse warningsBart Van Assche2-15/+2
2016-06-07IB/hfi1: Use bit 0 instead of bit 1Bart Van Assche1-1/+1
2016-06-07IB/hfi1: Fix indentationBart Van Assche1-3/+3
2016-06-07IB/hfi1: Avoid large frame size warningLeon Romanovsky1-17/+14
2016-06-07IB/hfi1: fix some indentingDan Carpenter1-1/+1
2016-05-26IB/hfi1: Fix pio map initializationJubin John1-2/+1