| Commit message (Expand) | Author | Age | Files | Lines |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | IB/ipath: Fix printk format warnings | Alexander Beregalov | 2008-08-04 | 1 | -4/+8 |
* | IB/ipath: Need to always request and handle PIO avail interrupts | Dave Olson | 2008-05-07 | 1 | -71/+11 |
* | IB/ipath: Fix bug that can leave sends disabled after freeze recovery | Dave Olson | 2008-05-07 | 1 | -2/+6 |
* | 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 | -66/+173 |
* | IB/ipath: Misc changes to prepare for IB7220 introduction | Arthur Jones | 2008-04-16 | 1 | -4/+7 |
* | IB/ipath: Make link state transition code ignore (transient) link recovery | Dave Olson | 2008-04-16 | 1 | -1/+15 |
* | IB/ipath: Add support for 7220 receive queue changes | Ralph Campbell | 2008-04-16 | 1 | -26/+20 |
* | IB/ipath: Fix some white space and code style issues | Ralph Campbell | 2008-04-16 | 1 | -8/+8 |
* | IB/ipath: Make send buffers available for kernel if not allocated to user | Ralph Campbell | 2008-04-16 | 1 | -10/+4 |
* | IB/ipath: Prevent link-recovery code from negating admin disable | Michael Albaugh | 2008-04-16 | 1 | -0/+2 |
* | IB/ipath: HW workaround for case where chip can send but not receive | Dave Olson | 2008-04-16 | 1 | -0/+18 |
* | IB/ipath: Head of Line blocking vs forward progress of user apps | John Gregor | 2008-04-16 | 1 | -151/+136 |
* | IB/ipath: Fix error recovery for send buffer status after chip freeze mode | Ralph Campbell | 2008-04-16 | 1 | -1/+2 |
* | IB/ipath: Fix byte order of pioavail in handle_errors() | Ralph Campbell | 2008-04-16 | 1 | -3/+3 |
* | IB/ipath: Misc sparse warning cleanup | Arthur Jones | 2008-04-16 | 1 | -3/+5 |
* | IB/ipath: Add ipath_read_ireg() abstraction | Arthur Jones | 2008-01-25 | 1 | -2/+2 |
* | IB/ipath: Add flag and handling for chips with swapped register bug | Ralph Campbell | 2008-01-25 | 1 | -2/+2 |
* | IB/ipath: Changes for fields moving from devdata to portdata | Dave Olson | 2008-01-25 | 1 | -2/+2 |
* | IB/ipath: Generalize some xxx_SHIFT macros | Dave Olson | 2008-01-25 | 1 | -1/+1 |
* | IB/ipath: kreceive uses portdata rather than devdata | Ralph Campbell | 2008-01-25 | 1 | -3/+5 |
* | IB/ipath: Better comment for rmb() in ipath_intr() | Arthur Jones | 2008-01-25 | 1 | -1/+9 |
* | IB/ipath: Fix sendctrl locking | John Gregor | 2008-01-25 | 1 | -3/+16 |
* | IB/ipath: Remove dead code for user process waiting for send buffer | Ralph Campbell | 2008-01-25 | 1 | -26/+0 |
* | IB/ipath: Improve interrupt handler cache footprint | Dave Olson | 2008-01-25 | 1 | -2/+2 |
* | IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument) | Dave Olson | 2007-10-30 | 1 | -9/+9 |
* | IB/ipath: Fix IB_EVENT_PORT_ERR event | Ralph Campbell | 2007-10-09 | 1 | -0/+17 |
* | IB/ipath: Better handling of unexpected GPIO interrupts | Michael Albaugh | 2007-10-09 | 1 | -4/+6 |
* | IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_close | Arthur Jones | 2007-10-09 | 1 | -23/+10 |
* | IB/ipath: iba6110 rev4 GPIO counters support | Arthur Jones | 2007-10-09 | 1 | -2/+2 |
* | IB/ipath: Workaround problem of errormask register being overwritten | Dave Olson | 2007-07-30 | 1 | -12/+13 |
* | IB/ipath: Fix some issues with buffer cancel and sendctrl register update | Dave Olson | 2007-07-30 | 1 | -3/+3 |
* | IB/ipath: Remove unsafe fastrcvint code from interrupt handler | Dave Olson | 2007-07-30 | 1 | -32/+0 |
* | IB/ipath: Make a few functions static | Roland Dreier | 2007-07-17 | 1 | -1/+1 |
* | IB/ipath: Test interrupts at driver startup | Arthur Jones | 2007-07-09 | 1 | -0/+3 |
* | IB/ipath: Be more cautious about coming out of freeze mode | Dave Olson | 2007-07-09 | 1 | -0/+77 |
* | IB/ipath: Update copyright dates | John Gregor | 2007-07-09 | 1 | -1/+1 |
* | IB/ipath: ipath_poll fixups and enhancements | Robert Walsh | 2007-07-09 | 1 | -8/+30 |
* | IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recovery | Dave Olson | 2007-07-09 | 1 | -8/+5 |
* | IB/ipath: Log "active" time and some errors to EEPROM | Michael Albaugh | 2007-07-09 | 1 | -0/+8 |
* | IB/ipath: Shadow the gpio_mask register | Arthur Jones | 2007-05-14 | 1 | -4/+3 |
* | IB/ipath: Improve handling and reporting of parity errors | Bryan O'Sullivan | 2007-04-18 | 1 | -3/+35 |
* | IB/ipath: Fix bad argument to clear_bit() | Bryan O'Sullivan | 2007-04-18 | 1 | -3/+2 |
* | IB/ipath: Change packet problems vs chip errors handling and reporting | Bryan O'Sullivan | 2007-04-18 | 1 | -17/+40 |
* | IB/ipath: Remove unused "write-only" variables | Roland Dreier | 2006-12-12 | 1 | -2/+1 |
* | [PATCH] IB/ipath - program intconfig register using new HT irq hook | Bryan O'Sullivan | 2006-11-08 | 1 | -5/+5 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | IB/ipath: Fix and recover TXE piobuf and PBC parity errors | Bryan O'Sullivan | 2006-09-28 | 1 | -45/+53 |
* | IB/ipath: Improved support for PowerPC | Bryan O'Sullivan | 2006-09-28 | 1 | -1/+1 |