summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: pty: correct function name pty_resize()Yang Yingliang2021-05-201-1/+1
* tty: pty: remove redundant initialization of variable fdColin Ian King2021-05-201-1/+1
* tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby2021-05-131-17/+0
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: cumulate and document tty_struct::ctrl* membersJiri Slaby2021-05-131-31/+31
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-2/+2
* tty: create internal tty.h fileGreg Kroah-Hartman2021-04-151-0/+1
* tty: pty: Add a blank line after declarationsXiaofei Tan2021-04-021-0/+4
* Revert "drivers:tty:pty: Fix a race causing data loss on close"Greg Kroah-Hartman2021-03-101-13/+2
* drivers:tty:pty: Fix a race causing data loss on closeCorey Minyard2021-01-071-2/+13
* tty: pty, remove BUG_ON from pty_closeJiri Slaby2021-01-071-1/+0
* tty: pty: Provide descriptions for the 'file' parametersLee Jones2020-11-061-0/+2
* pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov2020-09-041-1/+1
* tty: fix kernel-docJiri Slaby2020-08-181-1/+1
* 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/+27
* | Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds2017-08-231-5/+2
* | 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/+42
* 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/+1
* 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