aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13pty: fix compat ioctlsAl Viro1-2/+12
2018-07-21pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin1-1/+1
2018-05-14tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+7
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO1-1/+7
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman1-37/+27
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds1-5/+2
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-2/+5
2017-07-17tty: hide unused pty_get_peer functionArnd Bergmann1-43/+42
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai1-4/+67
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai1-0/+22
2017-03-17tty: pty: Fix ldisc flush after userspace become aware of the data alreadyWang YanQing1-6/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-09-15pty: make ptmx file ops read-only after initKees Cook1-1/+1
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King1-2/+5
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman1-7/+8
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman1-10/+8
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz1-3/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-1/+1
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-10/+8
2016-04-18devpts: clean up interface to pty driversLinus Torvalds1-33/+30
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-1/+20
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-06pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+1
2016-01-27pty: Remove pty_unix98_shutdown()Peter Hurley1-10/+1
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley1-12/+3
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley1-3/+2
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley1-1/+1
2015-10-04drivers/tty: make pty.c slightly more explicitly non-modularPaul Gortmaker1-2/+5
2015-07-23pty: Add debug message for ptmx openPeter Hurley1-0/+8
2015-05-10pty: Fix input race when closingPeter Hurley1-2/+3
2015-02-02n_tty: Fix signal handling flushesPeter Hurley1-0/+1
2015-02-02pty: Fix buffer flush deadlockPeter Hurley1-1/+9
2015-02-02pty: Fix overlimit memory usePeter Hurley1-14/+3
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley1-0/+1
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley1-2/+0
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley1-0/+2
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley1-2/+5
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley1-0/+2
2014-11-05pty: Fix packet mode setting racePeter Hurley1-1/+2
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley1-4/+4
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley1-6/+4
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley1-4/+2
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley1-0/+28
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley1-2/+0
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley1-18/+6