aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-17IB/hfi1: Report pid in qp_stats to aid debugMike Marciniszyn1-2/+3
2016-03-17IB/hfi1: Improve LED beaconingEaswar Hariharan3-51/+38
2016-03-17IB/hfi1: Don't call cond_resched in atomic mode when sending packetsKaike Wan1-2/+5
2016-03-17IB/hfi1: Add adaptive cacheless verbs copyDean Luick3-2/+211
2016-03-17IB/hfi1: Handle host handshake timeoutJubin John2-2/+4
2016-03-17IB/hfi1: Add ASIC flag view/clearDean Luick1-0/+125
2016-03-17IB/hfi1: Hold i2c resource across debugfs open/closeDean Luick1-21/+124
2016-03-17IB/hfi1: Reduce hardware mutex timeoutDean Luick1-1/+1
2016-03-17IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flagDean Luick2-13/+0
2016-03-17IB/hfi1: Change thermal init to use resource reservationDean Luick1-1/+7
2016-03-17IB/hfi1: Change QSFP functions to use resource reservationDean Luick8-56/+142
2016-03-17IB/hfi1: Change SBus handling to use resource reservationDean Luick4-29/+42
2016-03-17IB/hfi1: Change EPROM handling to use resource reservationDean Luick1-23/+13
2016-03-17IB/hfi1: Add ASIC resource reservation functionsDean Luick3-0/+219
2016-03-17IB/hfi1: Add shared ASIC structureDean Luick3-3/+54
2016-03-17IB/hfi1: Remove ASIC block clearDean Luick2-88/+3
2016-03-17IB/hfi1: Replace kmalloc and memcpy with a kmemdupHarish Chegondi1-2/+1
2016-03-17IB/hfi1: Move constant to the right in bitwise operationsHarish Chegondi3-6/+6
2016-03-17IB/hfi1: Add the break statement that was removed in an earlier patchHarish Chegondi1-0/+1
2016-03-10staging/rdma/hfi1: Fix memory leaksJubin John3-2/+4
2016-03-10staging/rdma/hfi1: Fix reporting of LED status in Get(LedInfo) and Get(PortInfo)Easwar Hariharan2-7/+30
2016-03-10staging/rdma/hfi1: Check interrupt registers mappingKaike Wan1-0/+56
2016-03-10staging/rdma/hfi1: Avoid using upstream component if it is not accessibleKaike Wan2-5/+36
2016-03-10staging/rdma/hfi1: Fix header size calculation for RC/UC QPs with GRH enabledJianxin Xiong2-6/+6
2016-03-10staging/rdma/hfi1: Fix counter read for cpDean Luick3-36/+11
2016-03-10staging/rdma/hfi1: Guard i2c access against cpDean Luick1-8/+20
2016-03-10staging/rdma/hfi1: Disclose more information when i2c failsDean Luick1-22/+20
2016-03-10staging/rdma/hfi1: Fix debugfs access raceDean Luick1-3/+6
2016-03-10staging/rdma/hfi1: Cleanup comments and logs in PHY codeEaswar Hariharan2-6/+9
2016-03-10staging/rdma/hfi1: Fix xmit discard error weightDean Luick1-5/+21
2016-03-10staging/rdma/hfi1: fix 0-day syntax errorMike Marciniszyn1-3/+3
2016-03-10staging/rdma/hfi1: Fix headerJubin John55-220/+55
2016-03-10staging/rdma/hfi1: Remove else after breakJubin John1-4/+2
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John14-78/+100
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John26-1597/+1508
2016-03-10staging/rdma/hfi1: Fix block commentsJubin John14-107/+203
2016-03-10staging/rdma/hfi1: Add comment for spinlock_t definitionJubin John3-0/+5
2016-03-10staging/rdma/hfi1: Remove void function return statementJubin John1-1/+0
2016-03-10staging/rdma/hfi1: Use pointer instead of struct nameJubin John1-1/+1
2016-03-10staging/rdma/hfi1: Remove CamelCaseJubin John1-1/+1
2016-03-10staging/rdma/hfi1: Fix misspellingsJubin John3-3/+3
2016-03-10staging/rdma/hfi1: Split multiple assignmentsJubin John3-7/+10
2016-03-10staging/rdma/hfi1: Use BIT_ULL macroJubin John3-13/+13
2016-03-10staging/rdma/hfi1: Remove unnecessary parenthesesJubin John1-7/+7
2016-03-10staging/rdma/hfi1: Add blank link after declarationsJubin John6-0/+8
2016-03-10staging/rdma/hfi1: Fix logical continuationsJubin John7-61/+51
2016-03-10staging/rdma/hfi1: Remove blank line before close braceJubin John9-12/+0
2016-03-10staging/rdma/hfi1: Remove blank line after an open braceJubin John6-15/+0
2016-03-10staging/rdma/hfi1: Fix comparison to NULLJubin John9-19/+19
2016-03-10staging/rdma/hfi1: Remove space after castJubin John15-64/+64