summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | rtlwifi: rtl8192cu: Fix unitialized structLarry Finger2011-09-261-0/+1
| | | | * | | | | | iwlagn: fix dangling scan requestJohannes Berg2011-09-261-14/+16
| | | | * | | | | | iwlegacy: do not use interruptible waitsStanislaw Gruszka2011-09-215-13/+13
| | | | * | | | | | iwlegacy: fix command queue timeoutStanislaw Gruszka2011-09-211-0/+2
| | | | * | | | | | ath9k_hw: Fix Rx DMA stuck for AR9003 chipsRajkumar Manoharan2011-09-211-1/+1
| | * | | | | | | | bnx2x: add missing break in bnx2x_dcbnl_get_capShmulik Ravid2011-09-271-0/+1
| | * | | | | | | | bnx2x: fix WOL by enablement PME in config spaceDmitry Kravkov2011-09-271-1/+9
| | * | | | | | | | bnx2x: fix hw attention handlingDmitry Kravkov2011-09-272-2/+16
| | |/ / / / / / /
| * | | | | | | | Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6Linus Torvalds2011-09-289-20/+54
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | [SCSI] 3w-9xxx: fix iommu_iova leakJames Bottomley2011-09-261-0/+2
| | * | | | | | | [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-09-265-18/+48
| | * | | | | | | [SCSI] scsi: qla4xxx needs libiscsi.oRandy Dunlap2011-09-221-1/+1
| | * | | | | | | [SCSI] libsas: fix failure to revalidate domain for anything but the first ex...Mark Salyzyn2011-09-221-1/+1
| | * | | | | | | [SCSI] aacraid: reset should disable MSI interruptVasily Averin2011-09-221-0/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'pm-fixes' of git://github.com/rjwysocki/linux-pmLinus Torvalds2011-09-281-37/+38
| |\ \ \ \ \ \ \
| | * | | | | | | PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki2011-09-261-37/+38
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'hwmon-for-linus' of git://github.com/groeck/linuxLinus Torvalds2011-09-263-156/+43
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...Jan Beulich2011-09-231-6/+3
| | * | | | | | hwmon: (coretemp) constify static dataJan Beulich2011-09-231-2/+2
| | * | | | | | hwmon: (coretemp) don't use kernel assigned CPU number as platform device IDJan Beulich2011-09-231-2/+2
| | * | | | | | hwmon: (ds620) Fix handling of negative temperaturesRoland Stigge2011-09-221-1/+1
| | * | | | | | hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'Chris Peterson2011-09-221-2/+2
| | * | | | | | hwmon: (coretemp) Don't use threshold registers for tempX_maxGuenter Roeck2011-09-221-121/+14
| | * | | | | | hwmon: (coretemp) Let the user force TjMaxJean Delvare2011-09-221-0/+15
| | * | | | | | hwmon: (coretemp) Drop duplicate function get_pkg_tjmaxJean Delvare2011-09-221-22/+4
| | |/ / / / /
| * | | | | | Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-09-242-1/+6
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | spi: Fix WARN when removing spi-fsl-spi moduleJeff Harris2011-09-241-0/+3
| | * | | | | spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam2011-09-151-1/+3
| | | |_|/ / | | |/| | |
| * | | | | scsi: fix qla2xxx printk format warningRandy Dunlap2011-09-241-2/+2
| * | | | | scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build errorRandy Dunlap2011-09-241-0/+1
| * | | | | drm/radeon/kms: fix DDIA enable on some rs690 systemsAlex Deucher2011-09-231-1/+8
| * | | | | Revert "drm/radeon/kms: fix typo in r100_blit_copy"Dave Airlie2011-09-231-2/+2
| * | | | | Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-09-233-3/+9
| |\ \ \ \ \
| | * | | | | TPM: Zero buffer after copying to userspacePeter Huewe2011-09-231-1/+5
| | * | | | | TPM: Call tpm_transmit with correct sizePeter Huewe2011-09-231-0/+3
| | * | | | | TPM: tpm_nsc: Fix a double free of pdev in cleanup_nscAxel Lin2011-09-231-2/+0
| | * | | | | TPM: TCG_ATMEL should depend on HAS_IOPORTGeert Uytterhoeven2011-09-231-0/+1
| | | |/ / / | | |/| | |
| * / | | | zorro: Defer device_register() until all devices have been identifiedGeert Uytterhoeven2011-09-221-1/+6
| |/ / / /
| * | | | Merge git://github.com/davem330/netLinus Torvalds2011-09-2116-67/+145
| |\ \ \ \
| | * | | | ixgbe: fix possible null buffer errorJesse Brandeburg2011-09-211-2/+2
| | * | | | tg3: fix VLAN tagging regressionKasper Pedersen2011-09-211-2/+0
| | * | | | net: pxa168: Fix build errors by including interrupt.hTanmay Upadhyay2011-09-201-0/+1
| | * | | | netconsole: switch init_netconsole() to late_initcallLin Ming2011-09-201-1/+7
| | * | | | gianfar: Fix overflow check and return value for gfar_get_cls_all()Ben Hutchings2011-09-201-4/+4
| | * | | | ppp_generic: fix multilink fragment MTU calculation (again)Henry Wong2011-09-201-1/+6
| | * | | | GRETH: avoid overwrite IP-stack's IP-frags checksumDaniel Hellstrom2011-09-201-2/+5
| | * | | | GRETH: RX/TX bytes were never increasedDaniel Hellstrom2011-09-202-0/+6
| | * | | | Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2011-09-201-5/+27
| | |\ \ \ \
| | | * | | | r8169: do not enable the TBI for anything but the original 8169.Francois Romieu2011-09-171-3/+10
| | | * | | | r8169: remove erroneous processing of always set bit.Francois Romieu2011-09-171-1/+6