summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/chip.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Move driver out of stagingDennis Dalessandro2016-05-261-14703/+0Star
* IB/hfi1: Correct log message stringsJakub Pawlak2016-05-141-1/+1
* IB/hfi1: Remove no-op QSFP reset codeDean Luick2016-05-141-3/+0Star
* IB/hfi1: Wait for QSFP modules to initializeEaswar Hariharan2016-05-141-1/+9
* IB/hfi1: Ignore non-temperature warnings on a downed linkEaswar Hariharan2016-05-141-6/+11
* IB/hfi1: Correctly report neighbor link down reasonDean Luick2016-04-281-14/+9Star
* IB/hfi1: Use the neighbor link down reason only when validDean Luick2016-04-281-9/+124
* IB/hfi1: Ignore link downgrade with 0 lanesDean Luick2016-04-281-1/+5
* IB/hfi1: Add RSM rule for user FECN handlingDean Luick2016-04-281-0/+84
* IB/hfi1: Create a routine to set a receive side mapping ruleDean Luick2016-04-281-18/+57
* IB/hfi1: Move QOS decision logic into its own functionDean Luick2016-04-281-17/+50
* IB/hfi1: Extract RSM map table init from QOSDean Luick2016-04-281-21/+70
* IB/hfi1: Reduce kernel context pio buffer allocationJianxin Xiong2016-04-281-12/+15
* IB/hfi1: Change default number of user contextsJubin John2016-04-281-7/+19
* IB/hfi1: Remove module presence check outside pre-LNI checksEaswar Hariharan2016-04-281-14/+6Star
* IB/hfi1: Always turn on CDRs for low power QSFP modulesEaswar Hariharan2016-04-281-45/+4Star
* IB/hfi1: Check P_KEY for all sent packets from user modeSebastian Sanchez2016-04-281-0/+1
* IB/hfi1: Simplify init_qpmap_table()Dean Luick2016-04-281-5/+2Star
* IB/hfi1: Fix QOS rule mappingsDean Luick2016-04-281-27/+21Star
* IB/hfi1: Remove invalid QOS checkDean Luick2016-04-281-2/+0Star
* IB/hfi1: Fix QOS num_vl bit widthDean Luick2016-04-281-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-1103/+1353
|\
| * IB/hfi1: Handle host handshake timeoutJubin John2016-03-171-1/+2
| * IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flagDean Luick2016-03-171-12/+0Star
| * IB/hfi1: Change thermal init to use resource reservationDean Luick2016-03-171-1/+7
| * IB/hfi1: Change QSFP functions to use resource reservationDean Luick2016-03-171-5/+15
| * IB/hfi1: Change SBus handling to use resource reservationDean Luick2016-03-171-2/+7
| * IB/hfi1: Add ASIC resource reservation functionsDean Luick2016-03-171-0/+2
| * IB/hfi1: Add shared ASIC structureDean Luick2016-03-171-3/+25
| * IB/hfi1: Remove ASIC block clearDean Luick2016-03-171-88/+0Star
| * IB/hfi1: Move constant to the right in bitwise operationsHarish Chegondi2016-03-171-3/+3
| * staging/rdma/hfi1: Check interrupt registers mappingKaike Wan2016-03-111-0/+56
| * staging/rdma/hfi1: Fix counter read for cpDean Luick2016-03-111-25/+5Star
| * staging/rdma/hfi1: Cleanup comments and logs in PHY codeEaswar Hariharan2016-03-111-4/+7
| * staging/rdma/hfi1: Fix xmit discard error weightDean Luick2016-03-111-5/+21
| * staging/rdma/hfi1: Fix headerJubin John2016-03-111-4/+1Star
| * staging/rdma/hfi1: Add braces on all arms of statementJubin John2016-03-111-4/+4
| * staging/rdma/hfi1: Fix code alignmentJubin John2016-03-111-472/+449Star
| * staging/rdma/hfi1: Fix block commentsJubin John2016-03-111-29/+58
| * staging/rdma/hfi1: Fix misspellingsJubin John2016-03-111-1/+1
| * staging/rdma/hfi1: Split multiple assignmentsJubin John2016-03-111-2/+4
| * staging/rdma/hfi1: Add blank link after declarationsJubin John2016-03-111-0/+2
| * staging/rdma/hfi1: Fix logical continuationsJubin John2016-03-111-29/+26Star
| * staging/rdma/hfi1: Remove blank line before close braceJubin John2016-03-111-1/+0Star
| * staging/rdma/hfi1: Remove blank line after an open braceJubin John2016-03-111-5/+0Star
| * staging/rdma/hfi1: Fix comparison to NULLJubin John2016-03-111-3/+3
| * staging/rdma/hfi1: Remove space after castJubin John2016-03-111-3/+3
| * staging/rdma/hfi1: Remove multiple blank linesJubin John2016-03-111-6/+0Star
| * staging/rdma/hfi1: Add spaces around binary operatorsJubin John2016-03-111-52/+52
| * staging/rdma/hfi1: Determine actual operational VLsMike Marciniszyn2016-03-111-8/+29