aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11staging: rdma: hfi1: file_ops: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla1-3/+2
2016-03-11staging: rdma: hfi1: driver: Replace IS_ALIGNED with PAGE_ALIGNEDAmitoj Kaur Chawla1-1/+1
2016-03-11staging: rdma: hfi1: Replace ALIGN with PAGE_ALIGNAmitoj Kaur Chawla2-6/+5
2016-03-11Staging: rdma: Use min macro instead of ternary operatorBhumika Goyal1-3/+3
2016-03-11staging: rdma: hfi1: user_sdma.c: Drop void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: rdma: hfi1: Remove unnecessary paranthesesBhaktipriya Shridhar1-5/+5
2016-03-11staging: rdma: hfi1: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-03-11staging: rdma: hfi1: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-03-11staging: rdma: hfi1: Remove unnecessary pci_set_drvdata()Amitoj Kaur Chawla1-2/+0
2016-03-11staging: rdma: hfi1: Do not use | with a variable with value 0Janani Ravichandran1-1/+1
2016-03-11staging: rdma: hfi1: Compress return logicBhaktipriya Shridhar1-5/+1
2016-03-11staging: rdma: hfi1: Remove unnecessary kfreeAmitoj Kaur Chawla1-1/+0
2016-03-11staging: rdma: hfi1: Use setup_timerBhaktipriya Shridhar1-3/+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