aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_driver.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28IB/ipath: Deprecate ipath driver and move to staging.Dennis Dalessandro1-2789/+0
2015-07-21x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()Luis R. Rodriguez1-2/+4
2015-06-18x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT ...Luis R. Rodriguez1-5/+13
2013-02-27IB/ipath: convert to idr_alloc()Tejun Heo1-12/+4
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman1-7/+5
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-05-09IB/ipath: Use pci_dev->revision, againSergei Shtylyov1-8/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-16RDMA: Update workqueue usageTejun Heo1-1/+1
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-2/+1
2011-01-10IB/ipath: Use printf extension %pR for struct resourceJoe Perches1-3/+2
2010-07-21IB/ipath: Fix probe failure pathBen Hutchings1-3/+10
2010-05-23IB/ipath: Remove support for QLogic PCIe QLE devicesRalph Campbell1-27/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-09IB/ipath: Use bitmap_weight()Akinobu Mita1-7/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-02-18timers: add mod_timer_pending()Ingo Molnar1-3/+3
2008-12-05IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson1-19/+30
2008-08-04IB/ipath: Fix printk format warningsAlexander Beregalov1-2/+3
2008-05-13IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier1-1/+1
2008-05-13IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov1-8/+10
2008-05-07IB/ipath: Fix SDMA error recovery in absence of link status changeJohn Gregor1-3/+5
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson1-12/+116
2008-05-07IB/ipath: Fix count of packets received by kernelMichael Albaugh1-1/+1
2008-04-21IB/ipath: Correct capitalization "IntX" -> "INTx"Roland Dreier1-1/+1
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell1-1/+1
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson1-18/+132
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones1-13/+48
2008-04-16IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson1-19/+4
2008-04-16IB/ipath: Set LID filtering for HCAs that support it.Dave Olson1-2/+7
2008-04-16IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson1-3/+28
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell1-89/+105
2008-04-16IB/ipath: Fix some white space and code style issuesRalph Campbell1-13/+16
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell1-112/+194
2008-04-16IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh1-28/+42
2008-04-16IB/ipath: Remove some useless (void) castsRalph Campbell1-3/+3
2008-04-16IB/ipath: Change the module authorRalph Campbell1-1/+1
2008-04-16IB/ipath: HW workaround for case where chip can send but not receiveDave Olson1-0/+4
2008-04-16IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor1-8/+121
2008-04-16IB/ipath: Enable 4KB MTUDave Olson1-16/+15
2008-04-16IB/ipath: Fix sparse warning about pointer signednessArthur Jones1-2/+2
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell1-16/+12
2008-01-25IB/ipath: Changes to support PIO bandwidth check on IBA7220Dave Olson1-0/+32
2008-01-25IB/ipath: Remove unused MDIO interface codeDave Olson1-71/+0
2008-01-25IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell1-8/+3
2008-01-25IB/ipath: Clean up some commentsDave Olson1-1/+1
2008-01-25IB/ipath: kreceive uses portdata rather than devdataRalph Campbell1-8/+10
2008-01-25IB/ipath: Cleanup ipath_get_egrbuf()Ralph Campbell1-4/+2
2008-01-25IB/ipath: Fix sendctrl lockingJohn Gregor1-14/+26
2008-01-24Infiniband: make ipath driver use default driver groups.Greg Kroah-Hartman1-13/+4
2007-10-09IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell1-0/+2
2007-10-09IB/ipath: Remove redundant codeRalph Campbell1-5/+0
2007-10-09IB/ipath: Verify host bus bandwidth to chip will not limit performanceDave Olson1-0/+86
2007-07-30IB/ipath: Fix some issues with buffer cancel and sendctrl register updateDave Olson1-4/+7
2007-07-17IB/ipath: Make a few functions staticRoland Dreier1-1/+1
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-32/+155
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-8/+1
2007-07-09IB/ipath: Test interrupts at driver startupArthur Jones1-0/+23
2007-07-09IB/ipath: Remove support for preproduction HTX InfiniPath cardsRalph Campbell1-9/+1
2007-07-09IB/ipath: Update copyright datesJohn Gregor1-1/+1
2007-07-09IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recoveryDave Olson1-21/+36
2007-07-09IB/ipath: Log "active" time and some errors to EEPROMMichael Albaugh1-0/+3
2007-07-09IB/ipath: Support blinking LEDs with an led_override fileMichael Albaugh1-1/+91
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 vi...Bryan 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 pr...Bryan 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 ...Bryan 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
2006-03-31IB/ipath: core device driverBryan O'Sullivan1-0/+1983