Age | Commit message (Expand) | Author | Files | Lines |
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 |