aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* radeon: setup the ring buffer fetcher to be less agressive.Roland Scheidegger2008-02-072-3/+62
* drm: fixup some of the ioctl function exit pathsDave Airlie2008-02-071-5/+7
* drm: the drm really should call pci_set_master..Dave Airlie2008-02-071-0/+1
* i915: Add chipset id for Intel Integrated Graphics DeviceZhenyu Wang2008-02-073-3/+7
* drm: cleanup DRM_DEBUG() parametersMárton Németh2008-02-0728-145/+122
* drm/i915: add support for E7221 chipsetCarlos Martín2008-02-071-1/+1
* drm: don't cast a pointer to pointer of list_headLi Zefan2008-02-071-1/+1
* mga_dma: return 'err' not just zero from mga_do_cleanup_dma()Jesper Juhl2008-02-071-1/+1
* drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie2008-02-073-8/+11
* drm: enable udev node creationDave Airlie2008-02-071-6/+1
* drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt2008-02-071-14/+11
* drm: move drm_mem_init to proper place in startup sequenceDave Airlie2008-02-071-2/+2
* drm: call driver load function after initialising AGPDave Airlie2008-02-071-4/+4
* drm: Fix ioc32 compat layerIan Romanick2008-02-071-1/+5
* drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt2008-02-071-4/+10
* i915: add suspend/resume supportJesse Barnes2008-02-074-57/+1309
* drm: update DRM sysfs supportJesse Barnes2008-02-074-62/+117
* drm: Initialize the AGP structure's base address at init rather than enable.Eric Anholt2008-02-072-3/+2
* drm: move two function extern into the correct blockDave Airlie2008-02-071-3/+2
* drm: run cleanfile across drm treeDave Airlie2008-02-0743-375/+362
* drm: some minor cleanups and changes to make memory manager merging easier.Dave Airlie2008-02-072-28/+28
* ip27-rtc: convert ioctl to unlocked_ioctlCyrill Gorcunov2008-02-061-5/+4
* tpm: infineon section mismatchRandy Dunlap2008-02-061-3/+3
* Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line disciplineJoe Peterson2008-02-061-6/+5
* ik8: add Dell UK 6400 Inspiron model (MM061)Nick Warne2008-02-061-0/+7
* Amiga serial driver: port_write_mutex fixupDaniel Walker2008-02-061-1/+1
* drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-1/+1
* tty: enable the echoing of ^C in the N_TTY disciplineJoe Peterson2008-02-061-1/+15
* drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-063-4/+4
* unix98 allocated_ptys_lock semaphore to mutexDaniel Walker2008-02-061-10/+10
* drivers/char/tty_io.c: remove pty_semDaniel Walker2008-02-061-1/+0
* char: use SGI_HAS_DS1286 for SGI_DS1286 dependsThomas Bogendoerfer2008-02-061-1/+1
* drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall2008-02-061-0/+1
* synclink_gt fix missed serial input signal changesPaul Fulghum2008-02-061-31/+37
* synclink: standardize format of linux header file include's with "<>"Robert P. J. Day2008-02-064-8/+4
* via-rng: enable secondary noise source on CPUs where it is presentDave Jones2008-02-061-0/+14
* vt: bitlock fixNick Piggin2008-02-061-3/+5
* tpm.c: fix crash during device removalRichard MUSIL2008-02-062-17/+29
* proper prototype for vty_init()Adrian Bunk2008-02-061-4/+0
* Parallel port: convert port_mutex to the mutex APIMatthias Kaehlcke2008-02-061-5/+5
* Remove inclusions of <linux/autoconf.h>Ralf Baechle2008-02-062-2/+0
* riscom8: fix SMP brokennessJeff Garzik2008-02-062-55/+94
* Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2008-02-058-70/+273
|\
| * agp: remove flush_agp_mappings calls from new flush handling codeDave Airlie2008-02-051-2/+0
| * intel-agp: introduce IS_I915 and do some cleanups..Dave Airlie2008-02-051-61/+57
| * [intel_agp] fix name for G35 chipsetZhenyu Wang2008-02-051-5/+5
| * intel-agp: fixup resource handling in flush code.Dave Airlie2008-02-051-10/+23
| * intel-agp: add new chipset IDZhenyu Wang2008-02-052-5/+29
| * agp: remove unnecessary pci_dev_putJulia Lawall2008-02-051-4/+0
| * agp: remove uid comparison as security checkserue@us.ibm.com2008-02-051-1/+1