summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Move packet mode flow control notifications to pty driverPeter Hurley2014-09-241-0/+41
* drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes2014-07-131-1/+1
* drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes2014-07-121-10/+9Star
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-251-2/+2
* tty: Remove extra wakeup from pty write() pathPeter Hurley2013-07-241-3/+1Star
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-241-7/+3Star
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-241-2/+2
* tty: Fix transient pty write() EIOPeter Hurley2013-06-171-8/+5Star
* tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-011-0/+3
* TTY: pty, fix compilation warningJiri Slaby2013-04-151-6/+6
* pty: Remove redundant itty resetPeter Hurley2013-03-151-1/+0Star
* pty: Ignore slave open count for master pty openPeter Hurley2013-02-051-1/+1
* pty: Ignore slave pty close() if never successfully openedPeter Hurley2013-02-051-0/+6
* pty: Fix BUG()s when ptmx_open() errors outPeter Hurley2013-02-051-3/+4
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-0/+2
|\
| * pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby2013-01-171-0/+2
* | TTY: do not reset master's packet modeJiri Slaby2013-01-161-1/+0Star
* | tty: cleanup checkpatch warning in pty.cCong Ding2013-01-161-3/+3
* | tty: cleanup the panic messageCong Ding2013-01-161-1/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-1/+1
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-1/+1
|/
* pty: Mark pty_resize staticJosh Triplett2012-11-221-1/+1
* TTY: pty, fix tty buffers leakJiri Slaby2012-11-161-1/+1
* tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2012-10-251-0/+21
* tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov2012-10-251-0/+26
* TTY: move tty buffers to tty_portJiri Slaby2012-10-231-1/+1
* TTY: add port -> tty linkJiri Slaby2012-10-231-0/+2
* TTY: move devpts kill to ptyJiri Slaby2012-10-231-0/+9
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-231-5/+5
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-231-2/+5
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-231-1/+1
* pty: Fix locking bug on error pathAlan Cox2012-09-211-1/+1
* TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-161-4/+4
* TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-141-11/+20
* TTY: pty, stop passing NULL to free_tty_structJiri Slaby2012-08-101-1/+4
* tty: localise the lockAlan Cox2012-08-101-11/+14
* tty: Fix race in tty releaseAlan Cox2012-07-271-2/+23
* tty: Move the handling of the tty release logicAlan Cox2012-07-171-10/+2Star
* tty: move the termios object into the ttyAlan Cox2012-07-161-17/+6Star
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-12/+11Star
* tty: double unlock on error in ptmx_open()Dan Carpenter2012-07-121-3/+1Star
* tty: localise the lockAlan Cox2012-07-061-11/+14
* PTY: add tty_portJiri Slaby2012-06-141-4/+21
* PTY: merge pty_install implementationsJiri Slaby2012-06-141-65/+45Star
* PTY: remove one empty ops->removeJiri Slaby2012-06-141-7/+3Star
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-031-14/+11Star
* pty: Fix lock inversionAlan Cox2012-05-291-2/+0Star
* tty: drop the pty lock during hangupAlan Cox2012-05-091-0/+2
* tty_lock: Localise the lockAlan Cox2012-05-051-10/+13
* pty: Lock the devpts bits privatelyAlan Cox2012-05-051-4/+15