aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-18IB/ipath: Disable IB link earlier in shutdown sequenceBryan O'Sullivan1-2/+6
2007-04-18IB/ipath: Improve handling and reporting of parity errorsBryan O'Sullivan1-1/+2
2007-04-18IB/ipath: Print better error messages if kernel is misconfiguredBryan O'Sullivan1-2/+10
2007-04-18IB/ipath: Call free_irq() on chip specific initialization failureArthur Jones1-1/+4
2007-04-18IB/ipath: Remove unused ipath_read_kreg64_port()Bryan O'Sullivan1-23/+0
2007-04-18IB/ipath: Change packet problems vs chip errors handling and reportingBryan O'Sullivan1-15/+38
2007-04-18IB/ipath: Fix up some debug messagesBryan O'Sullivan1-1/+2
2007-04-18IB/ipath: Add ability to set and clear IB local loopbackBryan O'Sullivan1-0/+16
2006-12-12IB/ipath: Remove unused "write-only" variablesRoland Dreier1-3/+1
2006-11-16[PATCH] IB/ipath - fix driver build for platforms with PCI, but not HTBryan O'Sullivan1-0/+4
2006-11-08[PATCH] IB/ipath - program intconfig register using new HT irq hookBryan O'Sullivan1-9/+8
2006-10-16IB/ipath: Initialize diagpkt file on device init onlyRobert Walsh1-10/+0
2006-09-28IB/ipath: Clean up module exit codeBryan O'Sullivan1-161/+128
2006-09-28IB/ipath: Improved support for PowerPCBryan O'Sullivan1-24/+36
2006-09-28IB/ipath: Drop unnecessary "(void *)" castsBryan O'Sullivan1-3/+3
2006-09-28IB/ipath: Support multiple simultaneous devices of different typesBryan O'Sullivan1-10/+0
2006-09-28IB/ipath: Unregister from IB core earlyBryan O'Sullivan1-1/+11
2006-09-28IB/ipath: Driver support for userspace sharing of HW contextsBryan O'Sullivan1-2/+5
2006-09-28IB/ipath: Fix memory leak if allocation failsBryan O'Sullivan1-0/+3
2006-09-22IB: Whitespace fixesRoland Dreier1-3/+3
2006-09-22IB/ipath: control receive polarity inversionBryan O'Sullivan1-0/+17
2006-09-22IB/ipath: support new QLogic product naming schemeBryan O'Sullivan1-4/+5
2006-09-22IB/ipath: add new minor device to allow sending of diag packetsBryan O'Sullivan1-0/+12
2006-09-22IB/ipath: remove stale references to userspace SMABryan O'Sullivan1-8/+9
2006-09-22IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan1-2/+2
2006-09-22IB/ipath: simplify layering codeBryan O'Sullivan1-87/+188
2006-09-22IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan1-8/+5
2006-09-22IB/ipath: More changes to support InfiniPath on PowerPC 970 systemsBryan O'Sullivan1-0/+6
2006-07-24IB/ipath: Fix a data corruptionRalph Campbell1-40/+36
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan1-11/+12
2006-07-01[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written via DMABryan O'Sullivan1-0/+6
2006-07-01[PATCH] IB/ipath: fixes to performance get counters for IB complianceBryan O'Sullivan1-0/+17
2006-07-01[PATCH] IB/ipath: removed redundant statementsBryan O'Sullivan1-3/+0
2006-07-01[PATCH] IB/ipath: fix lost interrupts on HT-400Bryan O'Sullivan1-3/+22
2006-07-01[PATCH] IB/ipath: fixed bug 9776 for realBryan O'Sullivan1-11/+22
2006-07-01[PATCH] IB/ipath: reduce overhead on receive interruptsBryan O'Sullivan1-10/+1
2006-07-01[PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan1-133/+92
2006-07-01[PATCH] IB/ipath: use vmalloc to allocate struct ipath_devdataBryan O'Sullivan1-7/+3
2006-07-01[PATCH] IB/ipath: enable freeze mode when shutting down deviceBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: print better debug info when handling 32/64-bit DMA mask problemsBryan O'Sullivan1-3/+20
2006-07-01[PATCH] IB/ipath: removed unused field ipath_kregvirt from struct ipath_devdataBryan O'Sullivan1-5/+2
2006-07-01[PATCH] IB/ipath: allow diags on any unitBryan O'Sullivan1-2/+4
2006-07-01[PATCH] IB/ipath: update copyrights and other strings to reflect new company nameBryan O'Sullivan1-4/+5
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-4/+4
2006-05-23IB/ipath: fix NULL dereference during cleanupBryan O'Sullivan1-11/+11
2006-05-12IB/ipath: Properly terminate PCI ID tableRoland Dreier1-4/+3
2006-05-01IB/ipath: iterate over correct number of ports during resetBryan O'Sullivan1-1/+1
2006-05-01IB/ipath: set up 32-bit DMA mask if 64-bit setup failsBryan O'Sullivan1-3/+13
2006-04-19IB/ipath: Make more names staticRoland Dreier1-1/+1