aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAge
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-24
* tty: Remove extra wakeup from pty write() pathPeter Hurley2013-07-24
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-23
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-23
* tty: Fix transient pty write() EIOPeter Hurley2013-06-17
* tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-01
* TTY: pty, fix compilation warningJiri Slaby2013-04-15
* pty: Remove redundant itty resetPeter Hurley2013-03-15
* pty: Ignore slave open count for master pty openPeter Hurley2013-02-04
* pty: Ignore slave pty close() if never successfully openedPeter Hurley2013-02-04
* pty: Fix BUG()s when ptmx_open() errors outPeter Hurley2013-02-04
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-25
|\
| * pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby2013-01-17
* | TTY: do not reset master's packet modeJiri Slaby2013-01-16
* | tty: cleanup checkpatch warning in pty.cCong Ding2013-01-16
* | tty: cleanup the panic messageCong Ding2013-01-16
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-16
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-16
|/
* pty: Mark pty_resize staticJosh Triplett2012-11-21
* TTY: pty, fix tty buffers leakJiri Slaby2012-11-15
* tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2012-10-25
* tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov2012-10-25
* TTY: move tty buffers to tty_portJiri Slaby2012-10-22
* TTY: add port -> tty linkJiri Slaby2012-10-22
* TTY: move devpts kill to ptyJiri Slaby2012-10-22
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-22
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-22
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-22
* pty: Fix locking bug on error pathAlan Cox2012-09-21
* TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-16
* TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-13
* TTY: pty, stop passing NULL to free_tty_structJiri Slaby2012-08-10
* tty: localise the lockAlan Cox2012-08-10
* tty: Fix race in tty releaseAlan Cox2012-07-27
* tty: Move the handling of the tty release logicAlan Cox2012-07-17
* tty: move the termios object into the ttyAlan Cox2012-07-16
* tty: revert incorrectly applied lock patchAlan Cox2012-07-16
* tty: double unlock on error in ptmx_open()Dan Carpenter2012-07-12
* tty: localise the lockAlan Cox2012-07-06
* PTY: add tty_portJiri Slaby2012-06-13
* PTY: merge pty_install implementationsJiri Slaby2012-06-13
* PTY: remove one empty ops->removeJiri Slaby2012-06-13
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-02
* pty: Fix lock inversionAlan Cox2012-05-29
* tty: drop the pty lock during hangupAlan Cox2012-05-09
* tty_lock: Localise the lockAlan Cox2012-05-04
* pty: Lock the devpts bits privatelyAlan Cox2012-05-04
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
* Revert "TTY: pty, remove superfluous ptm test"Greg Kroah-Hartman2012-02-24