summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
...
* pty: Add debug message for ptmx openPeter Hurley2015-07-231-0/+8
* pty: Fix input race when closingPeter Hurley2015-05-101-2/+3
* n_tty: Fix signal handling flushesPeter Hurley2015-02-021-0/+1
* pty: Fix buffer flush deadlockPeter Hurley2015-02-021-1/+9
* pty: Fix overlimit memory usePeter Hurley2015-02-021-14/+3
* tty: Prevent untrappable signals from malicious programPeter Hurley2015-02-021-0/+3
* pty, n_tty: Simplify input processing on final closePeter Hurley2014-11-051-0/+1
* pty: Don't drop pty master tty lock to hangup slavePeter Hurley2014-11-051-2/+0
* tty: Preset lock subclass for nested tty locksPeter Hurley2014-11-051-0/+2
* pty: Always return -EIO if slave BSD pty opened firstPeter Hurley2014-11-051-2/+5
* pty: Hold ctrl_lock for packet mode updatesPeter Hurley2014-11-051-0/+2
* pty: Fix packet mode setting racePeter Hurley2014-11-051-1/+2
* pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley2014-11-051-4/+4
* tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley2014-11-051-6/+4
* pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley2014-11-051-4/+2
* tty: Move pty-specific set_termios() handling to pty driverPeter Hurley2014-11-051-0/+28
* tty: WARN for attempted set_termios() of pty masterPeter Hurley2014-11-051-2/+0
* tty: Replace open-coded tty_get_pgrp()Peter Hurley2014-11-051-18/+6
* tty: Move packet mode flow control notifications to pty driverPeter Hurley2014-09-231-0/+41
* drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes2014-07-121-1/+1
* drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2014-07-111-10/+9
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-241-2/+2
* tty: Remove extra wakeup from pty write() pathPeter Hurley2013-07-241-3/+1
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-231-7/+3
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-231-2/+2
* tty: Fix transient pty write() EIOPeter Hurley2013-06-171-8/+5
* tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-011-0/+3
* TTY: pty, fix compilation warningJiri Slaby2013-04-151-6/+6
* pty: Remove redundant itty resetPeter Hurley2013-03-151-1/+0
* pty: Ignore slave open count for master pty openPeter Hurley2013-02-041-1/+1
* pty: Ignore slave pty close() if never successfully openedPeter Hurley2013-02-041-0/+6
* pty: Fix BUG()s when ptmx_open() errors outPeter Hurley2013-02-041-3/+4
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-0/+2
|\
| * pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby2013-01-171-0/+2
* | TTY: do not reset master's packet modeJiri Slaby2013-01-151-1/+0
* | tty: cleanup checkpatch warning in pty.cCong Ding2013-01-151-3/+3
* | tty: cleanup the panic messageCong Ding2013-01-151-1/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
|/
* pty: Mark pty_resize staticJosh Triplett2012-11-211-1/+1
* TTY: pty, fix tty buffers leakJiri Slaby2012-11-151-1/+1
* tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2012-10-251-0/+21
* tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov2012-10-251-0/+26
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-1/+1
* TTY: add port -> tty linkJiri Slaby2012-10-221-0/+2
* TTY: move devpts kill to ptyJiri Slaby2012-10-221-0/+9
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-221-5/+5
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-221-2/+5
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-221-1/+1
* pty: Fix locking bug on error pathAlan Cox2012-09-211-1/+1