index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_init_chip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/ipath: Deprecate ipath driver and move to staging.
Dennis Dalessandro
2015-08-28
1
-1066
/
+0
*
IB/ipath: Remove unreachable code
Alan Cox
2012-11-22
1
-10
/
+0
*
infiniband: add moduleparam.h to drivers/infiniband as required
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
infiniband: Fix up users implicitly relying on getting stat.h
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
RDMA: Use vzalloc() to replace vmalloc()+memset(0)
Joe Perches
2011-01-12
1
-4
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
IB/ipath: Fix memory leak in init_shadow_tids() error path
Roland Dreier
2009-02-22
1
-1
/
+1
*
IB/ipath: Add locking for interrupt use of ipath_pd contexts vs free
Dave Olson
2008-12-05
1
-0
/
+1
*
IB/ipath: Need to always request and handle PIO avail interrupts
Dave Olson
2008-05-07
1
-53
/
+42
*
IB/ipath: Update copyright dates for files changed in 2008
Ralph Campbell
2008-04-16
1
-1
/
+1
*
IB/ipath: add calls to new 7220 code and enable in build
Dave Olson
2008-04-16
1
-0
/
+4
*
IB/ipath: Misc changes to prepare for IB7220 introduction
Arthur Jones
2008-04-16
1
-8
/
+16
*
IB/ipath: Fix up error handling
Ralph Campbell
2008-04-16
1
-1
/
+1
*
IB/ipath: Fix check for no interrupts to reliably fallback to INTx
Dave Olson
2008-04-16
1
-0
/
+36
*
IB/ipath: Enable reduced PIO update for HCAs that support it.
Dave Olson
2008-04-16
1
-1
/
+21
*
IB/ipath: Add support for 7220 receive queue changes
Ralph Campbell
2008-04-16
1
-68
/
+84
*
IB/ipath: Fix some white space and code style issues
Ralph Campbell
2008-04-16
1
-4
/
+3
*
IB/ipath: Make send buffers available for kernel if not allocated to user
Ralph Campbell
2008-04-16
1
-2
/
+6
*
IB/ipath: Prevent link-recovery code from negating admin disable
Michael Albaugh
2008-04-16
1
-1
/
+4
*
IB/ipath: Remove some useless (void) casts
Ralph Campbell
2008-04-16
1
-6
/
+6
*
IB/ipath: Head of Line blocking vs forward progress of user apps
John Gregor
2008-04-16
1
-0
/
+6
*
IB/ipath: Enable 4KB MTU
Dave Olson
2008-04-16
1
-22
/
+8
*
IB/ipath: Fix sparse warning about shadowed symbol
Roland Dreier
2008-04-16
1
-4
/
+4
*
IB/ipath: Add flag and handling for chips with swapped register bug
Ralph Campbell
2008-01-25
1
-6
/
+2
*
IB/ipath: Port config has on-chip effects for 7220
Ralph Campbell
2008-01-25
1
-3
/
+2
*
IB/ipath: Changes for fields moving from devdata to portdata
Dave Olson
2008-01-25
1
-15
/
+0
*
IB/ipath: Generalize some xxx_SHIFT macros
Dave Olson
2008-01-25
1
-3
/
+3
*
IB/ipath: kreceive uses portdata rather than devdata
Ralph Campbell
2008-01-25
1
-4
/
+3
*
IB/ipath: Fix sendctrl locking
John Gregor
2008-01-25
1
-8
/
+16
*
IB/ipath: Convert ipath_eep_sem semaphore to a mutex
Matthias Kaehlcke
2008-01-25
1
-1
/
+1
*
IB/ipath: Workaround problem of errormask register being overwritten
Dave Olson
2007-07-30
1
-2
/
+3
*
IB/ipath: Fix some issues with buffer cancel and sendctrl register update
Dave Olson
2007-07-30
1
-1
/
+1
*
IB/ipath: Change version wording to be less confusing with release number
Dave Olson
2007-07-09
1
-1
/
+1
*
IB/ipath: Lower default number of kernel send buffers
Ralph Campbell
2007-07-09
1
-1
/
+1
*
IB/ipath: Update copyright dates
John Gregor
2007-07-09
1
-1
/
+1
*
IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recovery
Dave Olson
2007-07-09
1
-0
/
+6
*
IB/ipath: Change use of constants for TID type to defined values
Joan Eslinger
2007-07-09
1
-1
/
+2
*
IB/ipath: Fix maximum MTU reporting
Robert Walsh
2007-07-09
1
-1
/
+6
*
IB/ipath: Log "active" time and some errors to EEPROM
Michael Albaugh
2007-07-09
1
-0
/
+2
*
IB/ipath: Lock and always use shadow copies of GPIO register
Michael Albaugh
2007-07-09
1
-0
/
+2
*
IB/ipath: Fix driver crash (in interrupt or during unload) after chip reset
Michael Albaugh
2007-04-18
1
-11
/
+34
*
IB/ipath: Improve handling and reporting of parity errors
Bryan O'Sullivan
2007-04-18
1
-0
/
+4
*
IB/ipath: Fix calculation for number of kernel PIO buffers
Bryan O'Sullivan
2007-04-18
1
-21
/
+16
*
IB/ipath: Remove unused "write-only" variables
Roland Dreier
2006-12-12
1
-2
/
+1
*
IB/ipath: Improved support for PowerPC
Bryan O'Sullivan
2006-09-28
1
-18
/
+38
*
IB/ipath: remove stale references to userspace SMA
Bryan O'Sullivan
2006-09-22
1
-6
/
+6
*
IB/ipath: fix handling of kpiobufs
Bryan O'Sullivan
2006-09-22
1
-1
/
+2
*
IB/ipath: fix for crash on module unload, if cfgports < portcnt
Bryan O'Sullivan
2006-09-22
1
-1
/
+5
*
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
Bryan O'Sullivan
2006-07-01
1
-2
/
+2
[next]