aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-16tty: fix memleak in alloc_pidChen Tingjie1-2/+2
2014-02-28tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17
2014-02-22Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman1-18/+7
2014-02-07tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-7/+18
2013-11-25tty: Reset hupped state on openPeter Hurley1-0/+1
2013-09-17tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov1-1/+2
2013-08-02tty: Only hangup oncePeter Hurley1-0/+5
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley1-5/+6
2013-07-23n_tty: Fix EOF push handlingPeter Hurley1-1/+0
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley1-0/+1
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-7/+7
2013-07-23tty: Replace ldisc locking with ldisc_semPeter Hurley1-4/+3
2013-07-23tty: Fix tty_ldisc_lock name collisionPeter Hurley1-2/+2
2013-06-17tty: Reset itty for other ptyPeter Hurley1-0/+2
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley1-8/+9
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds1-2/+2
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-52/+118
2013-04-26TTY: fix atime/mtime regressionJiri Slaby1-2/+16
2013-03-25tty: tty_vhangup_session can be staticChanglong Xie1-1/+1
2013-03-18tty: Don't protect atomic operation with mutexPeter Hurley1-2/+0
2013-03-18tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley1-1/+4
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley1-0/+17
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley1-0/+1
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley1-1/+0
2013-03-15tty: Signal SIGHUP before hanging up ldiscPeter Hurley1-5/+5
2013-03-15tty: Signal foreground group processes in hangupPeter Hurley1-17/+48
2013-03-15tty: Use spin_lock() inside existing critical regionPeter Hurley1-3/+2
2013-03-15tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley1-3/+2
2013-03-15tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley1-31/+50
2013-02-27more file_inode() open-coded instancesAl Viro1-10/+6
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+3
2013-02-15TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky1-0/+1
2013-02-06TTY: mark tty_get_device call with the proper const valuesGreg Kroah-Hartman1-2/+2
2013-01-15tty: Fix comments that reference BKL, eventd, old pathsKevin Cernekee1-1/+1
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