aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2013-04-26TTY: fix atime/mtime regressionJiri Slaby
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-15TTY: do not update atime/mtime on read/writeJiri Slaby
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky
2013-02-06TTY: mark tty_get_device call with the proper const valuesGreg Kroah-Hartman
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee
2012-11-21tty: Mark tty_del_file and __tty_hangup staticJosh Triplett
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: add port -> tty linkJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby
2012-10-22TTY: move devpts kill to ptyJiri Slaby
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26make get_file() return its argumentAl Viro
2012-09-26new helper: iterate_fd()Al Viro
2012-09-06tty_register_device_attr updated for tty-nextTomas Hlavacek
2012-09-06tty: uartclk value from serial_core exposed to sysfsTomas Hlavacek
2012-09-05drivers:tty:fix up ENOIOCTLCMD error handlingWanlong Gao
2012-08-17TTY: check if tty->port is assignedJiri Slaby
2012-08-13TTY: move cdev_add to tty_register_deviceJiri Slaby
2012-08-13TTY: add support for unnumbered device nodesJiri Slaby
2012-08-13TTY: move allocations to tty_alloc_driverJiri Slaby
2012-08-10TTY: pass flags to alloc_tty_driverJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-08-10tty: handle NULL parameters in free_tty_struct()Dan Carpenter
2012-08-10tty: fix missing assignmentDan Carpenter
2012-07-27tty: Fix race in tty releaseAlan Cox
2012-07-17tty: Move the handling of the tty release logicAlan Cox
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-06tty: localise the lockAlan Cox
2012-06-13TTY: add ports array to tty_driverJiri Slaby
2012-06-13TTY: centralize fail paths in tty_register_driverJiri Slaby
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-04tty_lock: Localise the lockAlan Cox
2012-05-04tty_lock: undo the old tty_lock use on the cttyAlan Cox
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-08TTY: remove tty driver re-set from tty_reopenJiri Slaby
2012-03-08TTY: simplify tty_driver_lookup_tty a bitJiri Slaby
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby
2012-03-08TTY: tty_io, remove buffer re-assignmentsJiri Slaby
2012-02-24Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman
2012-02-02TTY: get rid of BTM around devpts_*Jiri Slaby
2012-02-02TTY: provide tty_standard_install helperJiri Slaby
2012-01-24tty: cleanup prohibition of direct opening for unix98 pty masterKonstantin Khlebnikov
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro