aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-03-02USB: tty: Add a function to insert a string of characters with the same flagAlan Cox
2010-03-02tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELD...Ari Entlich
2010-03-02tty: Keep the default buffering to sub-page unitsAlan Cox
2010-03-02tty: Fix up char drivers request_room usageAlan Cox
2010-03-02tty: Fix the ldisc hangup raceAlan Cox
2010-03-02nozomi: Tidy up the PCI tableAlan Cox
2010-03-02nozomi: Fix mutex handlingAlan Cox
2010-03-02nozomi: Add tty_port usageAlan Cox
2010-03-02Char: synclink, remove unnecessary checksJiri Slaby
2010-03-02tty: declare MODULE_FIRMWARE in various driversBen Hutchings
2010-03-02ip2: Add module parameter.Rakib Mullick
2010-03-02ip2: remove #ifdef MODULE from ip2main.cRakib Mullick
2010-03-02tty: moxa: remove #ifdef MODULE completely.Rakib Mullick
2010-03-02hvc_console: fix test on unsigned in hvc_console_print()Roel Kluin
2010-03-02serial: isicom.c: use pr_fmt and pr_<level>Joe Perches
2010-03-02tty: char: mxser, remove unnecessary tty testJiri Slaby
2010-03-02serial: cyclades: allow overriding ISA defaults also when the driver is built-inBartlomiej Zolnierkiewicz
2010-03-02serial: Char: cyclades, fix compiler warningJiri Slaby
2010-03-02serial: synclink_gt: dropped transmit data bugfixPaul Fulghum
2010-03-02Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2010-03-01Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-03-01Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Linus Torvalds
2010-02-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2010-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2010-02-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2010-02-27m68k: vme_scc - __init annotationsPeter Huewe
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2010-02-26drm/i915: Add dependency on the intel agp moduleZhenyu Wang
2010-02-26agp/intel: Add a new Sandybridge HB/IG PCI ID combo.Eric Anholt
2010-02-26drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang
2010-02-26agp/intel: Use a non-reserved value for the cache field of the PTEs.Eric Anholt
2010-02-26agp/intel: Add support for Sandybridge.Eric Anholt
2010-02-26Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-02-24virtio: console: Fill ports' entire in_vq with buffersAmit Shah
2010-02-24virtio: console: Error out if we can't allocate buffers for control queueAmit Shah
2010-02-24virtio: console: Add ability to remove moduleAmit Shah
2010-02-24virtio: console: Ensure no memleaks in case of unused buffersAmit Shah
2010-02-24virtio: console: show error message if hvc_alloc fails for console portsAmit Shah
2010-02-24virtio: console: Add debugfs files for each port to expose debug infoAmit Shah
2010-02-24virtio: console: Add ability to hot-unplug portsAmit Shah
2010-02-24virtio: console: Handle port hot-plugAmit Shah
2010-02-24virtio: console: Remove cached data on port closeAmit Shah
2010-02-24virtio: console: Register with sysfs and create a 'name' attribute for portsAmit Shah
2010-02-24virtio: console: Ensure only one process can have a port open at a timeAmit Shah
2010-02-24virtio: console: Add file operations to ports for open/read/write/pollAmit Shah
2010-02-24virtio: console: Associate each port with a char deviceAmit Shah