aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | IB/mlx4: Fix MTT leakage in resize CQJack Morgenstein2008-12-011-0/+5
| | | * | | mlx4_core: Save/restore default port IB capability maskJack Morgenstein2008-11-283-1/+47
| | * | | | IB/ehca: Fix problem with generated flush work completionsStefan Roscher2008-12-013-28/+53
| | * | | | IB/ehca: Change misleading error message on memory hotplugJoachim Fenkes2008-12-011-2/+1
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-12-014-17/+31
| |\ \ \ \
| | * | | | ieee1394: sbp2: fix race condition in state changeStefan Richter2008-11-291-4/+5
| | * | | | ieee1394: fix list corruption (reported at module removal)Stefan Richter2008-11-292-13/+16
| | * | | | firewire: fw-sbp2: another iPod mini quirk entryStefan Richter2008-11-251-0/+5
| | * | | | ieee1394: sbp2: another iPod mini quirk entryStefan Richter2008-11-251-0/+5
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-12-016-28/+14
| |\ \ \ \ \
| | * | | | | HID: Apple ALU wireless keyboards are bluetooth devicesJan Scholz2008-11-282-6/+6
| | * | | | | HID: remove setup mutex, fix possible deadlockJiri Slaby2008-11-232-17/+2
| | * | | | | HID: add USB ID for another dual gameron adapterJiri Kosina2008-11-203-0/+4
| | * | | | | HID: unignore mouse on unibody macbooksJiri Kosina2008-11-201-3/+0
| | * | | | | HID: fix blacklist entries for greenasia/pantherlordJiri Kosina2008-11-171-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Add kref to fake tty used by USB consoleKevin Hao2008-12-011-0/+1
| * | | | | drivers/char/tty_io.c: Avoid panic when no console is configured.Will Newton2008-12-011-6/+9
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-12-016-10/+71
| |\ \ \ \ \
| | * | | | | USB: serial: add more Onda device ids to option driverGreg Kroah-Hartman2008-11-301-0/+35
| | * | | | | USB: usb-storage: unusual_devs entry for Nikon D2HTobias Kunze BriseƱo2008-11-301-0/+7
| | * | | | | USB: storage: unusual_devs entry for Mio C520-GPSAlan Stern2008-11-301-0/+12
| | * | | | | USB: fsl_usb2_udc: Report disconnect before unbindingAnton Vorontsov2008-11-301-0/+3
| | * | | | | USB: fsl_qe_udc: Report disconnect before unbindingAnton Vorontsov2008-11-301-0/+3
| | * | | | | USB: fix SB600 USB subsystem hang bugShane Huang2008-11-301-3/+6
| | * | | | | Revert "USB: improve ehci_watchdog's side effect in CPU power management"Greg Kroah-Hartman2008-11-301-7/+5
| | | |_|_|/ | | |/| | |
| * | | | | Revert "of_platform_driver noise on sparce"Linus Torvalds2008-12-011-3/+3
| |/ / / /
| * | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-11-301-1/+1
| |\ \ \ \
| | * | | | drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty.Eric Anholt2008-12-011-1/+1
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-305-20/+24
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-245-20/+24
| | |\ \ \ \ \
| | | * | | | | xsysace: Fix driver to use resource_size_t instead of unsigned longYuri Tikhonov2008-11-141-9/+10
| | | * | | | | powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-144-10/+12
| | | * | | | | powerpc/mpc5200: fix bestcomm Kconfig dependenciesGrant Likely2008-11-131-1/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-303-335/+7
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2008-11-3017-199/+261
| |\ \ \ \ \ \
| | * | | | | | drm/i915: Save/restore HWS_PGA on suspend/resumePeng Li2008-11-262-0/+7
| | * | | | | | drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2008-11-2514-21/+44
| | * | | | | | drm/i915: execbuffer pins objects, no need to ensure they're still in the GTTKeith Packard2008-11-251-11/+0
| | * | | | | | drm/i915: Always read pipestat in irq_handlerKeith Packard2008-11-251-19/+36
| | * | | | | | drm/i915: Subtract total pinned bytes from available aperture sizeKeith Packard2008-11-251-8/+2
| | * | | | | | drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset.Eric Anholt2008-11-251-14/+39
| | * | | | | | drm/i915: Remove IMR masking during interrupt handler, and restart it if needed.Eric Anholt2008-11-251-47/+61
| | * | | | | | drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.Keith Packard2008-11-253-122/+115
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2008-11-303-3/+4
| |\ \ \ \ \ \
| | * | | | | | UBI: Don't exit from ubi_thread until kthread_should_stop() is trueVitaliy Gusev2008-11-061-1/+2
| | * | | | | | UBI: fix EBADMSG handlingZoltan Sogor2008-11-062-2/+2
| * | | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-11-303-21/+50
| |\ \ \ \ \ \ \
| | * | | | | | | i2c-parport: Fix misplaced parport_release callJean Delvare2008-11-281-2/+2
| | * | | | | | | i2c: Remove i2c clients in reverse orderJean Delvare2008-11-281-1/+1
| | * | | | | | | i2c/isp1301_omap: Build fixesDavid Brownell2008-11-281-18/+47
| | | |/ / / / / | | |/| | | | |