aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_intr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-28IB/ipath: Use time_before()/_after()Manuel Schölling1-2/+2
2012-05-08IB/ipath: Replace open-coded ARRAY_SIZE with macroJim Cromie1-2/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2008-08-04IB/ipath: Fix printk format warningsAlexander Beregalov1-4/+8
2008-05-07IB/ipath: Need to always request and handle PIO avail interruptsDave Olson1-71/+11
2008-05-07IB/ipath: Fix bug that can leave sends disabled after freeze recoveryDave Olson1-2/+6
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-66/+173
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones1-4/+7
2008-04-16IB/ipath: Make link state transition code ignore (transient) link recoveryDave Olson1-1/+15
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell1-26/+20
2008-04-16IB/ipath: Fix some white space and code style issuesRalph Campbell1-8/+8
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell1-10/+4
2008-04-16IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh1-0/+2
2008-04-16IB/ipath: HW workaround for case where chip can send but not receiveDave Olson1-0/+18
2008-04-16IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor1-151/+136
2008-04-16IB/ipath: Fix error recovery for send buffer status after chip freeze modeRalph Campbell1-1/+2
2008-04-16IB/ipath: Fix byte order of pioavail in handle_errors()Ralph Campbell1-3/+3
2008-04-16IB/ipath: Misc sparse warning cleanupArthur Jones1-3/+5
2008-01-25IB/ipath: Add ipath_read_ireg() abstractionArthur Jones1-2/+2
2008-01-25IB/ipath: Add flag and handling for chips with swapped register bugRalph Campbell1-2/+2
2008-01-25IB/ipath: Changes for fields moving from devdata to portdataDave Olson1-2/+2
2008-01-25IB/ipath: Generalize some xxx_SHIFT macrosDave Olson1-1/+1
2008-01-25IB/ipath: kreceive uses portdata rather than devdataRalph Campbell1-3/+5
2008-01-25IB/ipath: Better comment for rmb() in ipath_intr()Arthur Jones1-1/+9
2008-01-25IB/ipath: Fix sendctrl lockingJohn Gregor1-3/+16
2008-01-25IB/ipath: Remove dead code for user process waiting for send bufferRalph Campbell1-26/+0
2008-01-25IB/ipath: Improve interrupt handler cache footprintDave Olson1-2/+2
2007-10-30IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument)Dave Olson1-9/+9
2007-10-09IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell1-0/+17
2007-10-09IB/ipath: Better handling of unexpected GPIO interruptsMichael Albaugh1-4/+6
2007-10-09IB/ipath: Use counters in ipath_poll and cleanup interrupts in ipath_closeArthur Jones1-23/+10
2007-10-09IB/ipath: iba6110 rev4 GPIO counters supportArthur Jones1-2/+2
2007-07-30IB/ipath: Workaround problem of errormask register being overwrittenDave Olson1-12/+13
2007-07-30IB/ipath: Fix some issues with buffer cancel and sendctrl register updateDave Olson1-3/+3
2007-07-30IB/ipath: Remove unsafe fastrcvint code from interrupt handlerDave Olson1-32/+0
2007-07-17IB/ipath: Make a few functions staticRoland Dreier1-1/+1
2007-07-09IB/ipath: Test interrupts at driver startupArthur Jones1-0/+3
2007-07-09IB/ipath: Be more cautious about coming out of freeze modeDave Olson1-0/+77
2007-07-09IB/ipath: Update copyright datesJohn Gregor1-1/+1
2007-07-09IB/ipath: ipath_poll fixups and enhancementsRobert Walsh1-8/+30
2007-07-09IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recoveryDave Olson1-8/+5
2007-07-09IB/ipath: Log "active" time and some errors to EEPROMMichael Albaugh1-0/+8
2007-05-14IB/ipath: Shadow the gpio_mask registerArthur Jones1-4/+3
2007-04-18IB/ipath: Improve handling and reporting of parity errorsBryan O'Sullivan1-3/+35
2007-04-18IB/ipath: Fix bad argument to clear_bit()Bryan O'Sullivan1-3/+2
2007-04-18IB/ipath: Change packet problems vs chip errors handling and reportingBryan O'Sullivan1-17/+40
2006-12-12IB/ipath: Remove unused "write-only" variablesRoland Dreier1-2/+1
2006-11-08[PATCH] IB/ipath - program intconfig register using new HT irq hookBryan O'Sullivan1-5/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1