summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [S390] qdio: remove superfluous log entries and WARN_ONs.Jan Glauber2009-12-181-9/+1
| * | | | | [S390] cio: fix channel path varyPeter Oberparleiter2009-12-183-14/+19
| * | | | | [S390] drivers: Correct size given to memsetJulia Lawall2009-12-181-2/+2
| * | | | | [S390] tape: Add pr_fmt() macro to all tape source filesMichael Holzheu2009-12-188-0/+18
| * | | | | [S390] tty: PTR_ERR return of wrong pointer in fs3270_open()Roel Kluin2009-12-181-1/+1
| * | | | | [S390] dasd: PTR_ERR return of wrong pointer inRoel Kluin2009-12-181-1/+1
| * | | | | [S390] dasd: move dasd-diag kmsg to dasdStefan Haberland2009-12-181-20/+22
| * | | | | [S390] cio: fix drvdata usage for the console subchannelSebastian Ott2009-12-181-0/+1
| | |_|/ / | |/| | |
* / | | | watchdog: update geodewdt for new MFGPT APIAndres Salomon2009-12-182-22/+20
|/ / / /
* | | | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-172-7/+10
|\ \ \ \
| * | | | cpumask: convert drivers/idle/i7300_idle.c to cpumask_var_tRusty Russell2009-12-171-6/+9
| * | | | cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.cRusty Russell2009-12-171-1/+1
| |/ / /
* | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-176-15/+15
|\ \ \ \
| * | | | mfd: twl: fix twl4030 rename for remaining driver, board filesBalaji T K2009-12-165-14/+14
| * | | | USB ehci: replace mach header with platThomas Weber2009-12-161-1/+1
* | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-12-177-30/+706
|\ \ \ \ \
| * | | | | hwmon: (w83627hf) Fix for "No such device"Christian Schulte2009-12-161-1/+1
| * | | | | hwmon: (sht15) Off-by-one error in array index + incorrect constantsJonathan Cameron2009-12-161-3/+3
| * | | | | hwmon: Add driver for VIA CPU core temperatureHarald Welte2009-12-163-0/+365
| * | | | | hwmon: (smsc47m1) Enable device if neededJean Delvare2009-12-161-3/+27
| * | | | | hwmon: (smsc47m1) Fail module loading on errorJean Delvare2009-12-161-13/+11
| * | | | | hwmon: (smsc47m1) Only request I/O ports we really useJean Delvare2009-12-161-10/+89
| * | | | | hwmon: New driver for AMD Family 10h/11h CPUsClemens Ladisch2009-12-163-0/+210
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-1747-358/+4909
|\ \ \ \ \
| * | | | | [SCSI] 3w-9xxx fix bug in sgl loadingadam radford2009-12-121-4/+7
| * | | | | [SCSI] fcoe, libfc: adds enable/disable for fcoe interfaceVasu Dev2009-12-122-3/+114
| * | | | | [SCSI] libfc: reduce hold time on SCSI host lockChris Leech2009-12-121-29/+36
| * | | | | [SCSI] libfc: remote port gets stuck in restart state without really restartingAbhijeet Joglekar2009-12-121-0/+1
| * | | | | [SCSI] pm8001: misc code cleanupjack wang2009-12-103-5/+9
| * | | | | [SCSI] pm8001: enable read HBA SAS address from VPDjack wang2009-12-103-20/+26
| * | | | | [SCSI] pm8001: do not reset local sata as it will not be found if resetjack wang2009-12-101-0/+2
| * | | | | [SCSI] pm8001: bit set pm8001_ha->flagsjack wang2009-12-101-1/+1
| * | | | | [SCSI] pm8001:fix potential NULL pointer dereferencejack wang2009-12-101-1/+1
| * | | | | [SCSI] pm8001: set SSC down-spreading only to get less errors on some 6G device.jack wang2009-12-101-44/+21
| * | | | | [SCSI] pm8001: fix endian issues with SAS addressjack wang2009-12-102-5/+5
| * | | | | [SCSI] pm8001: enhance error handle for IO patchjack wang2009-12-104-5/+84
| * | | | | [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