aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 29-244/+274
2011-11-07forcedeth: fix a few sparse warnings (variable shadowing)Gravatar david decotigny 1-17/+17
2011-11-07forcedeth: Improve stats countersGravatar Mandeep Baines 1-0/+4
2011-11-07forcedeth: remove unneeded stats updatesGravatar david decotigny 1-34/+1
2011-11-07forcedeth: Acknowledge only interrupts that are being processedGravatar Mike Ditto 1-5/+8
2011-11-07forcedeth: fix race when unloading moduleGravatar david decotigny 1-1/+1
2011-11-07device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.hGravatar Stephen Rothwell 1-0/+1
2011-11-07device-mapper: dm-bufio.c needs to include module.hGravatar Stephen Rothwell 1-0/+1
2011-11-07drivers/md: change module.h -> export.h in persistent-data/dm-*Gravatar Paul Gortmaker 4-4/+4
2011-11-07usbnet: fix oops in usbnet_start_xmitGravatar Konstantin Khlebnikov 1-1/+2
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedGravatar Rose, Gregory V 2-2/+4
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 15-244/+464
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 30-2626/+2913
2011-11-07Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 130-3624/+7010
2011-11-07vmwgfx: Snoop DMA transfers with non-covering sizesGravatar Jakob Bornecrantz 1-9/+21
2011-11-07vmwgfx: Move the prefered mode first in the listGravatar Jakob Bornecrantz 1-0/+4
2011-11-07vmwgfx: Unreference surface on cursor error pathGravatar Jakob Bornecrantz 1-0/+1
2011-11-07vmwgfx: Free prefered mode on error pathGravatar Jakob Bornecrantz 1-6/+11
2011-11-07vmwgfx: Use pointer return error codesGravatar Jakob Bornecrantz 1-1/+1
2011-11-07vmwgfx: Fix hw cursor positionGravatar Thomas Hellstrom 1-2/+5
2011-11-07vmwgfx: Infrastructure for explicit placementGravatar Thomas Hellstrom 3-24/+30
2011-11-07vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshGravatar Thomas Hellstrom 1-1/+23
2011-11-07vmwgfx: Remove screen object active listGravatar Thomas Hellstrom 1-37/+15
2011-11-07vmwgfx: Screen object cleanupsGravatar Thomas Hellstrom 1-14/+2
2011-11-06Revert "hvc_console: display printk messages on console."Gravatar Linus Torvalds 1-6/+1
2011-11-06powerpc: fix building hvc_opal.cGravatar Michael Neuling 1-0/+1
2011-11-06Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-31/+25
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 966-19/+1007
2011-11-06Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextGravatar Len Brown 8-180/+424
2011-11-06Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'...Gravatar Len Brown 6-63/+39
2011-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 14-467/+604
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 3-34/+0
2011-11-06hid/apple: modern macbook airs use the standard apple function key translationsGravatar Linus Torvalds 1-3/+0
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-123/+33
2011-11-06cpuidle: Single/Global registration of idle statesGravatar Deepthi Dharwar 8-114/+298
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsGravatar Deepthi Dharwar 4-36/+65
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Gravatar Deepthi Dharwar 2-12/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Gravatar Deepthi Dharwar 5-48/+91
2011-11-06ACPI: Export FADT pm_profile integer value to userspaceGravatar Thomas Renninger 1-1/+13
2011-11-06thermal: Prevent polling from happening during system suspendGravatar Rafael J. Wysocki 1-2/+2
2011-11-06ACPI: Drop ACPI_NO_HARDWARE_INITGravatar Rafael J. Wysocki 1-6/+2
2011-11-06ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Gravatar Luck, Tony 1-1/+1
2011-11-06Merge branch 'rmobile-latest' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 1-1/+1
2011-11-06PNPACPI: Simplify disabled resource registrationGravatar Witold Szczeponik 1-47/+15
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 15-33/+927
2011-11-06ACPI: Fix possible recursive locking in hwregs.cGravatar Rakib Mullick 1-5/+6
2011-11-06Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Gravatar Linus Torvalds 2-2/+2
2011-11-06ACPI: use kstrdup()Gravatar Thomas Meyer 1-2/+1
2011-11-06hwmon: (w83627ehf) Fix broken driver initGravatar Guenter Roeck 1-3/+6
2011-11-06hwmon: (coretemp) Fix for non-SMP buildsGravatar Jean Delvare 1-2/+1