summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [S390] ap: toleration support for ap device type 10Holger Dengler2011-07-242-27/+91
* [S390] qdio: clear shared DSCI before scheduling the queue handlerJan Glauber2011-07-241-10/+5
* [S390] kconfig: remove tape interface support commentMartin Schwidefsky2011-07-241-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-07-239-70/+689
|\
| * regulator: Convert tps65023 to use regmap APIMark Brown2011-07-232-70/+28
| * regmap: Add SPI bus supportMark Brown2011-07-233-1/+77
| * regmap: Add I2C bus supportMark Brown2011-07-233-0/+120
| * regmap: Add generic non-memory mapped register access APIMark Brown2011-07-235-0/+465
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-07-2389-3180/+13262
|\ \
| * \ Merge branch 'scsi-fixes'James Bottomley2011-07-23240-1455/+25703
| |\ \
| | * | [SCSI] fix crash in scsi_dispatch_cmd()James Bottomley2011-07-211-0/+2
| | * | [SCSI] sr: check_events() ignore GET_EVENT when TUR says otherwiseKay Sievers2011-07-212-4/+49
| * | | [SCSI] bnx2i: Fixed kernel panic due to illegal usage of sc->request->cpuEddie Wai2011-07-211-1/+7
| * | | [SCSI] bfa: Update the driver version to 3.0.2.1Krishna Gudipati2011-06-291-1/+1
| * | | [SCSI] bfa: Driver and BSG enhancements.Krishna Gudipati2011-06-296-34/+100
| * | | [SCSI] bfa: Added support to query PHY.Krishna Gudipati2011-06-299-0/+867
| * | | [SCSI] bfa: Added HBA diagnostics support.Krishna Gudipati2011-06-2911-9/+1665
| * | | [SCSI] bfa: Added support for flash configurationKrishna Gudipati2011-06-299-47/+910
| * | | [SCSI] bfa: Added support to obtain SFP info.Krishna Gudipati2011-06-298-0/+903
| * | | [SCSI] bfa: Added support for CEE info and stats query.Krishna Gudipati2011-06-298-0/+683
| * | | [SCSI] bfa: Extend BSG interface.Krishna Gudipati2011-06-2911-7/+867
| * | | [SCSI] bfa: FCS bug fixes.Krishna Gudipati2011-06-2912-55/+288
| * | | [SCSI] bfa: DMA memory allocation enhancement.Krishna Gudipati2011-06-2913-569/+624
| * | | [SCSI] bfa: Brocade-1860 Fabric Adapter vHBA support.Krishna Gudipati2011-06-2912-118/+278
| * | | [SCSI] bfa: Brocade-1860 Fabric Adapter PLL init fixes.Krishna Gudipati2011-06-299-132/+169
| * | | [SCSI] bfa: Added Fabric Assigned Address(FAA) supportKrishna Gudipati2011-06-2912-6/+466
| * | | [SCSI] bfa: IOC bug fixes.Krishna Gudipati2011-06-295-34/+125
| * | | [SCSI] bfa: Enable ASIC block configuration and query.Krishna Gudipati2011-06-2910-9/+863
| * | | [SCSI] bnx2i: Updated copyright and bump versionEddie Wai2011-06-297-9/+9
| * | | [SCSI] bnx2i: Modified to skip CNIC registration if iSCSI is not supportedEddie Wai2011-06-291-14/+15
| * | | [SCSI] bnx2i: Added the use of kthreads to handle SCSI cmd completionEddie Wai2011-06-294-35/+333
| * | | [SCSI] libiscsi_tcp: fix LLD data allocationMike Christie2011-06-291-11/+3
| * | | [SCSI] iscsi_tcp: fix locking around iscsi sk user dataMike Christie2011-06-291-20/+41
| * | | [SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime managementMike Christie2011-06-293-103/+129
| * | | [SCSI] iscsi_boot_sysfs: have this module check for null on destructionMike Christie2011-06-292-4/+5
| * | | [SCSI] cxgb3i: fixed programing of the dma page sizesKaren Xie2011-06-291-1/+3
| * | | [SCSI] fcoe: Rearrange fcoe port and NPIV port cleanupNeerav Parikh2011-06-291-37/+49
| * | | [SCSI] libfc: post reset event on lport resetVasu Dev2011-06-291-0/+2
| * | | [SCSI] tcm_fc: Fixing reference counting problem which was causing ft_sess to...Kiran Patil2011-06-291-5/+16
| * | | [SCSI] libfc:Fix for exchange/seq loopup failure when FCoE stack is used as t...Kiran Patil2011-06-291-2/+24
| * | | [SCSI] fcoe: Amends previous patch, Round-robin based selection of CPU for po...Kiran Patil2011-06-291-1/+5
| * | | [SCSI] fcoe: Round-robin based selection of CPU for post-processing of incomi...Kiran Patil2011-06-291-1/+38
| * | | [SCSI] fcoe: Unable to select the exchangeID from offload pool for storage ta...Kiran Patil2011-06-291-2/+17
| * | | [SCSI] fcoe: support ndo_fcoe_ddp_target() for DDP in FCoE targeYi Zou2011-06-291-1/+25
| * | | [SCSI] libfc, tcm_fc: add ddp_targ() to libfc function template to supprot FC...Yi Zou2011-06-291-2/+3
| * | | [SCSI] libfc: Enhancement to RPORT state machine applicable only for VN2VN modeKiran Patil2011-06-291-0/+14
| * | | [SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-06-293-14/+13
| * | | [SCSI] mpt2sas: Bump version 09.100.00.00Kashyap, Desai2011-06-291-3/+3
| * | | [SCSI] mpt2sas: Adding support for customer specific brandingKashyap, Desai2011-06-292-2/+20
| * | | [SCSI] mpt2sas: Added DID_NO_CONNECT return when driver remove and avoid shut...Kashyap, Desai2011-06-291-2/+1