summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-09aha1542: remove useless code from aha1542_test_portOndrej Zary1-14/+1
2015-04-09aha1542: Remove unneeded gotosOndrej Zary1-39/+19
2015-04-09aha1542: Split aha1542_outOndrej Zary1-40/+35
2015-04-09aha1542: Unify aha1542_in and aha1542_in1Ondrej Zary1-26/+7
2015-04-09aha1542: Remove WAIT and WAITd macrosOndrej Zary1-47/+57
2015-04-09aha1542: Use BIT() macroOndrej Zary1-18/+19
2015-04-09aha1542: remove empty aha1542_statOndrej Zary1-15/+1
2015-04-09aha1542: Reorder functions to remove forward declarationsOndrej Zary2-39/+24
2015-04-09aha1542: Use u8 instead of uncharOndrej Zary2-46/+46
2015-04-09aha1542: Convert aha1542_intr_reset to functionOndrej Zary1-1/+4
2015-04-09aha1542: Remove HOSTDATA macroOndrej Zary1-59/+55
2015-04-09aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUNOndrej Zary2-15/+10
2015-04-09aha1542: remove dead codeOndrej Zary2-248/+1
2015-04-09aha1542: Stop using scsi_module.cOndrej Zary2-133/+169
2015-04-09aacraid: driver version changeMahesh Rajashekhara2-2/+2
2015-04-09aacraid: AIF raw device remove supportMahesh Rajashekhara2-0/+36
2015-04-09aacraid: performance improvement changesMahesh Rajashekhara7-58/+57
2015-04-09aacraid: IOCTL fixMahesh Rajashekhara3-1/+7
2015-04-09aacraid: IOP RESET command handling changesMahesh Rajashekhara3-10/+31
2015-04-09aacraid: 240 simple volume supportMahesh Rajashekhara2-0/+8
2015-04-09aacraid: vpd page code 0x83 supportMahesh Rajashekhara1-12/+153
2015-04-09aacraid: MSI-x supportMahesh Rajashekhara6-107/+505
2015-04-09aacraid: 4KB sector supportMahesh Rajashekhara2-51/+200
2015-04-09aacraid: IOCTL pass-through command fixMahesh Rajashekhara1-2/+8
2015-04-09aacraid: AIF support for SES device add/removeMahesh Rajashekhara2-2/+8
2015-04-09ipr: Driver version 2.6.1Brian King1-2/+2
2015-04-09ipr: AF DASD raw mode implementation in ipr driverWen Xiong2-0/+88
2015-04-09ipr: Re-enable write sameBrian King1-1/+0
2015-04-09ipr: Fix possible error path oops during initializationBrian King1-7/+9
2015-04-09ipr: Reset in task contextBrian King2-26/+67
2015-04-09ipr: Reboot speed improvementsBrian King2-9/+157
2015-04-09scsi: storvsc: Set the tablesize based on the information given by the hostK. Y. Srinivasan1-25/+64
2015-04-09scsi: storvsc: Don't assume that the scatterlist is not chainedK. Y. Srinivasan1-42/+57
2015-04-09scsi: storvsc: Fix a bug in copy_from_bounce_buffer()K. Y. Srinivasan1-7/+8
2015-04-09scsi: storvsc: Retrieve information about the capability of the targetK. Y. Srinivasan1-0/+6
2015-04-09scsi: storvsc: Always send on the selected outgoing channelK. Y. Srinivasan1-1/+1
2015-04-09scsi: storvsc: Size the queue depth based on the ringbuffer sizeK. Y. Srinivasan1-11/+16
2015-04-09scsi: storvsc: Increase the ring buffer sizeK. Y. Srinivasan1-1/+1
2015-04-09aic7xxx: replace kmalloc/memset by kzallocMichael Opdenacker4-12/+7
2015-03-19scsi: proper state checking and module refcount handling in scsi_device_getChristoph Hellwig1-7/+13
2015-03-19sd: don't grab a device references from driver methodsChristoph Hellwig1-44/+11
2015-03-19scsi: serialize ->rescan against ->removeChristoph Hellwig1-4/+3
2015-03-09ncr5380: Harmonize jiffies conversion with msecs_to_jiffiesNicholas Mc Guire3-9/+9
2015-03-09g_NCR5380: Kill compiler warning if builtinGeert Uytterhoeven1-1/+1
2015-03-09ncr5380: Drop owner assignment from platform_driversWolfram Sang3-3/+0
2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1
2015-03-02Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-8/+15
2015-03-02Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-51/+28
2015-03-02Merge tag 'md/4.0-fixes' of git://neil.brown.name/mdLinus Torvalds3-12/+20
2015-03-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+11