aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21tty: Mark tty_del_file and __tty_hangup staticJosh Triplett1-2/+2
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov1-0/+5
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-2/+0
2012-10-22TTY: add port -> tty linkJiri Slaby1-0/+3
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby1-4/+0
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby1-1/+0
2012-10-22TTY: move devpts kill to ptyJiri Slaby1-5/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+16
2012-09-26make get_file() return its argumentAl Viro1-6/+3
2012-09-26new helper: iterate_fd()Al Viro1-23/+13
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek1-0/+7
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek1-10/+59
2012-09-05drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao1-1/+1
2012-08-17TTY: check if tty->port is assignedJiri Slaby1-0/+4
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby1-7/+41
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby1-2/+5
2012-08-13TTY: move allocations to tty_alloc_driverJiri Slaby1-40/+33
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby1-9/+25
2012-08-10tty: localise the lockAlan Cox1-27/+39
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter1-0/+2
2012-08-10tty: fix missing assignmentDan Carpenter1-0/+1
2012-07-27tty: Fix race in tty releaseAlan Cox1-8/+12
2012-07-17tty: Move the handling of the tty release logicAlan Cox1-28/+28
2012-07-16tty: move the termios object into the ttyAlan Cox1-18/+8
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-40/+27
2012-07-06tty: localise the lockAlan Cox1-27/+40
2012-06-13TTY: add ports array to tty_driverJiri Slaby1-1/+17
2012-06-13TTY: centralize fail paths in tty_register_driverJiri Slaby1-12/+6
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-40/+27
2012-05-04tty_lock: Localise the lockAlan Cox1-27/+40
2012-05-04tty_lock: undo the old tty_lock use on the cttyAlan Cox1-2/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: remove tty driver re-set from tty_reopenJiri Slaby1-1/+0
2012-03-08TTY: simplify tty_driver_lookup_tty a bitJiri Slaby1-4/+1
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby1-2/+3
2012-03-08TTY: tty_io, remove buffer re-assignmentsJiri Slaby1-1/+0
2012-02-24Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman1-1/+1
2012-02-02TTY: get rid of BTM around devpts_*Jiri Slaby1-1/+1
2012-02-02TTY: provide tty_standard_install helperJiri Slaby1-15/+15
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov1-10/+2
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-129/+180
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-15TTY: open/release, cleanup printksJiri Slaby1-30/+26
2011-11-15TTY: move debug checking out of tty_releaseJiri Slaby1-44/+57
2011-11-15TTY: move tty_lookup_driver to switch-casesJiri Slaby1-8/+11
2011-11-15TTY: coalesce fail paths in tty_openJiri Slaby1-15/+17
2011-11-15TTY: extract driver lookup from tty_openJiri Slaby1-38/+55
2011-11-15TTY: extract /dev/tty handling from tty_openJiri Slaby1-18/+39
2011-11-15TTY: move pgrp killingJiri Slaby1-8/+7
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-12/+38