summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-12-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds26-149/+410
2008-12-01drivers/gpu/drm/i915/i915_irq.c: fix warningAndrew Morton1-1/+1
2008-12-01i82875p_edac: fix module removeJarkko Lavinen1-6/+7
2008-12-01i82875p_edac: fix overflow device resource setupJarkko Lavinen1-0/+1
2008-12-01fbdev: fix FB console blankingDmitry Baryshkov1-6/+3
2008-12-01radeonfb: fix problem with color expansion & alignmentBenjamin Herrenschmidt2-9/+30
2008-12-01spi: fix spi_s3c24xx_gpio num_chipselectBen Dooks1-0/+1
2008-12-01spi: fix spi_s3c24xx_gpio device handle lookupBen Dooks1-1/+1
2008-12-01spi: au1550_spi full duplex dma fixJan Nikitenko1-10/+16
2008-12-01spi: fix spi_imx probe oopsingJulien Boibessot1-12/+13
2008-12-01spi: mpc52xx_psc_spi chipselect bugfixStefano Babic1-1/+4
2008-12-01spi: avoid spidev crash when device is removedWolfgang Ocker1-1/+3
2008-12-01hwmon: applesmc: make applesmc load automatically on startupHenrik Rydberg1-0/+1
2008-12-01parport_serial: fix array overflowTakashi Iwai1-0/+2
2008-12-01em28xx: remove backward compat macro added on a previous fixMauro Carvalho Chehab1-12/+0
2008-12-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+46
2008-12-01V4L/DVB (9748): em28xx: fix compile warningHans Verkuil1-2/+0
2008-12-01V4L/DVB (9743): em28xx: fix oops audioDouglas Schilling Landgraf1-1/+1
2008-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds8-31/+106
2008-12-01libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQTejun Heo1-0/+21
2008-12-01[libata] pata_rb532_cf: fix signature of the xfer functionPhil Sutter1-1/+3
2008-12-01[libata] pata_rb532_cf: fix and rename register definitionsPhil Sutter1-4/+7
2008-12-01ata_piix: add borked Tecra M4 to broken suspend listTejun Heo1-0/+15
2008-12-01Merge branches 'ehca' and 'mlx4' into for-linusRoland Dreier4-1/+52
2008-12-01IB/mlx4: Fix MTT leakage in resize CQJack Morgenstein1-0/+5
2008-12-01IB/ehca: Fix problem with generated flush work completionsStefan Roscher3-28/+53
2008-12-01IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes1-2/+1
2008-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds4-17/+31
2008-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-28/+14
2008-12-01Add kref to fake tty used by USB consoleKevin Hao1-0/+1
2008-12-01drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton1-6/+9
2008-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds6-10/+71
2008-12-01Revert "of_platform_driver noise on sparce"Linus Torvalds1-3/+3
2008-11-30USB: serial: add more Onda device ids to option driverGreg Kroah-Hartman1-0/+35
2008-11-30USB: usb-storage: unusual_devs entry for Nikon D2HTobias Kunze BriseƱo1-0/+7
2008-11-30USB: storage: unusual_devs entry for Mio C520-GPSAlan Stern1-0/+12
2008-11-30USB: fsl_usb2_udc: Report disconnect before unbindingAnton Vorontsov1-0/+3
2008-11-30USB: fsl_qe_udc: Report disconnect before unbindingAnton Vorontsov1-0/+3
2008-11-30USB: fix SB600 USB subsystem hang bugShane Huang1-3/+6
2008-11-30Revert "USB: improve ehci_watchdog's side effect in CPU power management"Greg Kroah-Hartman1-7/+5
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