Age | Commit message (Expand) | Author | Files | Lines |
2015-10-04 | drivers/tty: make pty.c slightly more explicitly non-modular | Paul Gortmaker | 1 | -2/+5 |
2015-07-24 | 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-06 | pty, n_tty: Simplify input processing on final close | Peter Hurley | 1 | -0/+1 |
2014-11-06 | pty: Don't drop pty master tty lock to hangup slave | Peter Hurley | 1 | -2/+0 |
2014-11-06 | tty: Preset lock subclass for nested tty locks | Peter Hurley | 1 | -0/+2 |
2014-11-06 | pty: Always return -EIO if slave BSD pty opened first | Peter Hurley | 1 | -2/+5 |
2014-11-06 | pty: Hold ctrl_lock for packet mode updates | Peter Hurley | 1 | -0/+2 |
2014-11-06 | pty: Fix packet mode setting race | Peter Hurley | 1 | -1/+2 |
2014-11-06 | pty: Don't claim slave's ctrl_lock for master's packet mode | Peter Hurley | 1 | -4/+4 |
2014-11-06 | tty: Use spin_lock_irq() for ctrl_lock when interrupts enabled | Peter Hurley | 1 | -6/+4 |
2014-11-06 | pty: Use spin_lock_irq() for pty_set_termios() | Peter Hurley | 1 | -4/+2 |
2014-11-06 | tty: Move pty-specific set_termios() handling to pty driver | Peter Hurley | 1 | -0/+28 |
2014-11-06 | tty: WARN for attempted set_termios() of pty master | Peter Hurley | 1 | -2/+0 |
2014-11-06 | tty: Replace open-coded tty_get_pgrp() | Peter Hurley | 1 | -18/+6 |
2014-09-24 | tty: Move packet mode flow control notifications to pty driver | Peter Hurley | 1 | -0/+41 |
2014-07-13 | drivers: tty: Fix use-after-free in pty_common_install | Rasmus Villemoes | 1 | -1/+1 |
2014-07-12 | drivers: tty: Merge alloc_tty_struct and initialize_tty_struct | Rasmus Villemoes | 1 | -10/+9 |
2013-07-25 | 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-24 | tty: Track flip buffer memory limit atomically | Peter Hurley | 1 | -7/+3 |
2013-07-24 | 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-16 | pty: Remove redundant itty reset | Peter Hurley | 1 | -1/+0 |
2013-02-05 | pty: Ignore slave open count for master pty open | Peter Hurley | 1 | -1/+1 |
2013-02-05 | pty: Ignore slave pty close() if never successfully opened | Peter Hurley | 1 | -0/+6 |
2013-02-05 | pty: Fix BUG()s when ptmx_open() errors out | Peter Hurley | 1 | -3/+4 |
2013-01-26 | Merge 3.8-rc5 into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |
2013-01-18 | pty: return EINVAL for TIOCGPTN for BSD ptys | Jiri Slaby | 1 | -0/+2 |
2013-01-16 | TTY: do not reset master's packet mode | Jiri Slaby | 1 | -1/+0 |
2013-01-16 | tty: cleanup checkpatch warning in pty.c | Cong Ding | 1 | -3/+3 |
2013-01-16 | tty: cleanup the panic message | Cong Ding | 1 | -1/+1 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -1/+1 |
2013-01-16 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -1/+1 |
2012-11-22 | pty: Mark pty_resize static | Josh Triplett | 1 | -1/+1 |
2012-11-16 | 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-23 | TTY: move tty buffers to tty_port | Jiri Slaby | 1 | -1/+1 |
2012-10-23 | TTY: add port -> tty link | Jiri Slaby | 1 | -0/+2 |
2012-10-23 | TTY: move devpts kill to pty | Jiri Slaby | 1 | -0/+9 |
2012-10-23 | TTY: devpts, do not set driver_data | Jiri Slaby | 1 | -5/+5 |
2012-10-23 | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 1 | -2/+5 |
2012-10-23 | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 1 | -1/+1 |