headers: remove sched.h from interrupt.h
[safe/jmp/linux-2.6] / drivers / infiniband / hw / ipath / ipath_driver.c
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-02-18 Ingo Molnartimers: add mod_timer_pending()
2008-12-05 Dave OlsonIB/ipath: Add locking for interrupt use of ipath_pd...
2008-08-04 Alexander BeregalovIB/ipath: Fix printk format warnings
2008-05-13 Roland DreierIB/ipath: Change ipath_devdata.ipath_sdma_status to...
2008-05-13 Pavel EmelyanovIB/ipath: Make ipath_portdata work with struct pid...
2008-05-07 John GregorIB/ipath: Fix SDMA error recovery in absence of link...
2008-05-07 Dave OlsonIB/ipath: Need to always request and handle PIO avail...
2008-05-07 Michael AlbaughIB/ipath: Fix count of packets received by kernel
2008-04-22 Roland DreierIB/ipath: Correct capitalization "IntX" -> "INTx"
2008-04-17 Ralph CampbellIB/ipath: Update copyright dates for files changed...
2008-04-17 Dave OlsonIB/ipath: add calls to new 7220 code and enable in...
2008-04-17 Arthur JonesIB/ipath: Misc changes to prepare for IB7220 introduction
2008-04-17 Dave OlsonIB/ipath: Fix check for no interrupts to reliably fallb...
2008-04-17 Dave OlsonIB/ipath: Set LID filtering for HCAs that support it.
2008-04-17 Dave OlsonIB/ipath: Add support for IBTA 1.2 Heartbeat
2008-04-17 Ralph CampbellIB/ipath: Add support for 7220 receive queue changes
2008-04-17 Ralph CampbellIB/ipath: Fix some white space and code style issues
2008-04-17 Ralph CampbellIB/ipath: Make send buffers available for kernel if...
2008-04-17 Michael AlbaughIB/ipath: Prevent link-recovery code from negating...
2008-04-17 Ralph CampbellIB/ipath: Remove some useless (void) casts
2008-04-17 Ralph CampbellIB/ipath: Change the module author
2008-04-17 Dave OlsonIB/ipath: HW workaround for case where chip can send...
2008-04-17 John GregorIB/ipath: Head of Line blocking vs forward progress...
2008-04-17 Dave OlsonIB/ipath: Enable 4KB MTU
2008-04-17 Arthur JonesIB/ipath: Fix sparse warning about pointer signedness
2008-03-11 Ralph CampbellIB/ipath: Fix IB compliance problems with link state...
2008-01-25 Dave OlsonIB/ipath: Changes to support PIO bandwidth check on...
2008-01-25 Dave OlsonIB/ipath: Remove unused MDIO interface code
2008-01-25 Ralph CampbellIB/ipath: Add flag and handling for chips with swapped...
2008-01-25 Dave OlsonIB/ipath: Clean up some comments
2008-01-25 Ralph CampbellIB/ipath: kreceive uses portdata rather than devdata
2008-01-25 Ralph CampbellIB/ipath: Cleanup ipath_get_egrbuf()
2008-01-25 John GregorIB/ipath: Fix sendctrl locking
2008-01-25 Greg Kroah-HartmanInfiniband: make ipath driver use default driver groups.
2007-10-10 Ralph CampbellIB/ipath: Fix IB_EVENT_PORT_ERR event
2007-10-10 Ralph CampbellIB/ipath: Remove redundant code
2007-10-10 Dave OlsonIB/ipath: Verify host bus bandwidth to chip will not...
2007-07-30 Dave OlsonIB/ipath: Fix some issues with buffer cancel and sendct...
2007-07-18 Roland DreierIB/ipath: Make a few functions static
2007-07-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-11 Auke KokPCI: Change all drivers to use pci_device->revision
2007-07-10 Arthur JonesIB/ipath: Test interrupts at driver startup
2007-07-10 Ralph CampbellIB/ipath: Remove support for preproduction HTX InfiniPa...
2007-07-10 John GregorIB/ipath: Update copyright dates
2007-07-10 Dave OlsonIB/ipath: Use S_ABORT not cancel and abort on exit...
2007-07-10 Michael AlbaughIB/ipath: Log "active" time and some errors to EEPROM
2007-07-10 Michael AlbaughIB/ipath: Support blinking LEDs with an led_override...
2007-04-19 Bryan O'SullivanIB/ipath: Disable IB link earlier in shutdown sequence
2007-04-19 Bryan O'SullivanIB/ipath: Improve handling and reporting of parity...
2007-04-19 Bryan O'SullivanIB/ipath: Print better error messages if kernel is...
2007-04-19 Arthur JonesIB/ipath: Call free_irq() on chip specific initializati...
2007-04-19 Bryan O'SullivanIB/ipath: Remove unused ipath_read_kreg64_port()
2007-04-19 Bryan O'SullivanIB/ipath: Change packet problems vs chip errors handlin...
2007-04-19 Bryan O'SullivanIB/ipath: Fix up some debug messages
2007-04-19 Bryan O'SullivanIB/ipath: Add ability to set and clear IB local loopback
2006-12-12 Roland DreierIB/ipath: Remove unused "write-only" variables
2006-11-16 Bryan O'Sullivan[PATCH] IB/ipath - fix driver build for platforms with...
2006-11-09 Bryan O'Sullivan[PATCH] IB/ipath - program intconfig register using...
2006-10-16 Robert WalshIB/ipath: Initialize diagpkt file on device init only
2006-09-28 Bryan O'SullivanIB/ipath: Clean up module exit code
2006-09-28 Bryan O'SullivanIB/ipath: Improved support for PowerPC
2006-09-28 Bryan O'SullivanIB/ipath: Drop unnecessary "(void *)" casts
2006-09-28 Bryan O'SullivanIB/ipath: Support multiple simultaneous devices of...
2006-09-28 Bryan O'SullivanIB/ipath: Unregister from IB core early
2006-09-28 Bryan O'SullivanIB/ipath: Driver support for userspace sharing of HW...
2006-09-28 Bryan O'SullivanIB/ipath: Fix memory leak if allocation fails
2006-09-22 Roland DreierIB: Whitespace fixes
2006-09-22 Bryan O'SullivanIB/ipath: control receive polarity inversion
2006-09-22 Bryan O'SullivanIB/ipath: support new QLogic product naming scheme
2006-09-22 Bryan O'SullivanIB/ipath: add new minor device to allow sending of...
2006-09-22 Bryan O'SullivanIB/ipath: remove stale references to userspace SMA
2006-09-22 Bryan O'SullivanIB/ipath: simplify debugging code after ipath_core...
2006-09-22 Bryan O'SullivanIB/ipath: simplify layering code
2006-09-22 Bryan O'SullivanIB/ipath: merge ipath_core and ib_ipath drivers
2006-09-22 Bryan O'SullivanIB/ipath: More changes to support InfiniPath on PowerPC...
2006-07-24 Ralph CampbellIB/ipath: Fix a data corruption
2006-07-02 Thomas Gleixner[PATCH] irq-flags: misc drivers: Use the new IRQF_...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: namespace cleanup: replace ips with...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fix a bug that results in addresses...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fixes to performance get counters...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: removed redundant statements
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fix lost interrupts on HT-400
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: fixed bug 9776 for real
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: reduce overhead on receive interrupts
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: memory management cleanups
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: use vmalloc to allocate struct ipath_...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: enable freeze mode when shutting...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: print better debug info when handling...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: removed unused field ipath_kregvirt...
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: allow diags on any unit
2006-07-01 Bryan O'Sullivan[PATCH] IB/ipath: update copyrights and other strings...
2006-06-27 Greg Kroah-Hartman[PATCH] 64bit resource: fix up printks for resources...
2006-05-23 Bryan O'SullivanIB/ipath: fix NULL dereference during cleanup
2006-05-12 Roland DreierIB/ipath: Properly terminate PCI ID table
2006-05-01 Bryan O'SullivanIB/ipath: iterate over correct number of ports during...
2006-05-01 Bryan O'SullivanIB/ipath: set up 32-bit DMA mask if 64-bit setup fails
2006-04-19 Roland DreierIB/ipath: Make more names static
next