aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_init_chip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-4/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IB/ipath: Fix memory leak in init_shadow_tids() error pathRoland Dreier2009-02-221-1/+1
* IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson2008-12-051-0/+1
* IB/ipath: Need to always request and handle PIO avail interruptsDave Olson2008-05-071-53/+42
* IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell2008-04-161-1/+1
* IB/ipath: add calls to new 7220 code and enable in buildDave Olson2008-04-161-0/+4
* IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones2008-04-161-8/+16
* IB/ipath: Fix up error handlingRalph Campbell2008-04-161-1/+1
* IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson2008-04-161-0/+36
* IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson2008-04-161-1/+21
* IB/ipath: Add support for 7220 receive queue changesRalph Campbell2008-04-161-68/+84
* IB/ipath: Fix some white space and code style issuesRalph Campbell2008-04-161-4/+3
* IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell2008-04-161-2/+6
* IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh2008-04-161-1/+4
* IB/ipath: Remove some useless (void) castsRalph Campbell2008-04-161-6/+6
* IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor2008-04-161-0/+6
* IB/ipath: Enable 4KB MTUDave Olson2008-04-161-22/+8
* IB/ipath: Fix sparse warning about shadowed symbolRoland Dreier2008-04-161-4/+4
* IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell2008-01-251-6/+2
* IB/ipath: Port config has on-chip effects for 7220Ralph Campbell2008-01-251-3/+2
* IB/ipath: Changes for fields moving from devdata to portdataDave Olson2008-01-251-15/+0
* IB/ipath: Generalize some xxx_SHIFT macrosDave Olson2008-01-251-3/+3
* IB/ipath: kreceive uses portdata rather than devdataRalph Campbell2008-01-251-4/+3
* IB/ipath: Fix sendctrl lockingJohn Gregor2008-01-251-8/+16
* IB/ipath: Convert ipath_eep_sem semaphore to a mutexMatthias Kaehlcke2008-01-251-1/+1
* IB/ipath: Workaround problem of errormask register being overwrittenDave Olson2007-07-301-2/+3
* IB/ipath: Fix some issues with buffer cancel and sendctrl register updateDave Olson2007-07-301-1/+1
* IB/ipath: Change version wording to be less confusing with release numberDave Olson2007-07-091-1/+1
* IB/ipath: Lower default number of kernel send buffersRalph Campbell2007-07-091-1/+1
* IB/ipath: Update copyright datesJohn Gregor2007-07-091-1/+1
* IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recoveryDave Olson2007-07-091-0/+6
* IB/ipath: Change use of constants for TID type to defined valuesJoan Eslinger2007-07-091-1/+2
* IB/ipath: Fix maximum MTU reportingRobert Walsh2007-07-091-1/+6
* IB/ipath: Log "active" time and some errors to EEPROMMichael Albaugh2007-07-091-0/+2
* IB/ipath: Lock and always use shadow copies of GPIO registerMichael Albaugh2007-07-091-0/+2
* IB/ipath: Fix driver crash (in interrupt or during unload) after chip resetMichael Albaugh2007-04-181-11/+34
* IB/ipath: Improve handling and reporting of parity errorsBryan O'Sullivan2007-04-181-0/+4
* IB/ipath: Fix calculation for number of kernel PIO buffersBryan O'Sullivan2007-04-181-21/+16
* IB/ipath: Remove unused "write-only" variablesRoland Dreier2006-12-121-2/+1
* IB/ipath: Improved support for PowerPCBryan O'Sullivan2006-09-281-18/+38
* IB/ipath: remove stale references to userspace SMABryan O'Sullivan2006-09-221-6/+6
* IB/ipath: fix handling of kpiobufsBryan O'Sullivan2006-09-221-1/+2
* IB/ipath: fix for crash on module unload, if cfgports < portcntBryan O'Sullivan2006-09-221-1/+5
* [PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan2006-07-011-2/+2
* [PATCH] IB/ipath: fix a bug that results in addresses near 0 being written vi...Bryan O'Sullivan2006-07-011-0/+17
* [PATCH] IB/ipath: purge sps_lid and sps_mlid arraysBryan O'Sullivan2006-07-011-2/+0
* [PATCH] IB/ipath: memory management cleanupsBryan O'Sullivan2006-07-011-32/+11
* [PATCH] IB/ipath: fix some memory leaks on failure pathsBryan O'Sullivan2006-07-011-0/+1