| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | Merge tag 'tty-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -58/+45 |
| 14 days | tty: convert ptm_open_peer() to FD_ADD() | Christian Brauner | 1 | -33/+18 |
| 2025-11-21 | tty: pty: use guard()s | Jiri Slaby (SUSE) | 1 | -58/+45 |
| 2025-02-07 | fsnotify: use accessor to set FMODE_NONOTIFY_* | Amir Goldstein | 1 | -1/+1 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-04-03 | tty: make tty_class a static const structure | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+1 |
| 2022-07-08 | tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() | Jiri Slaby | 1 | -12/+2 |
| 2021-05-20 | tty: pty: correct function name pty_resize() | Yang Yingliang | 1 | -1/+1 |
| 2021-05-20 | tty: pty: remove redundant initialization of variable fd | Colin Ian King | 1 | -1/+1 |
| 2021-05-13 | tty: remove tty_operations::chars_in_buffer for non-buffering | Jiri Slaby | 1 | -17/+0 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: cumulate and document tty_struct::ctrl* members | Jiri Slaby | 1 | -31/+31 |
| 2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 1 | -2/+2 |
| 2021-04-15 | tty: create internal tty.h file | Greg Kroah-Hartman | 1 | -0/+1 |
| 2021-04-02 | tty: pty: Add a blank line after declarations | Xiaofei Tan | 1 | -0/+4 |
| 2021-03-10 | Revert "drivers:tty:pty: Fix a race causing data loss on close" | Greg Kroah-Hartman | 1 | -13/+2 |
| 2021-01-07 | drivers:tty:pty: Fix a race causing data loss on close | Corey Minyard | 1 | -2/+13 |
| 2021-01-07 | tty: pty, remove BUG_ON from pty_close | Jiri Slaby | 1 | -1/+0 |
| 2020-11-06 | tty: pty: Provide descriptions for the 'file' parameters | Lee Jones | 1 | -0/+2 |
| 2020-09-04 | pty: do tty_flip_buffer_push without port->lock in pty_write | Artem Savkov | 1 | -1/+1 |
| 2020-08-18 | tty: fix kernel-doc | Jiri Slaby | 1 | -1/+1 |
| 2018-10-13 | pty: fix compat ioctls | Al Viro | 1 | -2/+12 |
| 2018-07-21 | pty: fix O_CLOEXEC for TIOCGPTPEER | Matthijs van Duin | 1 | -1/+1 |
| 2018-05-14 | tty: Fix data race in tty_insert_flip_string_fixed_flag | DaeRyong Jeong | 1 | -0/+3 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-05 | Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+7 |
| 2017-08-28 | pty: show associative slave of ptmx in fdinfo | Masatake YAMATO | 1 | -1/+7 |
| 2017-08-24 | pty: Repair TIOCGPTPEER | Eric W. Biederman | 1 | -37/+27 |
| 2017-08-23 | Revert "pty: fix the cached path of the pty slave file descriptor in the master" | Linus Torvalds | 1 | -5/+2 |
| 2017-08-17 | pty: fix the cached path of the pty slave file descriptor in the master | Linus Torvalds | 1 | -2/+5 |
| 2017-07-17 | tty: hide unused pty_get_peer function | Arnd Bergmann | 1 | -43/+42 |
| 2017-06-09 | tty: add TIOCGPTPEER ioctl | Aleksa Sarai | 1 | -4/+67 |
| 2017-06-09 | tty: add compat_ioctl callbacks | Aleksa Sarai | 1 | -0/+22 |
| 2017-03-17 | tty: pty: Fix ldisc flush after userspace become aware of the data already | Wang YanQing | 1 | -6/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
| 2016-09-15 | pty: make ptmx file ops read-only after init | Kees Cook | 1 | -1/+1 |
| 2016-06-26 | devpts: fix null pointer dereference on failed memory allocation | Colin Ian King | 1 | -2/+5 |
| 2016-06-05 | devpts: Make each mount of devpts an independent filesystem. | Eric W. Biederman | 1 | -7/+8 |
| 2016-05-09 | Merge 4.6-rc7 into tty-next | Greg Kroah-Hartman | 1 | -10/+8 |
| 2016-05-01 | Fix OpenSSH pty regression on close | Brian Bloniarz | 1 | -3/+1 |
| 2016-04-30 | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 1 | -1/+1 |
| 2016-04-26 | devpts: more pty driver interface cleanups | Linus Torvalds | 1 | -10/+8 |
| 2016-04-18 | devpts: clean up interface to pty drivers | Linus Torvalds | 1 | -33/+30 |
| 2016-02-14 | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 1 | -1/+20 |
| 2016-02-06 | pty: make sure super_block is still valid in final /dev/tty close | Herton R. Krzesinski | 1 | -3/+6 |
| 2016-02-06 | pty: fix possible use after free of tty->driver_data | Herton R. Krzesinski | 1 | -1/+17 |
| 2016-01-28 | tty: Use termios c_*flag macros | Peter Hurley | 1 | -2/+1 |
| 2016-01-27 | pty: Remove pty_unix98_shutdown() | Peter Hurley | 1 | -10/+1 |
| 2016-01-27 | tty: Fix tty_init_termios() declaration | Peter Hurley | 1 | -12/+3 |
| 2016-01-27 | tty: Fix ldisc leak in failed tty_init_dev() | Peter Hurley | 1 | -3/+2 |
| 2015-12-13 | tty: Remove __func__ from tty_debug() macro | Peter Hurley | 1 | -1/+1 |
| 2015-10-04 | drivers/tty: make pty.c slightly more explicitly non-modular | Paul Gortmaker | 1 | -2/+5 |
| 2015-07-23 | pty: Add debug message for ptmx open | Peter Hurley | 1 | -0/+8 |
| 2015-05-10 | pty: Fix input race when closing | Peter Hurley | 1 | -2/+3 |
| 2015-02-02 | n_tty: Fix signal handling flushes | Peter Hurley | 1 | -0/+1 |
| 2015-02-02 | pty: Fix buffer flush deadlock | Peter Hurley | 1 | -1/+9 |
| 2015-02-02 | pty: Fix overlimit memory use | Peter Hurley | 1 | -14/+3 |
| 2015-02-02 | tty: Prevent untrappable signals from malicious program | Peter Hurley | 1 | -0/+3 |
| 2014-11-05 | pty, n_tty: Simplify input processing on final close | Peter Hurley | 1 | -0/+1 |
| 2014-11-05 | pty: Don't drop pty master tty lock to hangup slave | Peter Hurley | 1 | -2/+0 |
| 2014-11-05 | tty: Preset lock subclass for nested tty locks | Peter Hurley | 1 | -0/+2 |
| 2014-11-05 | pty: Always return -EIO if slave BSD pty opened first | Peter Hurley | 1 | -2/+5 |
| 2014-11-05 | pty: Hold ctrl_lock for packet mode updates | Peter Hurley | 1 | -0/+2 |
| 2014-11-05 | pty: Fix packet mode setting race | Peter Hurley | 1 | -1/+2 |
| 2014-11-05 | pty: Don't claim slave's ctrl_lock for master's packet mode | Peter Hurley | 1 | -4/+4 |
| 2014-11-05 | tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled | Peter Hurley | 1 | -6/+4 |
| 2014-11-05 | pty: Use spin_lock_irq() for pty_set_termios() | Peter Hurley | 1 | -4/+2 |
| 2014-11-05 | tty: Move pty-specific set_termios() handling to pty driver | Peter Hurley | 1 | -0/+28 |
| 2014-11-05 | tty: WARN for attempted set_termios() of pty master | Peter Hurley | 1 | -2/+0 |
| 2014-11-05 | tty: Replace open-coded tty_get_pgrp() | Peter Hurley | 1 | -18/+6 |
| 2014-09-23 | tty: Move packet mode flow control notifications to pty driver | Peter Hurley | 1 | -0/+41 |
| 2014-07-12 | drivers: tty: Fix use-after-free in pty_common_install | Rasmus Villemoes | 1 | -1/+1 |
| 2014-07-11 | drivers: tty: Merge alloc_tty_struct and initialize_tty_struct | Rasmus Villemoes | 1 | -10/+9 |
| 2013-07-24 | tty: Fix lock order in tty_do_resize() | Peter Hurley | 1 | -2/+2 |
| 2013-07-24 | tty: Remove extra wakeup from pty write() path | Peter Hurley | 1 | -3/+1 |
| 2013-07-23 | tty: Track flip buffer memory limit atomically | Peter Hurley | 1 | -7/+3 |
| 2013-07-23 | tty: Convert termios_mutex to termios_rwsem | Peter Hurley | 1 | -2/+2 |
| 2013-06-17 | tty: Fix transient pty write() EIO | Peter Hurley | 1 | -8/+5 |
| 2013-05-01 | tty: fix up atime/mtime mess, take three | Linus Torvalds | 1 | -0/+3 |
| 2013-04-15 | TTY: pty, fix compilation warning | Jiri Slaby | 1 | -6/+6 |
| 2013-03-15 | pty: Remove redundant itty reset | Peter Hurley | 1 | -1/+0 |
| 2013-02-04 | pty: Ignore slave open count for master pty open | Peter Hurley | 1 | -1/+1 |
| 2013-02-04 | pty: Ignore slave pty close() if never successfully opened | Peter Hurley | 1 | -0/+6 |
| 2013-02-04 | pty: Fix BUG()s when ptmx_open() errors out | Peter Hurley | 1 | -3/+4 |
| 2013-01-25 | Merge 3.8-rc5 into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |
| 2013-01-17 | pty: return EINVAL for TIOCGPTN for BSD ptys | Jiri Slaby | 1 | -0/+2 |
| 2013-01-15 | TTY: do not reset master's packet mode | Jiri Slaby | 1 | -1/+0 |
| 2013-01-15 | tty: cleanup checkpatch warning in pty.c | Cong Ding | 1 | -3/+3 |
| 2013-01-15 | tty: cleanup the panic message | Cong Ding | 1 | -1/+1 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -1/+1 |
| 2013-01-15 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -1/+1 |
| 2012-11-21 | pty: Mark pty_resize static | Josh Triplett | 1 | -1/+1 |
| 2012-11-15 | TTY: pty, fix tty buffers leak | Jiri Slaby | 1 | -1/+1 |
| 2012-10-25 | tty: Add get- ioctls to fetch tty status v3 | Cyrill Gorcunov | 1 | -0/+21 |
| 2012-10-25 | tty: pty - Move TIOCPKT handling into pty.c | Cyrill Gorcunov | 1 | -0/+26 |
| 2012-10-22 | TTY: move tty buffers to tty_port | Jiri Slaby | 1 | -1/+1 |
| 2012-10-22 | TTY: add port -> tty link | Jiri Slaby | 1 | -0/+2 |
| 2012-10-22 | TTY: move devpts kill to pty | Jiri Slaby | 1 | -0/+9 |
| 2012-10-22 | TTY: devpts, do not set driver_data | Jiri Slaby | 1 | -5/+5 |
| 2012-10-22 | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 1 | -2/+5 |
| 2012-10-22 | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 1 | -1/+1 |
| 2012-09-21 | pty: Fix locking bug on error path | Alan Cox | 1 | -1/+1 |
| 2012-08-16 | TTY: tty_alloc_driver() returns error pointers | Dan Carpenter | 1 | -4/+4 |
| 2012-08-13 | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 1 | -11/+20 |
| 2012-08-10 | TTY: pty, stop passing NULL to free_tty_struct | Jiri Slaby | 1 | -1/+4 |
| 2012-08-10 | tty: localise the lock | Alan Cox | 1 | -11/+14 |
| 2012-07-27 | tty: Fix race in tty release | Alan Cox | 1 | -2/+23 |
| 2012-07-17 | tty: Move the handling of the tty release logic | Alan Cox | 1 | -10/+2 |
| 2012-07-16 | tty: move the termios object into the tty | Alan Cox | 1 | -17/+6 |
| 2012-07-16 | tty: revert incorrectly applied lock patch | Alan Cox | 1 | -12/+11 |
| 2012-07-12 | tty: double unlock on error in ptmx_open() | Dan Carpenter | 1 | -3/+1 |
| 2012-07-06 | tty: localise the lock | Alan Cox | 1 | -11/+14 |
| 2012-06-13 | PTY: add tty_port | Jiri Slaby | 1 | -4/+21 |
| 2012-06-13 | PTY: merge pty_install implementations | Jiri Slaby | 1 | -65/+45 |
| 2012-06-13 | PTY: remove one empty ops->remove | Jiri Slaby | 1 | -7/+3 |
| 2012-06-02 | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 1 | -14/+11 |
| 2012-05-29 | pty: Fix lock inversion | Alan Cox | 1 | -2/+0 |
| 2012-05-09 | tty: drop the pty lock during hangup | Alan Cox | 1 | -0/+2 |
| 2012-05-04 | tty_lock: Localise the lock | Alan Cox | 1 | -10/+13 |
| 2012-05-04 | pty: Lock the devpts bits privately | Alan Cox | 1 | -4/+15 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -4/+0 |
| 2012-02-24 | Revert "TTY: pty, remove superfluous ptm test" | Greg Kroah-Hartman | 1 | -1/+4 |
| 2012-02-24 | Revert "TTY: get rid of BTM around devpts_*" | Greg Kroah-Hartman | 1 | -2/+4 |
| 2012-02-02 | TTY: get rid of BTM around devpts_* | Jiri Slaby | 1 | -4/+2 |
| 2012-02-02 | TTY: pty, remove superfluous ptm test | Jiri Slaby | 1 | -4/+1 |
| 2012-01-24 | tty: move pty count limiting into devpts | Konstantin Khlebnikov | 1 | -51/+0 |
| 2012-01-24 | tty: cleanup prohibition of direct opening for unix98 pty master | Konstantin Khlebnikov | 1 | -5/+3 |
| 2011-11-17 | TTY: pty, cleanup the pty counting | Jiri Slaby | 1 | -17/+9 |
| 2011-10-26 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -10/+16 |
| 2011-10-18 | TTY: pty, release tty in all ptmx_open fail paths | Jiri Slaby | 1 | -5/+5 |
| 2011-10-18 | TTY: make tty_add_file non-failing | Jiri Slaby | 1 | -5/+11 |
| 2011-08-23 | TTY: pty, fix pty counting | Jiri Slaby | 1 | -2/+15 |
| 2011-04-19 | tty: remove invalid location line in file header | Jovi Zhang | 1 | -2/+0 |
| 2011-04-19 | TTY: plug in deinitialize_tty_struct | Jiri Slaby | 1 | -2/+4 |
| 2011-04-19 | TTY: unify pty_unix98_install fail path handling | Jiri Slaby | 1 | -6/+6 |
| 2011-04-19 | TTY: unify pty_install fail path handling | Jiri Slaby | 1 | -9/+10 |
| 2011-03-16 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -1/+0 |
| 2011-03-02 | drivers: remove extraneous includes of smp_lock.h | Arnd Bergmann | 1 | -1/+0 |
| 2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -2/+2 |
| 2010-11-05 | TTY: create drivers/tty and move the tty core files there | Greg Kroah-Hartman | 1 | -0/+777 |