aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
AgeCommit message (Expand)Author
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2020-10-29pty: do tty_flip_buffer_push without port->lock in pty_writeArtem Savkov
2019-12-01pty: fix compat ioctlsAl Viro
2018-07-21pty: fix O_CLOEXEC for TIOCGPTPEERMatthijs van Duin
2018-05-14tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-08-28pty: show associative slave of ptmx in fdinfoMasatake YAMATO
2017-08-24pty: Repair TIOCGPTPEEREric W. Biederman
2017-08-23Revert "pty: fix the cached path of the pty slave file descriptor in the master"Linus Torvalds
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds
2017-07-17tty: hide unused pty_get_peer functionArnd Bergmann
2017-06-09tty: add TIOCGPTPEER ioctlAleksa Sarai
2017-06-09tty: add compat_ioctl callbacksAleksa Sarai
2017-03-17tty: pty: Fix ldisc flush after userspace become aware of the data alreadyWang YanQing
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-09-15pty: make ptmx file ops read-only after initKees Cook
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds
2016-04-18devpts: clean up interface to pty driversLinus Torvalds
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski
2016-02-06pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2016-01-27pty: Remove pty_unix98_shutdown()Peter Hurley
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley
2015-10-04drivers/tty: make pty.c slightly more explicitly non-modularPaul Gortmaker
2015-07-23pty: Add debug message for ptmx openPeter Hurley
2015-05-10pty: Fix input race when closingPeter Hurley
2015-02-02n_tty: Fix signal handling flushesPeter Hurley
2015-02-02pty: Fix buffer flush deadlockPeter Hurley
2015-02-02pty: Fix overlimit memory usePeter Hurley
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley
2014-11-05pty: Fix packet mode setting racePeter Hurley
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley