summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] pm8001: Fix for sata io circular lock dependency.jack wang2009-12-101-5/+35
* [SCSI] hpsa: add driver for HP Smart Array controllers.Stephen M. Cameron2009-12-105-0/+4141
* [SCSI] cxgb3i: always use negative errno in case of errorkxie@chelsio.com2009-12-102-14/+14
* [SCSI] bnx2i: minor code cleanup and update driver versionAnil Veerabhadrappa2009-12-102-4/+2
* [SCSI] bnx2i: Task management ABORT TASK fixesAnil Veerabhadrappa2009-12-101-4/+13
* [SCSI] bnx2i: update CQ arming algorith for 5771x chipsetsAnil Veerabhadrappa2009-12-103-8/+31
* [SCSI] bnx2i: Adjust sq_size module parametr to power of 2 only if a non-zero...Anil Veerabhadrappa2009-12-101-1/+1
* [SCSI] bnx2i: Add 5771E device support to bnx2i driverAnil Veerabhadrappa2009-12-101-1/+5
* [SCSI] ipr: fix EEH recoveryKleber Sacilotto de Souza2009-12-101-0/+1
* [SCSI] fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwnYi Zou2009-12-101-2/+23
* [SCSI] mpt fusion: Fix 32 bit platforms with 64 bit resources.Pravin Bathija2009-12-101-3/+3
* [SCSI] qla2xxx: Update version number to 8.03.01-k8.Giridhar Malavali2009-12-101-1/+1
* [SCSI] qla2xxx: fix for multiqueue in MISX disabled caseAnirban Chakraborty2009-12-104-2/+27
* [SCSI] qla2xxx: Queue depth ramp up/down modification changes.Giridhar Malavali2009-12-104-115/+51
* [SCSI] qla2xxx: dpc thread can execute before scsi host has been addedMichael Reed2009-12-101-3/+3
* [SCSI] libosd: Fix blk_put_request locking againBoaz Harrosh2009-12-102-43/+50
* [SCSI] megaraid_sas: make driver PCI legacy I/O port free driverNoriyuki Fujii2009-12-101-5/+9
* [SCSI] Correctly handle thin provisioning write errorMartin K. Petersen2009-12-101-0/+1
* [SCSI] sd: WRITE SAME(16) / UNMAP supportMartin K. Petersen2009-12-102-0/+109
* [SCSI] enclosure: fix oops while iterating enclosure_status arrayJames Bottomley2009-12-102-0/+3
* [SCSI] st: fix mdata->page_order handlingFUJITA Tomonori2009-12-102-11/+13
* [SCSI] be2iscsi: Adding support for various Async messages from chipJayamohan Kallickal2009-12-101-4/+8
* [SCSI] mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBASrinivas2009-12-101-0/+1
* [SCSI] pmcraid: support SMI-S object model of storage poolAnil Ravindranath2009-12-102-10/+29
* [SCSI] fc class: fix fc_transport_init error handlingMike Christie2009-12-101-3/+14
* [SCSI] mpt2sas: add missing initialization of scsih_cmdsKashyap, Desai2009-12-101-0/+5
* [SCSI] scsi_dh_rdac: Add two new IBM devices to rdac_dev_listMoger, Babu2009-12-101-0/+2
* [SCSI] lpfc: fix hang on SGI ia64 platformMichael Reed2009-12-101-4/+12
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-0949-283/+1153
|\
| * ACPICA: Update version to 20091112.Bob Moore2009-11-241-1/+1
| * ACPICA: Add additional module-level code supportLin Ming2009-11-242-21/+61
| * ACPICA: Deploy new create integer interface where appropriateBob Moore2009-11-249-52/+30
| * ACPICA: New internal utility function to create Integer objectsBob Moore2009-11-242-0/+31
| * ACPICA: Add repair for predefined methods that must return sorted listsBob Moore2009-11-244-2/+559
| * ACPICA: Fix possible fault if return Package objects contain NULL elementsBob Moore2009-11-241-1/+42
| * ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-2429-152/+197
| * ACPICA: Change package length error message to an info messageBob Moore2009-11-241-4/+4
| * ACPICA: Reduce severity of predefined repair messages, Warning to InfoBob Moore2009-11-244-4/+54
| * ACPICA: Update version to 20091013Bob Moore2009-11-241-1/+1
| * ACPICA: Fix possible memory leak for Scope ASL operatorLin Ming2009-11-241-17/+33
| * ACPICA: Remove possibility of executing _REG methods twiceLin Ming2009-11-241-5/+59
| * ACPICA: Add repair for bad _MAT buffersLin Ming2009-11-241-2/+21
| * ACPICA: Add repair for bad _BIF/_BIX packagesBob Moore2009-11-241-26/+65
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-12-0958-1742/+2319
|\ \
| * | hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare2009-12-093-4/+65
| * | hwmon: (adt7475) Add an entry in MAINTAINERSJean Delvare2009-12-091-0/+7
| * | hwmon: (adt7475) Add support for the ADT7476Jean Delvare2009-12-093-25/+80
| * | hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare2009-12-091-6/+36
| * | hwmon: (adt7475) Print device information on probeJean Delvare2009-12-091-0/+18
| * | hwmon: (adt7475) Handle alternative pin functionsJean Delvare2009-12-091-15/+99