aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2014-02-22Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman
2014-02-07tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke
2013-11-25tty: Reset hupped state on openPeter Hurley
2013-09-17tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov
2013-08-02tty: Only hangup oncePeter Hurley
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley
2013-07-23n_tty: Fix EOF push handlingPeter Hurley
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley
2013-07-23tty: Fix tty_ldisc_lock name collisionPeter Hurley
2013-06-17tty: Reset itty for other ptyPeter Hurley
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-04-26TTY: fix atime/mtime regressionJiri Slaby
2013-03-25tty: tty_vhangup_session can be staticChanglong Xie
2013-03-18tty: Don't protect atomic operation with mutexPeter Hurley
2013-03-18tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley
2013-03-15tty: Signal SIGHUP before hanging up ldiscPeter Hurley
2013-03-15tty: Signal foreground group processes in hangupPeter Hurley
2013-03-15tty: Use spin_lock() inside existing critical regionPeter Hurley
2013-03-15tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley
2013-03-15tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley
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