summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * sh: Add support for SH7206 and SH7619 CPU subtypes.Yoshinori Sato2006-12-061-0/+36
* | Merge git://git.infradead.org/users/dhowells/workq-2.6Linus Torvalds2006-12-06243-1338/+1613
|\ \
| * | Actually update the fixed up compile failures.David Howells2006-12-063-11/+17
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-06121-1961/+4837
| |\ \
| * | | WorkQueue: Fix up arch-specific work items where possibleDavid Howells2006-12-0513-53/+71
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05122-1285/+5600
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05500-25427/+36894
| |\ \ \
| * | | | WorkStruct: make allyesconfigDavid Howells2006-11-22212-1180/+1434
| * | | | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-2218-88/+89
| * | | | WorkStruct: Merge the pending bit into the wq_data pointerDavid Howells2006-11-221-2/+2
| * | | | WorkStruct: Typedef the work function prototypeDavid Howells2006-11-221-2/+2
| * | | | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-224-10/+7
* | | | | [PATCH] m68knommu: ColdFire serial driver fixesGreg Ungerer2006-12-061-3/+51
| |_|_|/ |/| | |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-12-0572-1076/+4461
|\ \ \ \
| * | | | [SCSI] aic79xx: Add ASC-29320LPE ids to driverSalyzyn, Mark2006-12-053-1/+9
| * | | | [SCSI] stex: version updateEd Lin2006-12-051-4/+2
| * | | | [SCSI] stex: change wait loop codeEd Lin2006-12-051-21/+20
| * | | | [SCSI] stex: add new device type supportEd Lin2006-12-051-7/+21
| * | | | [SCSI] stex: update device id infoEd Lin2006-12-052-11/+33
| * | | | [SCSI] stex: adjust default queue lengthEd Lin2006-12-051-1/+10
| * | | | [SCSI] stex: add value check in hard reset routineEd Lin2006-12-051-1/+1
| * | | | [SCSI] stex: fix controller_info command handlingEd Lin2006-12-051-0/+1
| * | | | [SCSI] stex: fix biosparam calculationEd Lin2006-12-051-3/+3
| * | | | [SCSI] megaraid: fix MMIO castsJeff Garzik2006-12-052-6/+10
| * | | | [SCSI] tgt: fix undefined flush_dcache_page() problemakpm@osdl.org2006-12-051-0/+2
| * | | | [SCSI] libsas: better error handling in sas_expander.cJames Bottomley2006-12-031-12/+24
| * | | | [SCSI] lpfc 8.1.11 : Change version number to 8.1.11James Smart2006-12-031-1/+1
| * | | | [SCSI] lpfc 8.1.11 : Misc FixesJames Smart2006-12-034-3/+35
| * | | | [SCSI] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enableJames Smart2006-12-034-11/+80
| * | | | [SCSI] lpfc 8.1.11 : Removed decoding of PCI Subsystem IdJames Smart2006-12-032-84/+35
| * | | | [SCSI] lpfc 8.1.11 : Add MSI (Message Signalled Interrupts) supportJames Smart2006-12-033-0/+22
| * | | | [SCSI] lpfc 8.1.11 : Adjust LOG_FCP loggingJames Smart2006-12-033-15/+24
| * | | | [SCSI] lpfc 8.1.11 : Fix Memory leaksJames Smart2006-12-034-7/+41
| * | | | [SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart2006-12-038-21/+67
| * | | | [SCSI] lpfc 8.1.11 : Discovery FixesJames Smart2006-12-035-175/+73
| * | | | [SCSI] scsi tgt: IBM eServer i/pSeries virtual SCSI target driverFUJITA Tomonori2006-12-034-0/+975
| * | | | [SCSI] scsi tgt: SCSI RDMA Protocol library functionsFUJITA Tomonori2006-12-033-0/+452
| * | | | [SCSI] 53c700: brown paper bag fix for auto request senseJames Bottomley2006-12-031-1/+6
| * | | | [SCSI] qla2xxx: use NULL instead of 0Randy Dunlap2006-12-031-1/+1
| * | | | [SCSI] scsi-ml: Makefile and Kconfig changes for tgtFUJITA Tomonori2006-11-252-0/+10
| * | | | [SCSI] scsi tgt: scsi target user and kernel communication interfaceFUJITA Tomonori2006-11-251-0/+350
| * | | | [SCSI] scsi tgt: scsi target lib functionalityFUJITA Tomonori2006-11-252-0/+767
| * | | | [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2006-11-253-26/+54
| * | | | [SCSI] initio: fix section mismatches with HOTPLUG=nRandy Dunlap2006-11-251-1/+1
| * | | | [SCSI] qla2xxx: add asynchronous scsi scanning support.Andrew Vasquez2006-11-221-4/+29
| * | | | [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.Andrew Vasquez2006-11-222-107/+16
| * | | | [SCSI] Make scsi_scan_host work for drivers which find their own targetsMatthew Wilcox2006-11-221-7/+20
| * | | | [SCSI] fix missing check for no scanningMatthew Wilcox2006-11-221-0/+3
| * | | | [SCSI] Add Kconfig option for asynchronous SCSI scanningMatthew Wilcox2006-11-222-1/+24
| * | | | [SCSI] aacraid: Driver version updateMark Haverkamp2006-11-221-2/+2
OpenPOWER on IntegriCloud