summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | b43: Upload both beacon templates on initial loadMichael Buesch2008-05-282-14/+45
| * | | | rtl8180: fix wrong parameter in grf5101_rf_set_channelAndrea Merello2008-05-281-1/+1
| * | | | rtl8180: fix wrong parameter in max2820_rf_set_channelAndrea Merello2008-05-281-1/+1
| * | | | rtl8180: fix wrong parameter in sa2400_rf_set_channelAndrea Merello2008-05-281-1/+1
| * | | | rtl8180: avoid NULL dereference in max2820_rf_set_channelJohn W. Linville2008-05-281-1/+2
* | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-05-307-51/+38Star
|\ \ \ \ \
| * | | | | [S390] tape: fix race with stack local wait_queue_head_t.Martin Schwidefsky2008-05-302-9/+10
| * | | | | [S390] 3270: fix race with stack local wait_queue_head_t.Martin Schwidefsky2008-05-301-5/+4Star
| * | | | | [S390] dasd: use a generic wait_queue for sleep_onStefan Haberland2008-05-301-14/+14
| * | | | | [S390] sclp_vt220: fix scheduling while atomic bug.Heiko Carstens2008-05-301-20/+7Star
| * | | | | [S390] Fix section mismatch warnings.Heiko Carstens2008-05-301-1/+1
| * | | | | [S390] tape: Fix race condition in tape block device driverMichael Holzheu2008-05-301-2/+2
* | | | | | acpi: fix sparse const errorsHarvey Harrison2008-05-301-5/+5
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-05-301-0/+15
|\ \ \ \ \
| * | | | | driver-core: prepare for 2.6.27 api change by adding dev_set_nameStephen Rothwell2008-05-301-0/+15
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-05-3026-96/+812
|\ \ \ \ \
| * | | | | Revert "USB: EHCI: fix performance regression"Greg Kroah-Hartman2008-05-302-10/+8Star
| * | | | | USB: fsl_usb2_udc: fix recursive lockLi Yang2008-05-291-0/+2
| * | | | | USB: usb-serial: option: Don't match Huawei driver CD imagesMichael Karcher2008-05-291-17/+17
| * | | | | USB: pl2303: another product IDSteve Murphy2008-05-292-0/+2
| * | | | | USB: add another scanner quirkRené Rebe2008-05-291-0/+4
| * | | | | USB: Add support for ROKR W5 in unusual_devs.hJavier Smaldone2008-05-291-2/+4
| * | | | | USB: Fix M600i unusual_devs entryPhil Dibowitz2008-05-291-1/+1
| * | | | | USB: usb-storage: unusual_devs update for Cypress ATACBAlan Stern2008-05-291-1/+1
| * | | | | USB: EHCI: fix performance regressionAlan Stern2008-05-292-8/+10
| * | | | | USB: EHCI: fix bug in Iso schedulingAlan Stern2008-05-291-23/+44
| * | | | | USB: EHCI: fix remote-wakeup regressionAlan Stern2008-05-292-2/+6
| * | | | | USB: EHCI: suppress unwanted error messagesAlan Stern2008-05-2911-1/+25
| * | | | | USB: EHCI: fix up root-hub TT messAlan Stern2008-05-296-15/+8Star
| * | | | | USB: add all configs to the "descriptors" attributeAlan Stern2008-05-291-23/+21Star
| * | | | | USB: fix possible deadlock involving sysfs attributesAlan Stern2008-05-292-5/+9
| * | | | | USB: Firmware loader driver for USB Apple iSight cameraMatthew Garrett2008-05-293-0/+143
| * | | | | USB: FTDI_SIO : Add support for Matrix Orbital PID RangeRay Molenkamp2008-05-292-6/+525
| |/ / / /
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-05-291-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.cLothar Waßmann2008-05-291-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-05-287-54/+159
|\ \ \ \ \
| * | | | | pciehp: add message about pciehp_slot_with_bus optionKenji Kaneshige2008-05-281-1/+5
| * | | | | pci hotplug core: add check of duplicate slot nameKenji Kaneshige2008-05-281-1/+6
| * | | | | pciehp: move msleep after power offKenji Kaneshige2008-05-282-7/+14
| * | | | | pciehp: poll cmd completion if hotplug interrupt is disabledKenji Kaneshige2008-05-281-4/+38
| * | | | | pciehp: fix slow probingKenji Kaneshige2008-05-282-7/+36
| * | | | | pciehp: fix NULL dereference in interrupt handlerKenji Kaneshige2008-05-283-35/+37
| * | | | | shpchp: add message about shpchp_slot_with_bus optionKenji Kaneshige2008-05-281-0/+4
| * | | | | PCI: don't enable ASPM on devices with mixed PCIe/PCI functionsShaohua Li2008-05-221-0/+20
| | |_|/ / | |/| | |
* | | | | ck804rom: fix driver_data in probe table.David Woodhouse2008-05-271-9/+9
* | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-05-261-13/+7Star
|\ \ \ \ \
| * | | | | tuner: Do not alter i2c_client.nameMichael Krufky2008-05-261-13/+7Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-2648-576/+853
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | fmvj18x_cs: add NextCom NC5310 rev B supportKomuro2008-05-221-1/+3
| * | | | xirc2ps_cs: re-initialize the multicast address in do_resetKomuro2008-05-221-4/+8