summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath
Commit message (Expand)AuthorAgeFilesLines
* IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day2008-07-151-2/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-145-13/+19
|\
| * IB/ipath: Fix SM trap forwardingRalph Campbell2008-06-061-0/+4
| * IB/ipath: Fix device capability flagsRalph Campbell2008-05-271-1/+2
| * IB/ipath: Avoid test_bit() on u64 SDMA status valueRoland Dreier2008-05-272-8/+9
| * IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell2008-05-161-2/+2
| * IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier2008-05-161-2/+2
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
* | Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+1
|/
* IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2008-05-132-4/+4
* IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov2008-05-133-18/+23
* IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2008-05-132-0/+8
* IB/ipath: Fix many locking issues when switching to error stateRalph Campbell2008-05-138-304/+554
* IB/ipath: Fix RC and UC error handlingRalph Campbell2008-05-135-224/+132Star
* IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2008-05-072-10/+29
* IB/ipath: Need to always request and handle PIO avail interruptsDave Olson2008-05-078-202/+224
* IB/ipath: Fix count of packets received by kernelMichael Albaugh2008-05-071-1/+1
* IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell2008-05-071-1/+5
* IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson2008-05-071-2/+6
* IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell2008-05-071-1/+1
* IB/ipath: Only warn about prototype chip during initMichael Albaugh2008-05-071-2/+3
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+2
* IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier2008-04-222-6/+6
* IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.cRoland Dreier2008-04-221-9/+4Star
* IB/ipath: Remove dependency on PCI_MSI || HT_IRQRoland Dreier2008-04-221-1/+1
* IB/ipath: Build IBA7220 code unconditionallyRoland Dreier2008-04-221-2/+4
* IB/ipath: Remove reference to dev->class_dev ...Roland Dreier2008-04-221-1/+0Star
* IB/ipath: Fix module parameter description for disable_smaPaul Bolle2008-04-221-1/+1
* IB: convert struct class_device to struct deviceTony Jones2008-04-204-48/+51
* IB/core: Add support for "send with invalidate" work requestsRoland Dreier2008-04-174-12/+12
* IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell2008-04-1718-18/+18
* IB/ipath: add calls to new 7220 code and enable in buildDave Olson2008-04-1713-136/+896
* IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones2008-04-176-34/+83
* IB/ipath: User mode send DMAArthur Jones2008-04-171-0/+879
* IB/ipath: User mode send DMA header fileArthur Jones2008-04-171-0/+54
* IB/ipath: Add code for IBA7220 send DMAJohn Gregor2008-04-171-0/+743
* IB/ipath: Add IBA7220-specific SERDES initialization dataRalph Campbell2008-04-171-0/+1082
* IB/ipath: Support for SerDes portion of IBA7220Michael Albaugh2008-04-171-0/+1462
* IB/ipath: HCA-specific code to support IBA7220Ralph Campbell2008-04-171-0/+2571
* IB/ipath: Isolate 7220-specific contentMichael Albaugh2008-04-171-0/+57
* IB/ipath: Header file changes to support IBA7220Ralph Campbell2008-04-174-54/+282
* IB/ipath: Fix up error handlingRalph Campbell2008-04-173-17/+66
* IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson2008-04-173-22/+42
* IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson2008-04-173-1/+45
* IB/ipath: Set LID filtering for HCAs that support it.Dave Olson2008-04-171-2/+7
* IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson2008-04-172-3/+30
* IB/ipath: Make link state transition code ignore (transient) link recoveryDave Olson2008-04-171-1/+15
* IB/ipath: Add support for 7220 receive queue changesRalph Campbell2008-04-1710-225/+305
* IB/ipath: Fix some white space and code style issuesRalph Campbell2008-04-176-35/+38
* IB/ipath: Allow old and new diagnostic packet formatsMichael Albaugh2008-04-171-2/+7