summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* pty: fix compat ioctlsAl Viro2018-10-131-2/+12
* pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin2018-07-211-1/+1
* tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong2018-05-141-0/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-09-051-1/+7
|\
| * pty: show associative slave of ptmx in fdinfoMasatake YAMATO2017-08-281-1/+7
* | pty: Repair TIOCGPTPEEREric W. Biederman2017-08-241-37/+27Star
* | Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-241-5/+2Star
* | pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds2017-08-171-2/+5
|/
* tty: hide unused pty_get_peer functionArnd Bergmann2017-07-171-43/+42Star
* tty: add TIOCGPTPEER ioctlAleksa Sarai2017-06-091-4/+67
* tty: add compat_ioctl callbacksAleksa Sarai2017-06-091-0/+22
* tty: pty: Fix ldisc flush after userspace become aware of the data alreadyWang YanQing2017-03-171-6/+1Star
* 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/+8Star
|\
| * devpts: more pty driver interface cleanupsLinus Torvalds2016-04-271-10/+8Star
* | Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-3/+1Star
* | 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/+30Star
* 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-071-3/+6
| * pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-02-071-1/+17
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+1Star
* | pty: Remove pty_unix98_shutdown()Peter Hurley2016-01-271-10/+1Star
* | tty: Fix tty_init_termios() declarationPeter Hurley2016-01-271-12/+3Star
* | tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley2016-01-271-3/+2Star
|/
* tty: Remove __func__ from tty_debug() macroPeter Hurley2015-12-141-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-241-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/+3Star
* tty: Prevent untrappable signals from malicious programPeter Hurley2015-02-021-0/+3
* pty, n_tty: Simplify input processing on final closePeter Hurley2014-11-061-0/+1
* pty: Don't drop pty master tty lock to hangup slavePeter Hurley2014-11-061-2/+0Star
* tty: Preset lock subclass for nested tty locksPeter Hurley2014-11-061-0/+2
* pty: Always return -EIO if slave BSD pty opened firstPeter Hurley2014-11-061-2/+5
* pty: Hold ctrl_lock for packet mode updatesPeter Hurley2014-11-061-0/+2
* pty: Fix packet mode setting racePeter Hurley2014-11-061-1/+2
* pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley2014-11-061-4/+4
* tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley2014-11-061-6/+4Star
* pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley2014-11-061-4/+2Star
* tty: Move pty-specific set_termios() handling to pty driverPeter Hurley2014-11-061-0/+28
* tty: WARN for attempted set_termios() of pty masterPeter Hurley2014-11-061-2/+0Star
* tty: Replace open-coded tty_get_pgrp()Peter Hurley2014-11-061-18/+6Star