| Commit message (Expand) | Author | Age | Files | Lines |
* | tty: add TIOCGPTPEER ioctl | Aleksa Sarai | 2017-06-09 | 1 | -4/+67 |
* | tty: add compat_ioctl callbacks | Aleksa Sarai | 2017-06-09 | 1 | -0/+22 |
* | tty: pty: Fix ldisc flush after userspace become aware of the data already | Wang YanQing | 2017-03-17 | 1 | -6/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | pty: make ptmx file ops read-only after init | Kees Cook | 2016-09-15 | 1 | -1/+1 |
* | devpts: fix null pointer dereference on failed memory allocation | Colin Ian King | 2016-06-26 | 1 | -2/+5 |
* | devpts: Make each mount of devpts an independent filesystem. | Eric W. Biederman | 2016-06-05 | 1 | -7/+8 |
* | Merge 4.6-rc7 into tty-next | Greg Kroah-Hartman | 2016-05-09 | 1 | -10/+8 |
|\ |
|
| * | devpts: more pty driver interface cleanups | Linus Torvalds | 2016-04-26 | 1 | -10/+8 |
* | | Fix OpenSSH pty regression on close | Brian Bloniarz | 2016-05-01 | 1 | -3/+1 |
* | | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 2016-04-30 | 1 | -1/+1 |
|/ |
|
* | devpts: clean up interface to pty drivers | Linus Torvalds | 2016-04-18 | 1 | -33/+30 |
* | Merge 4.5-rc4 into tty-next | Greg Kroah-Hartman | 2016-02-14 | 1 | -1/+20 |
|\ |
|
| * | pty: make sure super_block is still valid in final /dev/tty close | Herton R. Krzesinski | 2016-02-06 | 1 | -3/+6 |
| * | pty: fix possible use after free of tty->driver_data | Herton R. Krzesinski | 2016-02-06 | 1 | -1/+17 |
* | | tty: Use termios c_*flag macros | Peter Hurley | 2016-01-28 | 1 | -2/+1 |
* | | pty: Remove pty_unix98_shutdown() | Peter Hurley | 2016-01-27 | 1 | -10/+1 |
* | | tty: Fix tty_init_termios() declaration | Peter Hurley | 2016-01-27 | 1 | -12/+3 |
* | | tty: Fix ldisc leak in failed tty_init_dev() | Peter Hurley | 2016-01-27 | 1 | -3/+2 |
|/ |
|
* | tty: Remove __func__ from tty_debug() macro | Peter Hurley | 2015-12-13 | 1 | -1/+1 |
* | drivers/tty: make pty.c slightly more explicitly non-modular | Paul Gortmaker | 2015-10-04 | 1 | -2/+5 |
* | pty: Add debug message for ptmx open | Peter Hurley | 2015-07-23 | 1 | -0/+8 |
* | pty: Fix input race when closing | Peter Hurley | 2015-05-10 | 1 | -2/+3 |
* | n_tty: Fix signal handling flushes | Peter Hurley | 2015-02-02 | 1 | -0/+1 |
* | pty: Fix buffer flush deadlock | Peter Hurley | 2015-02-02 | 1 | -1/+9 |
* | pty: Fix overlimit memory use | Peter Hurley | 2015-02-02 | 1 | -14/+3 |
* | tty: Prevent untrappable signals from malicious program | Peter Hurley | 2015-02-02 | 1 | -0/+3 |
* | pty, n_tty: Simplify input processing on final close | Peter Hurley | 2014-11-05 | 1 | -0/+1 |
* | pty: Don't drop pty master tty lock to hangup slave | Peter Hurley | 2014-11-05 | 1 | -2/+0 |
* | tty: Preset lock subclass for nested tty locks | Peter Hurley | 2014-11-05 | 1 | -0/+2 |
* | pty: Always return -EIO if slave BSD pty opened first | Peter Hurley | 2014-11-05 | 1 | -2/+5 |
* | pty: Hold ctrl_lock for packet mode updates | Peter Hurley | 2014-11-05 | 1 | -0/+2 |
* | pty: Fix packet mode setting race | Peter Hurley | 2014-11-05 | 1 | -1/+2 |
* | pty: Don't claim slave's ctrl_lock for master's packet mode | Peter Hurley | 2014-11-05 | 1 | -4/+4 |
* | tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled | Peter Hurley | 2014-11-05 | 1 | -6/+4 |
* | pty: Use spin_lock_irq() for pty_set_termios() | Peter Hurley | 2014-11-05 | 1 | -4/+2 |
* | tty: Move pty-specific set_termios() handling to pty driver | Peter Hurley | 2014-11-05 | 1 | -0/+28 |
* | tty: WARN for attempted set_termios() of pty master | Peter Hurley | 2014-11-05 | 1 | -2/+0 |
* | tty: Replace open-coded tty_get_pgrp() | Peter Hurley | 2014-11-05 | 1 | -18/+6 |
* | tty: Move packet mode flow control notifications to pty driver | Peter Hurley | 2014-09-23 | 1 | -0/+41 |
* | drivers: tty: Fix use-after-free in pty_common_install | Rasmus Villemoes | 2014-07-12 | 1 | -1/+1 |
* | drivers: tty: Merge alloc_tty_struct and initialize_tty_struct | Rasmus Villemoes | 2014-07-11 | 1 | -10/+9 |
* | tty: Fix lock order in tty_do_resize() | Peter Hurley | 2013-07-24 | 1 | -2/+2 |
* | tty: Remove extra wakeup from pty write() path | Peter Hurley | 2013-07-24 | 1 | -3/+1 |
* | tty: Track flip buffer memory limit atomically | Peter Hurley | 2013-07-23 | 1 | -7/+3 |
* | tty: Convert termios_mutex to termios_rwsem | Peter Hurley | 2013-07-23 | 1 | -2/+2 |
* | tty: Fix transient pty write() EIO | Peter Hurley | 2013-06-17 | 1 | -8/+5 |
* | tty: fix up atime/mtime mess, take three | Linus Torvalds | 2013-05-01 | 1 | -0/+3 |
* | TTY: pty, fix compilation warning | Jiri Slaby | 2013-04-15 | 1 | -6/+6 |
* | pty: Remove redundant itty reset | Peter Hurley | 2013-03-15 | 1 | -1/+0 |