summaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Mark tty_del_file and __tty_hangup staticJosh Triplett2012-11-221-2/+2
* tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2012-10-251-0/+5
* TTY: move tty buffers to tty_portJiri Slaby2012-10-231-2/+0Star
* TTY: add port -> tty linkJiri Slaby2012-10-231-0/+3
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-231-4/+0Star
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-231-1/+0Star
* TTY: move devpts kill to ptyJiri Slaby2012-10-231-5/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-031-29/+16Star
|\
| * make get_file() return its argumentAl Viro2012-09-271-6/+3Star
| * new helper: iterate_fd()Al Viro2012-09-271-23/+13Star
* | tty_register_device_attr updated for tty-nextTomas Hlavacek2012-09-061-0/+7
* | tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek2012-09-061-10/+59
* | drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao2012-09-051-1/+1
* | TTY: check if tty->port is assignedJiri Slaby2012-08-171-0/+4
* | TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-141-7/+41
* | TTY: add support for unnumbered device nodesJiri Slaby2012-08-141-2/+5
* | TTY: move allocations to tty_alloc_driverJiri Slaby2012-08-141-40/+33Star
* | TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-101-9/+25
* | tty: localise the lockAlan Cox2012-08-101-27/+39
* | tty: handle NULL parameters in free_tty_struct()Dan Carpenter2012-08-101-0/+2
* | tty: fix missing assignmentDan Carpenter2012-08-101-0/+1
* | tty: Fix race in tty releaseAlan Cox2012-07-271-8/+12
* | tty: Move the handling of the tty release logicAlan Cox2012-07-171-28/+28
* | tty: move the termios object into the ttyAlan Cox2012-07-161-18/+8Star
* | tty: revert incorrectly applied lock patchAlan Cox2012-07-161-40/+27Star
* | tty: localise the lockAlan Cox2012-07-061-27/+40
* | TTY: add ports array to tty_driverJiri Slaby2012-06-141-1/+17
* | TTY: centralize fail paths in tty_register_driverJiri Slaby2012-06-141-12/+6Star
|/
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-40/+27Star
* tty_lock: Localise the lockAlan Cox2012-05-051-27/+40
* tty_lock: undo the old tty_lock use on the cttyAlan Cox2012-05-051-2/+7
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* TTY: remove tty driver re-set from tty_reopenJiri Slaby2012-03-081-1/+0Star
* TTY: simplify tty_driver_lookup_tty a bitJiri Slaby2012-03-081-4/+1Star
* TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby2012-03-081-2/+3
* TTY: tty_io, remove buffer re-assignmentsJiri Slaby2012-03-081-1/+0Star
* Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman2012-02-241-1/+1
* TTY: get rid of BTM around devpts_*Jiri Slaby2012-02-031-1/+1
* TTY: provide tty_standard_install helperJiri Slaby2012-02-021-15/+15
* tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov2012-01-241-10/+2Star
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-129/+180
|\
| * TTY: open/release, cleanup printksJiri Slaby2011-11-161-30/+26Star
| * TTY: move debug checking out of tty_releaseJiri Slaby2011-11-161-44/+57
| * TTY: move tty_lookup_driver to switch-casesJiri Slaby2011-11-161-8/+11
| * TTY: coalesce fail paths in tty_openJiri Slaby2011-11-161-15/+17
| * TTY: extract driver lookup from tty_openJiri Slaby2011-11-161-38/+55
| * TTY: extract /dev/tty handling from tty_openJiri Slaby2011-11-161-18/+39
| * TTY: move pgrp killingJiri Slaby2011-11-161-8/+7Star
* | switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
|/
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-12/+38
|\