aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2-4/+4
2008-07-21device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+1
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2-2/+2
2008-07-14IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell2-4/+5
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise5-13/+13
2008-07-14IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-2/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet5-13/+19
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar5-13/+19
2008-06-06IB/ipath: Fix SM trap forwardingRalph Campbell1-0/+4
2008-05-26IB/ipath: Fix device capability flagsRalph Campbell1-1/+2
2008-05-26IB/ipath: Avoid test_bit() on u64 SDMA status valueRoland Dreier2-8/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2-2/+2
2008-05-15IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell1-2/+2
2008-05-15IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier1-2/+2
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2-4/+4
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov3-18/+23
2008-05-13IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2-0/+8
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell8-304/+554
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell5-224/+132
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor2-10/+29
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson8-202/+224
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-05-07IB/ipath: Return the correct opcode for RDMA WRITE with immediateRalph Campbell1-1/+5
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson1-2/+6
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell1-1/+1
2008-05-07IB/ipath: Only warn about prototype chip during initMichael Albaugh1-2/+3
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+2
2008-04-21IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier2-6/+6
2008-04-21IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.cRoland Dreier1-9/+4
2008-04-21IB/ipath: Remove dependency on PCI_MSI || HT_IRQRoland Dreier1-1/+1
2008-04-21IB/ipath: Build IBA7220 code unconditionallyRoland Dreier1-2/+4
2008-04-21IB/ipath: Remove reference to dev->class_dev Roland Dreier1-1/+0
2008-04-21IB/ipath: Fix module parameter description for disable_smaPaul Bolle1-1/+1
2008-04-19IB: convert struct class_device to struct deviceTony Jones4-48/+51
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier4-12/+12
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell18-18/+18
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson13-136/+896
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones6-34/+83
2008-04-16IB/ipath: User mode send DMAArthur Jones1-0/+879
2008-04-16IB/ipath: User mode send DMA header fileArthur Jones1-0/+54
2008-04-16IB/ipath: Add code for IBA7220 send DMAJohn Gregor1-0/+743
2008-04-16IB/ipath: Add IBA7220-specific SERDES initialization dataRalph Campbell1-0/+1082
2008-04-16IB/ipath: Support for SerDes portion of IBA7220Michael Albaugh1-0/+1462
2008-04-16IB/ipath: HCA-specific code to support IBA7220Ralph Campbell1-0/+2571
2008-04-16IB/ipath: Isolate 7220-specific contentMichael Albaugh1-0/+57
2008-04-16IB/ipath: Header file changes to support IBA7220Ralph Campbell4-54/+282
2008-04-16IB/ipath: Fix up error handlingRalph Campbell3-17/+66
2008-04-16IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson3-22/+42