aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17[POWERPC] hvcbeat: Fix buffer manipulationIshizaki Kou1-2/+2
2008-04-15Input: put ledstate in the keyboard notifierKarl Dahlke1-0/+2
2008-04-14Merge branch 'linux-2.6'Paul Mackerras14-87/+129
2008-04-06fix IS_I9XX macro in i915 DRM driverJesse Barnes1-2/+2
2008-04-04x86: revert assign IRQs to hpet timerThomas Gleixner1-44/+7
2008-04-02Char: rio, fix sparse warningsJiri Slaby2-1/+7
2008-04-02Char: ip2, fix sparse warningsJiri Slaby1-5/+7
2008-03-30Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds7-22/+92
2008-03-30fix iomem misannotations in nozomiAl Viro1-10/+10
2008-03-30drivers/char/n_tty.c misannotated prototypeAl Viro1-1/+1
2008-03-30drm: fix for non-coherent DMA PowerPCBenjamin Herrenschmidt3-6/+31
2008-03-30drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.cHarvey Harrison1-4/+4
2008-03-30drm/i915: fix oops on agp=offDave Airlie1-0/+3
2008-03-30drm/r300: fix bug in r300 userspace hardware wait emissionDave Airlie2-12/+54
2008-03-28drivers/char/drm/ati_pcigart.c: fix printk warningAndrew Morton1-2/+3
2008-03-26[POWERPC] Xilinx: hwicap: Use fixed device major.Stephen Neuendorffer1-29/+14
2008-03-26[POWERPC] Xilinx: hwicap: Verify sync before reading idcode.Stephen Neuendorffer1-0/+18
2008-03-26[POWERPC] Xilinx: hwicap: Refactor status handling code.Stephen Neuendorffer6-27/+58
2008-03-24hw_random doc updatesDavid Brownell1-1/+8
2008-03-19drivers/char/rocket portability fixesAl Viro2-64/+56
2008-03-17drm/ati_pcigart: fix the PCIGART to use drm_pci to allocate GART table.Dave Airlie4-69/+27
2008-03-17drm/radeon: fixup RV550 chip familyAlex Deucher1-3/+4
2008-03-17drm/via: attempt again to stabilise the AGP DMA command submission.Thomas Hellstrom2-7/+54
2008-03-17drm: Fix race that can lockup the kernelMike Isely2-17/+25
2008-03-13char: riscom, fix rc_board indexingJiri Slaby1-1/+1
2008-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-18/+43
2008-03-10nozomi: fix initialization and early flow control accessFrank Seidel1-18/+43
2008-03-10riscom8: Fix hang on loadAlan Cox1-6/+0
2008-03-07drivers/char/esp.c: fix bootup lockupIngo Molnar1-0/+1
2008-03-04drivers/char/isicom.c: correct use of ! and &Julia Lawall1-1/+1
2008-03-04ipwireless: fix potential tty == NULL dereferenceDavid Sterba1-1/+4
2008-03-04VT notifier fix for VT switchSamuel Thibault1-0/+1
2008-03-04specialix.c: fix possible double-unlockHarvey Harrison1-1/+0
2008-03-03Fix default compose table initializationSamuel Thibault1-34/+34
2008-03-03Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd/cell-2.6 into mergePaul Mackerras1-2/+2
2008-03-03Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into mergePaul Mackerras4-158/+144
2008-02-29Fix hpet_(un)register_irq_handler() for emulationDavid Howells1-2/+2
2008-02-28[POWERPC] Xilinx: hwicap cleanupStephen Neuendorffer4-158/+144
2008-02-22i915: fix AR register restore.Jesse Barnes1-0/+1
2008-02-19Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds5-28/+71
2008-02-20agp: fix missing casts that produced a warning.Dave Airlie3-6/+6
2008-02-20agp: add support for 662/671 to agp driverChaoyu Chen1-0/+19
2008-02-20drm/sis: add pciid for SiS 662/671 chipsetChaoyu Chen1-0/+1
2008-02-20drm: add new rv380 pciidMirko1-0/+1
2008-02-20drm: add support for passing state into the suspend hooks.Dave Airlie3-6/+11
2008-02-20drm/i915: Fix hibernate save/restore of VGA attribute regsJesse Barnes1-0/+2
2008-02-20drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)Keith Packard2-0/+28
2008-02-20drm/i915: restore pipeconf regs unconditionallyJesse Barnes1-7/+4
2008-02-20drm/i915: save/restore interrupt stateJesse Barnes2-0/+12
2008-02-20drm: convert drm from nopage to fault.Nick Piggin1-70/+55