summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-11-30Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2008-11-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds5-20/+24
2008-11-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-335/+7
2008-12-01drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.Eric Anholt1-1/+1
2008-11-30Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds17-199/+261
2008-11-30Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds3-3/+4
2008-11-30Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds3-21/+50
2008-11-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds10-515/+131
2008-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-53/+434
2008-11-30input: replace spin_lock_bh with spin_lock_irqsave in ml_ff_playbackArjan van de Ven1-2/+3
2008-11-30get xenbus_driver ->probe() "recognized" by modpostAl Viro3-9/+9
2008-11-30pci_setup() is init, not devinitAl Viro1-1/+1
2008-11-30tricky one: hisax sectionsAl Viro1-3/+13
2008-11-30uninorth-agp section messAl Viro1-1/+1
2008-11-30rapidio section noiseAl Viro2-3/+3
2008-11-30section errors in smc911x/smc91xAl Viro2-10/+10
2008-11-30section misannotation in ibmtr_csAl Viro1-1/+1
2008-11-30ixgbe section fixesAl Viro1-5/+4
2008-11-30rackmeter section fixesAl Viro1-5/+5
2008-11-30gdth section fixesAl Viro1-6/+6
2008-11-30of_platform_driver noise on sparceAl Viro1-3/+3
2008-11-30advansys fix on ISA-less configsAl Viro1-0/+4
2008-11-30W1_MASTER_DS1WM should depend on HAVE_CLKAl Viro1-1/+1
2008-11-30icside section warningsAl Viro1-2/+2
2008-11-30fix talitosAl Viro1-2/+2
2008-11-30istallion section warningsAl Viro1-2/+2
2008-11-28toshiba_acpi: close race in toshiba_acpi driverArjan van de Ven1-2/+0
2008-11-28i2c-parport: Fix misplaced parport_release callJean Delvare1-2/+2
2008-11-28i2c: Remove i2c clients in reverse orderJean Delvare1-1/+1
2008-11-28i2c/isp1301_omap: Build fixesDavid Brownell1-18/+47
2008-11-27Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2-328/+0
2008-11-27ACPI: delete OSI(Linux) DMI dmesg spamLen Brown2-475/+30
2008-11-26ACPI: thinkpad-acpi: fix fan sleep/resume pathHenrique de Moraes Holschuh1-12/+45
2008-11-26sony-laptop: printk tweakAlessandro Guido1-1/+1
2008-11-26sony-laptop: brightness regression fixAlessandro Guido1-1/+1
2008-11-26Revert "ACPI: don't enable control method power button as wakeup device when ...Len Brown1-10/+0
2008-11-26ACPI suspend: Blacklist boxes that require us to set SCI_EN directly on resumeRafael J. Wysocki1-1/+39
2008-11-26ACPI: scheduling in atomic via acpi_evaluate_integer ()Pavel Machek1-12/+4
2008-11-26ACPI: battery: Convert discharge energy rate to current properlyAlexey Starikovskiy1-0/+9
2008-11-26ACPI: EC: count interrupts only if called from interrupt handler.Alexey Starikovskiy1-1/+2
2008-11-26Input: wacom - add support for new USB Tablet PCsPing Cheng4-49/+356
2008-11-26drm/i915: Save/restore HWS_PGA on suspend/resumePeng Li2-0/+7
2008-11-24ARM: OMAP: Remove broken LCD driver for SX1Tony Lindgren2-328/+0
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard14-21/+44
2008-11-25drm/i915: execbuffer pins objects, no need to ensure they're still in the GTTKeith Packard1-11/+0
2008-11-25drm/i915: Always read pipestat in irq_handlerKeith Packard1-19/+36
2008-11-25drm/i915: Subtract total pinned bytes from available aperture sizeKeith Packard1-8/+2
2008-11-25drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset.Eric Anholt1-14/+39
2008-11-25drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt1-47/+61
2008-11-25drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard3-122/+115