summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* pty: make ptmx file ops read-only after initKees Cook2016-09-151-1/+1
* devpts: fix null pointer dereference on failed memory allocationColin Ian King2016-06-261-2/+5
* devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2016-06-051-7/+8
* Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-091-10/+8
|\
| * devpts: more pty driver interface cleanupsLinus Torvalds2016-04-261-10/+8
* | Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-3/+1
* | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
|/
* devpts: clean up interface to pty driversLinus Torvalds2016-04-181-33/+30
* Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-141-1/+20
|\
| * pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-061-3/+6
| * pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-02-061-1/+17
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+1
* | pty: Remove pty_unix98_shutdown()Peter Hurley2016-01-271-10/+1
* | tty: Fix tty_init_termios() declarationPeter Hurley2016-01-271-12/+3
* | tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley2016-01-271-3/+2
|/
* tty: Remove __func__ from tty_debug() macroPeter Hurley2015-12-131-1/+1
* drivers/tty: make pty.c slightly more explicitly non-modularPaul Gortmaker2015-10-041-2/+5
* 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