summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
AgeCommit message (Expand)Author
2014-11-06tty: Check tty->count instead of TTY_CLOSING in tty_reopen()Peter Hurley
2014-11-06tty: Clarify re-open behavior of master ptysPeter Hurley
2014-11-06tty: Remove TTY_HUPPINGPeter Hurley
2014-11-06tty: Update code comment in __proc_set_tty()Peter Hurley
2014-11-06tty: Serialize proc_set_tty() with tty_lockPeter Hurley
2014-11-06tty: Move session_of_pgrp() and make staticPeter Hurley
2014-11-06tty: Fix multiple races when setting the controlling terminalPeter Hurley
2014-11-06tty: Remove !tty condition from __proc_set_tty()Peter Hurley
2014-11-06tty: Replace open-coded tty_get_pgrp()Peter Hurley
2014-11-06tty: Remove tsk parameter from proc_set_tty()Peter Hurley
2014-11-06tty: Reorder proc_set_tty() and related fnsPeter Hurley
2014-11-06tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley
2014-11-06tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley
2014-11-06tty: Prevent "read/write wait queue active!" log floodingPeter Hurley
2014-11-06tty: Fix high cpu load if tty is unreleaseablePeter Hurley
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-09-24tty: Move and rename send_prio_char() as tty_send_xchar()Peter Hurley
2014-09-24tty: Move packet mode flow control notifications to pty driverPeter Hurley
2014-09-24tty: Serialize tty flow control changes with flow_lockPeter Hurley
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton
2014-09-08tty: Fix potential use after free in release_one_ttyCyrill Gorcunov
2014-07-12drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes
2014-07-10tty: Call hangup method in modern stylePeter Hurley
2014-04-16tty: fix memleak in alloc_pidChen Tingjie
2014-03-01tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke
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-18tty: 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-24n_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