aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-06-271-2/+3
|\
| * alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen2010-06-151-2/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-06-271-0/+1
|\ \
| * | TPM: ReadPubEK output struct fixRajiv Andrade2010-06-151-0/+1
| |/
* | Merge branch 'bugzilla-15951' into releaseLen Brown2010-06-172-15/+9
|\ \
| * | ACPI / PM: Do not enable GPEs for system wakeup in advanceRafael J. Wysocki2010-06-172-15/+9
| |/
* | Merge branch 'misc-2.6.35' into releaseLen Brown2010-06-122-1/+7
|\ \
| * | ACPI: fan: fix unbalanced code blockLiang Li2010-06-101-1/+2
| * | ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger2010-06-091-0/+5
* | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-121-15/+19
|\ \ \
| * | | ACPI: Store NVS state even when entering suspend to RAMMatthew Garrett2010-06-101-8/+13
| * | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-101-6/+6
* | | | Merge branch 'bugzilla-102904-workaround' into releaseLen Brown2010-06-121-0/+8
|\ \ \ \
| * | | | ACPI: Disable Vista compatibility for Sony VGN-NS50B_LZhang Rui2010-06-101-0/+8
| | |/ / | |/| |
* | | | Merge branch 'acpica-cherry-pick' into releaseLen Brown2010-06-125-0/+41
|\ \ \ \
| * | | | ACPICA: Truncate I/O addresses to 16 bits for Windows compatibilityMatthew Garrett2010-06-123-0/+29
| * | | | ACPICA: Limit maximum time for Sleep() operatorBob Moore2010-06-122-0/+12
| | |_|/ | |/| |
* | | | Merge branch 'acpi_pad' into releaseLen Brown2010-06-121-12/+24
|\ \ \ \
| * | | | ACPI: acpi_pad: Don't needlessly mark LAPIC unstableChen Gong2010-06-041-12/+24
| | |_|/ | |/| |
* | | | Merge branch 'gpe-regression-fixes' into releaseLen Brown2010-06-128-160/+145
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPI / ACPICA: Fix sysfs GPE interfaceRafael J. Wysocki2010-06-121-2/+4
| * | | ACPI / ACPICA: Fix GPE initializationRafael J. Wysocki2010-06-121-1/+13
| * | | ACPI / ACPICA: Avoid writing full enable masks to GPE registersRafael J. Wysocki2010-06-121-13/+5
| * | | ACPI / ACPICA: Fix low-level GPE manipulation codeRafael J. Wysocki2010-06-125-122/+78
| * | | ACPI / ACPICA: Use helper function for computing GPE masksRafael J. Wysocki2010-06-113-16/+46
| * | | ACPI / ACPICA: Do not attempt to disable GPE when installing handlerRafael J. Wysocki2010-06-111-7/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-116-9/+63
|\ \ \ \
| * \ \ \ Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-111-1/+1
| |\ \ \ \
| | * | | | wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez2010-06-111-1/+1
| * | | | | net8139: fix a race at the end of NAPIFigo.zhang2010-06-102-2/+2
| * | | | | r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-091-3/+9
| * | | | | gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov2010-06-091-2/+1
| * | | | | phylib: Add support for the LXT973 phy.Richard Cochran2010-06-091-1/+50
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-114-90/+12
|\ \ \ \ \ \
| * | | | | | PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby2010-06-111-0/+7
| * | | | | | Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2010-06-112-85/+0
| * | | | | | PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas2010-06-111-5/+5
* | | | | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-06-113-10/+11
|\ \ \ \ \ \ \
| * | | | | | | pcmcia: avoid validate_cis failure on CIS overrideDominik Brodowski2010-06-071-0/+1
| * | | | | | | pcmcia: dev_node removal bugfixDominik Brodowski2010-06-071-0/+1
| * | | | | | | pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TIJustin P. Mattock2010-06-071-8/+6
| * | | | | | | pcmcia: only keep saved I365_CSCINT flag if there is no PCI irqDominik Brodowski2010-06-071-2/+3
* | | | | | | | sata_sil24: Use memory barriers before issuing commandsCatalin Marinas2010-06-101-0/+10
* | | | | | | | sata_sil24: memset() overflowDan Carpenter2010-06-101-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-0915-205/+281
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-0912-204/+274
| |\ \ \ \ \ \ \
| | * | | | | | | iwlwifi: add missing rcu_read_lockJohannes Berg2010-06-081-0/+2
| | * | | | | | | ath5k: fix NULL pointer in antenna configurationBruno Randolf2010-06-071-0/+7
| | * | | | | | | p54usb: Add device ID for Dell WLA3310 USBJason Dravet2010-06-071-0/+1
| | * | | | | | | wl1251: fix a memory leak in probeGrazvydas Ignotas2010-06-071-0/+1