aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-05tty: Prevent "read/write wait queue active!" log floodingPeter Hurley1-2/+6
2014-11-05tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2014-09-23tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley1-2/+31
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley1-27/+4
2014-09-23tty: Serialize tty flow control changes with flow_lockPeter Hurley1-11/+28
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-1/+2
2014-09-08tty: Fix potential use after free in release_one_ttyCyrill Gorcunov1-1/+2
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-24/+13
2014-07-10tty: Call hangup method in modern stylePeter Hurley1-1/+1
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