index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_intr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2008-08-04
IB/ipath: Fix printk format warnings
Alexander Beregalov
1
-4
/
+8
2008-05-07
IB/ipath: Need to always request and handle PIO avail interrupts
Dave Olson
1
-71
/
+11
2008-05-07
IB/ipath: Fix bug that can leave sends disabled after freeze recovery
Dave Olson
1
-2
/
+6
2008-04-17
IB/ipath: Update copyright dates for files changed in 2008
Ralph Campbell
1
-1
/
+1
2008-04-17
IB/ipath: add calls to new 7220 code and enable in build
Dave Olson
1
-66
/
+173
2008-04-17
IB/ipath: Misc changes to prepare for IB7220 introduction
Arthur Jones
1
-4
/
+7
2008-04-17
IB/ipath: Make link state transition code ignore (transient) link recovery
Dave Olson
1
-1
/
+15
2008-04-17
IB/ipath: Add support for 7220 receive queue changes
Ralph Campbell
1
-26
/
+20
2008-04-17
IB/ipath: Fix some white space and code style issues
Ralph Campbell
1
-8
/
+8
2008-04-17
IB/ipath: Make send buffers available for kernel if not allocated to user
Ralph Campbell
1
-10
/
+4
2008-04-17
IB/ipath: Prevent link-recovery code from negating admin disable
Michael Albaugh
1
-0
/
+2
2008-04-17
IB/ipath: HW workaround for case where chip can send but not receive
Dave Olson
1
-0
/
+18
2008-04-17
IB/ipath: Head of Line blocking vs forward progress of user apps
John Gregor
1
-151
/
+136
2008-04-17
IB/ipath: Fix error recovery for send buffer status after chip freeze mode
Ralph Campbell
1
-1
/
+2
2008-04-17
IB/ipath: Fix byte order of pioavail in handle_errors()
Ralph Campbell
1
-3
/
+3
2008-04-17
IB/ipath: Misc sparse warning cleanup
Arthur Jones
1
-3
/
+5
2008-01-26
IB/ipath: Add ipath_read_ireg() abstraction
Arthur Jones
1
-2
/
+2
2008-01-26
IB/ipath: Add flag and handling for chips with swapped register bug
Ralph Campbell
1
-2
/
+2
2008-01-26
IB/ipath: Changes for fields moving from devdata to portdata
Dave Olson
1
-2
/
+2
2008-01-26
IB/ipath: Generalize some xxx_SHIFT macros
Dave Olson
1
-1
/
+1
2008-01-26
IB/ipath: kreceive uses portdata rather than devdata
Ralph Campbell
1
-3
/
+5
2008-01-26
IB/ipath: Better comment for rmb() in ipath_intr()
Arthur Jones
1
-1
/
+9
2008-01-26
IB/ipath: Fix sendctrl locking
John Gregor
1
-3
/
+16
2008-01-26
IB/ipath: Remove dead code for user process waiting for send buffer
Ralph Campbell
1
-26
/
+0
2008-01-26
IB/ipath: Improve interrupt handler cache footprint
Dave Olson
1
-2
/
+2
2007-10-30
IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument)
Dave Olson
1
-9
/
+9
2007-10-10
IB/ipath: Fix IB_EVENT_PORT_ERR event
Ralph Campbell
1
-0
/
+17
2007-10-10
IB/ipath: Better handling of unexpected GPIO interrupts
Michael Albaugh
1
-4
/
+6
2007-10-10
IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_close
Arthur Jones
1
-23
/
+10
2007-10-10
IB/ipath: iba6110 rev4 GPIO counters support
Arthur Jones
1
-2
/
+2
2007-07-31
IB/ipath: Workaround problem of errormask register being overwritten
Dave Olson
1
-12
/
+13
2007-07-31
IB/ipath: Fix some issues with buffer cancel and sendctrl register update
Dave Olson
1
-3
/
+3
2007-07-31
IB/ipath: Remove unsafe fastrcvint code from interrupt handler
Dave Olson
1
-32
/
+0
2007-07-18
IB/ipath: Make a few functions static
Roland Dreier
1
-1
/
+1
2007-07-10
IB/ipath: Test interrupts at driver startup
Arthur Jones
1
-0
/
+3
2007-07-10
IB/ipath: Be more cautious about coming out of freeze mode
Dave Olson
1
-0
/
+77
2007-07-10
IB/ipath: Update copyright dates
John Gregor
1
-1
/
+1
2007-07-10
IB/ipath: ipath_poll fixups and enhancements
Robert Walsh
1
-8
/
+30
2007-07-10
IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recovery
Dave Olson
1
-8
/
+5
2007-07-10
IB/ipath: Log "active" time and some errors to EEPROM
Michael Albaugh
1
-0
/
+8
2007-05-15
IB/ipath: Shadow the gpio_mask register
Arthur Jones
1
-4
/
+3
2007-04-19
IB/ipath: Improve handling and reporting of parity errors
Bryan O'Sullivan
1
-3
/
+35
2007-04-19
IB/ipath: Fix bad argument to clear_bit()
Bryan O'Sullivan
1
-3
/
+2
2007-04-19
IB/ipath: Change packet problems vs chip errors handling and reporting
Bryan O'Sullivan
1
-17
/
+40
2006-12-12
IB/ipath: Remove unused "write-only" variables
Roland Dreier
1
-2
/
+1
2006-11-09
[PATCH] IB/ipath - program intconfig register using new HT irq hook
Bryan O'Sullivan
1
-5
/
+5
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-09-28
IB/ipath: Fix and recover TXE piobuf and PBC parity errors
Bryan O'Sullivan
1
-45
/
+53
2006-09-28
IB/ipath: Improved support for PowerPC
Bryan O'Sullivan
1
-1
/
+1
[next]