| Commit message (Expand) | Author | Age | Files | Lines |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [SCSI] sym2: claim only "Storage" class | Grant Grundler | 2006-07-28 | 1 | -1/+1 |
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 2 | -2/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-06-21 | 2 | -5/+4 |
|\ |
|
| * | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 2006-06-10 | 1 | -2/+1 |
| * | [SCSI] fix up request buffer reference in various scsi drivers | Christoph Hellwig | 2006-06-06 | 1 | -3/+3 |
* | | [SPARC]: Kill __irq_itoa(). | David S. Miller | 2006-06-20 | 1 | -6/+0 |
|/ |
|
* | [SCSI] sym2: Fix build when spinlock debugging is enabled | Matthew Wilcox | 2006-04-13 | 1 | -8/+12 |
* | [SCSI] Version 2.2.3 | Matthew Wilcox | 2006-04-13 | 1 | -1/+1 |
* | [SCSI] Enable clustering and large transfers | Matthew Wilcox | 2006-04-13 | 1 | -1/+2 |
* | [SCSI] Simplify error handling | Matthew Wilcox | 2006-04-13 | 1 | -62/+22 |
* | [SCSI] Allow nvram settings to determine bus mode | Matthew Wilcox | 2006-04-13 | 1 | -31/+34 |
* | [SCSI] Use SPI messages where possible | Matthew Wilcox | 2006-04-13 | 1 | -3/+6 |
* | [SCSI] Disable sym2 driver queueing | Matthew Wilcox | 2006-04-13 | 4 | -11/+10 |
* | [SCSI] Mark div_10M array const | Matthew Wilcox | 2006-04-13 | 1 | -1/+1 |
* | [SCSI] Simplify error handling a bit | Matthew Wilcox | 2006-04-13 | 1 | -42/+8 |
* | [SCSI] Use pcibios_resource_to_bus() | Matthew Wilcox | 2006-04-13 | 1 | -42/+13 |
* | [SCSI] Change Kconfig option from IOMAPPED to MMIO | Matthew Wilcox | 2006-04-13 | 2 | -13/+18 |
* | Merge ../linux-2.6 | James Bottomley | 2006-03-14 | 1 | -0/+2 |
|\ |
|
| * | [SCSI] Fix uninitialised width and speed in sym2 | Matthew Wilcox | 2006-02-28 | 1 | -0/+2 |
* | | [SCSI] Add spi_populate_*_msg functions | Matthew Wilcox | 2006-02-27 | 1 | -41/+12 |
|/ |
|
* | [SCSI] sym2: Mask off opcode from RBC | Matthew Wilcox | 2006-02-12 | 1 | -1/+1 |
* | [SCSI] Rename scsi_print_msg to spi_print_msg | Matthew Wilcox | 2005-12-15 | 1 | -2/+2 |
* | Merge by hand (conflicts in scsi_lib.c) | James Bottomley | 2005-12-15 | 1 | -2/+2 |
|\ |
|
| * | [SCSI] Negotiate correctly with async-only devices | Matthew Wilcox | 2005-12-13 | 1 | -2/+2 |
* | | [SCSI] sym2: Version 2.2.2 | Matthew Wilcox | 2005-12-13 | 1 | -1/+1 |
* | | [SCSI] sym2: Report disabled devices and LUNs more attractively | Matthew Wilcox | 2005-12-13 | 2 | -33/+11 |
* | | [SCSI] sym2: Allow NVRAM settings to limit speed and width | Matthew Wilcox | 2005-12-13 | 5 | -18/+26 |
* | | [SCSI] sym2: Use scsi_print_msg | Matthew Wilcox | 2005-12-13 | 1 | -24/+5 |
* | | [SCSI] sym2: Use DMA_40BIT_MASK constant | Matthew Wilcox | 2005-12-13 | 1 | -1/+1 |
* | | [SCSI] sym2: Remove code to handle DMA_BIDIRECTION requests | Matthew Wilcox | 2005-12-13 | 8 | -204/+40 |
* | | [SCSI] sym2: Manage sym_lcb properly | Matthew Wilcox | 2005-12-13 | 3 | -121/+38 |
* | | [SCSI] sym2: Remove last vestiges of sym_sniff_inquiry | Matthew Wilcox | 2005-12-13 | 2 | -10/+0 |
* | | [SCSI] sym2: Remove FreeBSD ifdefs | Matthew Wilcox | 2005-12-13 | 2 | -16/+0 |
|/ |
|
* | [SCSI] sym2: Disable IU and QAS negotiation | Matthew Wilcox | 2005-12-01 | 1 | -1/+4 |
* | [PATCH] fix remaining missing includes | Tim Schmielau | 2005-11-07 | 1 | -0/+1 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 2 | -0/+5 |
* | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 2005-07-27 | 2 | -7/+11 |
* | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -1/+7 |
* | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -1/+7 |
* | [SCSI] allow sleeping in ->eh_device_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -1/+7 |
* | [SCSI] allow sleeping in ->eh_abort_handler() | Jeff Garzik | 2005-06-17 | 1 | -1/+7 |
* | [SCSI] sym2 version 2.2.1 | Matthew Wilcox | 2005-05-26 | 6 | -137/+106 |
* | [SCSI] correct the sym2 period setting routines | James Bottomley | 2005-05-06 | 1 | -2/+3 |
* | [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field | | 2005-04-18 | 1 | -6/+0 |
* | Linux-2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 15 | -0/+16781 |