| Commit message (Expand) | Author | Age | Files | Lines |
* | pty: Mark pty_resize static | Josh Triplett | 2012-11-21 | 1 | -1/+1 |
* | TTY: pty, fix tty buffers leak | Jiri Slaby | 2012-11-15 | 1 | -1/+1 |
* | tty: Add get- ioctls to fetch tty status v3 | Cyrill Gorcunov | 2012-10-25 | 1 | -0/+21 |
* | tty: pty - Move TIOCPKT handling into pty.c | Cyrill Gorcunov | 2012-10-25 | 1 | -0/+26 |
* | TTY: move tty buffers to tty_port | Jiri Slaby | 2012-10-22 | 1 | -1/+1 |
* | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 | 1 | -0/+2 |
* | TTY: move devpts kill to pty | Jiri Slaby | 2012-10-22 | 1 | -0/+9 |
* | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 | 1 | -5/+5 |
* | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 | 1 | -2/+5 |
* | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 | 1 | -1/+1 |
* | pty: Fix locking bug on error path | Alan Cox | 2012-09-21 | 1 | -1/+1 |
* | TTY: tty_alloc_driver() returns error pointers | Dan Carpenter | 2012-08-16 | 1 | -4/+4 |
* | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 2012-08-13 | 1 | -11/+20 |
* | TTY: pty, stop passing NULL to free_tty_struct | Jiri Slaby | 2012-08-10 | 1 | -1/+4 |
* | tty: localise the lock | Alan Cox | 2012-08-10 | 1 | -11/+14 |
* | tty: Fix race in tty release | Alan Cox | 2012-07-27 | 1 | -2/+23 |
* | tty: Move the handling of the tty release logic | Alan Cox | 2012-07-17 | 1 | -10/+2 |
* | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -17/+6 |
* | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 | 1 | -12/+11 |
* | tty: double unlock on error in ptmx_open() | Dan Carpenter | 2012-07-12 | 1 | -3/+1 |
* | tty: localise the lock | Alan Cox | 2012-07-06 | 1 | -11/+14 |
* | PTY: add tty_port | Jiri Slaby | 2012-06-13 | 1 | -4/+21 |
* | PTY: merge pty_install implementations | Jiri Slaby | 2012-06-13 | 1 | -65/+45 |
* | PTY: remove one empty ops->remove | Jiri Slaby | 2012-06-13 | 1 | -7/+3 |
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 | 1 | -14/+11 |
* | pty: Fix lock inversion | Alan Cox | 2012-05-29 | 1 | -2/+0 |
* | tty: drop the pty lock during hangup | Alan Cox | 2012-05-09 | 1 | -0/+2 |
* | tty_lock: Localise the lock | Alan Cox | 2012-05-04 | 1 | -10/+13 |
* | pty: Lock the devpts bits privately | Alan Cox | 2012-05-04 | 1 | -4/+15 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 2012-03-08 | 1 | -4/+0 |
* | Revert "TTY: pty, remove superfluous ptm test" | Greg Kroah-Hartman | 2012-02-24 | 1 | -1/+4 |
* | Revert "TTY: get rid of BTM around devpts_*" | Greg Kroah-Hartman | 2012-02-24 | 1 | -2/+4 |
* | TTY: get rid of BTM around devpts_* | Jiri Slaby | 2012-02-02 | 1 | -4/+2 |
* | TTY: pty, remove superfluous ptm test | Jiri Slaby | 2012-02-02 | 1 | -4/+1 |
* | tty: move pty count limiting into devpts | Konstantin Khlebnikov | 2012-01-24 | 1 | -51/+0 |
* | tty: cleanup prohibition of direct opening for unix98 pty master | Konstantin Khlebnikov | 2012-01-24 | 1 | -5/+3 |
* | TTY: pty, cleanup the pty counting | Jiri Slaby | 2011-11-17 | 1 | -17/+9 |
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-10-26 | 1 | -10/+16 |
|\ |
|
| * | TTY: pty, release tty in all ptmx_open fail paths | Jiri Slaby | 2011-10-18 | 1 | -5/+5 |
| * | TTY: make tty_add_file non-failing | Jiri Slaby | 2011-10-18 | 1 | -5/+11 |
* | | TTY: pty, fix pty counting | Jiri Slaby | 2011-08-23 | 1 | -2/+15 |
|/ |
|
* | tty: remove invalid location line in file header | Jovi Zhang | 2011-04-19 | 1 | -2/+0 |
* | TTY: plug in deinitialize_tty_struct | Jiri Slaby | 2011-04-19 | 1 | -2/+4 |
* | TTY: unify pty_unix98_install fail path handling | Jiri Slaby | 2011-04-19 | 1 | -6/+6 |
* | TTY: unify pty_install fail path handling | Jiri Slaby | 2011-04-19 | 1 | -9/+10 |
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2011-03-16 | 1 | -1/+0 |
|\ |
|
| * | drivers: remove extraneous includes of smp_lock.h | Arnd Bergmann | 2011-03-02 | 1 | -1/+0 |
* | | tty: now phase out the ioctl file pointer for good | Alan Cox | 2011-02-17 | 1 | -2/+2 |
|/ |
|
* | TTY: create drivers/tty and move the tty core files there | Greg Kroah-Hartman | 2010-11-05 | 1 | -0/+777 |