aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAge
* TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-13
* TTY: add support for unnumbered device nodesJiri Slaby2012-08-13
* TTY: move allocations to tty_alloc_driverJiri Slaby2012-08-13
* TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-10
* tty: localise the lockAlan Cox2012-08-10
* tty: handle NULL parameters in free_tty_struct()Dan Carpenter2012-08-10
* tty: fix missing assignmentDan Carpenter2012-08-10
* tty: Fix race in tty releaseAlan Cox2012-07-27
* tty: Move the handling of the tty release logicAlan Cox2012-07-17
* tty: move the termios object into the ttyAlan Cox2012-07-16
* tty: revert incorrectly applied lock patchAlan Cox2012-07-16
* tty: localise the lockAlan Cox2012-07-06
* TTY: add ports array to tty_driverJiri Slaby2012-06-13
* TTY: centralize fail paths in tty_register_driverJiri Slaby2012-06-13
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-02
* tty_lock: Localise the lockAlan Cox2012-05-04
* tty_lock: undo the old tty_lock use on the cttyAlan Cox2012-05-04
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* TTY: remove tty driver re-set from tty_reopenJiri Slaby2012-03-08
* TTY: simplify tty_driver_lookup_tty a bitJiri Slaby2012-03-08
* TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby2012-03-08
* TTY: tty_io, remove buffer re-assignmentsJiri Slaby2012-03-08
* Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman2012-02-24
* TTY: get rid of BTM around devpts_*Jiri Slaby2012-02-02
* TTY: provide tty_standard_install helperJiri Slaby2012-02-02
* tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov2012-01-24
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-09
|\
| * TTY: open/release, cleanup printksJiri Slaby2011-11-15
| * TTY: move debug checking out of tty_releaseJiri Slaby2011-11-15
| * TTY: move tty_lookup_driver to switch-casesJiri Slaby2011-11-15
| * TTY: coalesce fail paths in tty_openJiri Slaby2011-11-15
| * TTY: extract driver lookup from tty_openJiri Slaby2011-11-15
| * TTY: extract /dev/tty handling from tty_openJiri Slaby2011-11-15
| * TTY: move pgrp killingJiri Slaby2011-11-15
* | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-26
|\
| * Revert "TTY: call tty_driver_lookup_tty unconditionally"Greg Kroah-Hartman2011-10-19
| * TTY: call tty_driver_lookup_tty unconditionallyJiri Slaby2011-10-18
| * TTY: make tty_add_file non-failingJiri Slaby2011-10-18
| * TTY: drop driver reference in tty_open fail pathJiri Slaby2011-10-18
| * tty: Support compat_ioctl get/set termios_lockedThomas Meyer2011-10-18
* | TTY: pty, fix pty countingJiri Slaby2011-08-23
|/
* drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-01
* TTY: tty_io, annotate locking functionsJiri Slaby2011-04-25
* tty: remove invalid location line in file headerJovi Zhang2011-04-19
* TTY: fix fail path in tty_openJiri Slaby2011-04-19
* TTY: plug in deinitialize_tty_structJiri Slaby2011-04-19
* TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby2011-04-19
* TTY: unify tty_init_dev fail path handlingJiri Slaby2011-04-19
* vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski2011-04-19