summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* use mutex instead of semaphore for misc char devicesMatthias Kaehlcke2007-05-081-13/+14
* use mutex instead of semaphore in TPM driverMatthias Kaehlcke2007-05-082-13/+16
* use mutex instead of semaphore in RocketPort driverMatthias Kaehlcke2007-05-082-9/+14
* synclink_gt use dynamic tty device registrationPaul Fulghum2007-05-081-16/+18
* old buffer overflow in moxa driverdann frazier2007-05-081-2/+6
* tpm: fix sleep-in-spinlockParag Warudkar2007-05-081-4/+8
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-0811-15/+15
* console UTF-8 fixesEgmont Koblinger2007-05-082-81/+182
* SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardMilind Arun Choudhary2007-05-081-1/+1
* dtlk: fix error checks in module_init()Akinobu Mita2007-05-081-4/+10
* i386: sched.h inclusion from module.h is baackAlexey Dobriyan2007-05-081-0/+1
* ROUND_UP macro cleanup in drivers/char/lp.cMilind Arun Choudhary2007-05-081-4/+1
* Make /dev/port conditional on config symbolRussell King2007-05-082-4/+10
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0814-14/+0
* layered parport code uses parport->devDavid Brownell2007-05-083-3/+3
* Protect tty drivers list with tty_mutexAlexey Dobriyan2007-05-081-1/+4
* Char: cs5535_gpio, add MODULE_DEVICE_TABLEJiri Slaby2007-05-081-0/+1
* Char: rocket, add MODULE_DEVICE_TABLEJiri Slaby2007-05-081-0/+6
* move die notifier handling to common codeChristoph Hellwig2007-05-081-0/+1
* tty: introduce no_tty and use it in selinuxEric W. Biederman2007-05-081-4/+15
* tty: simplify calling of put_pid.Eric W. Biederman2007-05-081-17/+6
* tty: remove unnecessary export of proc_clear_ttyEric W. Biederman2007-05-081-1/+0
* Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann2007-05-081-5/+0
* cyclades: remove custom typesKlaus Kudielka2007-05-081-25/+24
* fix cyclades.h for x86_64 (and probably others)Klaus Kudielka2007-05-081-1/+1
* drivers/char/synclink.c: check kmalloc() return valueAmit Choudhary2007-05-081-1/+6
* remove unused header file: drivers/char/digi.hRobert P. J. Day2007-05-081-71/+0
* rocket: remove modversions includeRobert P. J. Day2007-05-081-4/+0
* tpm_infineon: add support for devices in mmio spaceAlex Williamson2007-05-081-66/+165
* Use stop_machine_run in the Intel RNG driverPrarit Bhargava2007-05-081-97/+122
* drivers/char/hvc_console.c: cleanupsAdrian Bunk2007-05-081-7/+5
* ipmi: add pci remove handlingCorey Minyard2007-05-081-0/+3
* ipmi: add new IPMI nmi watchdog handlingCorey Minyard2007-05-081-42/+94
* ipmi: allow shared interruptsCorey Minyard2007-05-081-35/+89
* ipmi: add powerpc openfirmware sensingCorey Minyard2007-05-081-0/+108
* Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds2007-05-0720-196/+349
|\
| * drm/i915: Add 965GM pci id updateWang Zhenyu2007-04-262-1/+3
| * drm: just use io_remap_pfn_range on all archs..Dave Airlie2007-03-241-6/+1
| * drm: fix DRM_CONSISTENT mappingHugh Dickins2007-03-241-5/+9
| * drm: fix up mmap locking in preparation for ttm changesThomas Hellstrom2007-03-241-9/+26
| * drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom2007-03-237-81/+174
| * drm: fix warning in drm_fops.cAndrew Morton2007-03-191-1/+1
| * drm: allow for more generic drm ioctlsThomas Hellstrom2007-03-192-4/+9
| * drm: fix alpha domain handlingJay Estabrook2007-03-111-1/+1
| * via: fix CX700 pci idThomas Hellstrom2007-03-111-1/+1
| * drm: make drm_io_prot static.Adrian Bunk2007-03-111-1/+1
| * drm: remove via_mm.hRobert P. J. Day2007-03-111-40/+0
| * drm: add missing NULL assignmentDave Airlie2007-03-111-0/+1
| * drm/radeon: Fix u32 overflows when determining AGP base address in card space.Michel Dänzer2007-03-111-4/+4
| * drm: port over use_vmalloc code from git hashtabDave Airlie2007-03-112-2/+15