summaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix lock order in tty_do_resize()Peter Hurley2013-07-241-2/+2
* tty: Remove extra wakeup from pty write() pathPeter Hurley2013-07-241-3/+1
* tty: Track flip buffer memory limit atomicallyPeter Hurley2013-07-231-7/+3
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-231-2/+2
* tty: Fix transient pty write() EIOPeter Hurley2013-06-171-8/+5
* 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/+0
* pty: Ignore slave open count for master pty openPeter Hurley2013-02-041-1/+1
* pty: Ignore slave pty close() if never successfully openedPeter Hurley2013-02-041-0/+6
* pty: Fix BUG()s when ptmx_open() errors outPeter Hurley2013-02-041-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-151-1/+0
* | tty: cleanup checkpatch warning in pty.cCong Ding2013-01-151-3/+3
* | tty: cleanup the panic messageCong Ding2013-01-151-1/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
|/
* pty: Mark pty_resize staticJosh Triplett2012-11-211-1/+1
* TTY: pty, fix tty buffers leakJiri Slaby2012-11-151-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-221-1/+1
* TTY: add port -> tty linkJiri Slaby2012-10-221-0/+2
* TTY: move devpts kill to ptyJiri Slaby2012-10-221-0/+9
* TTY: devpts, do not set driver_dataJiri Slaby2012-10-221-5/+5
* TTY: devpts, return created inode from devpts_pty_newJiri Slaby2012-10-221-2/+5
* TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby2012-10-221-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-131-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/+2
* tty: move the termios object into the ttyAlan Cox2012-07-161-17/+6
* tty: revert incorrectly applied lock patchAlan Cox2012-07-161-12/+11
* tty: double unlock on error in ptmx_open()Dan Carpenter2012-07-121-3/+1
* tty: localise the lockAlan Cox2012-07-061-11/+14
* PTY: add tty_portJiri Slaby2012-06-131-4/+21
* PTY: merge pty_install implementationsJiri Slaby2012-06-131-65/+45
* PTY: remove one empty ops->removeJiri Slaby2012-06-131-7/+3
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-021-14/+11
* pty: Fix lock inversionAlan Cox2012-05-291-2/+0
* tty: drop the pty lock during hangupAlan Cox2012-05-091-0/+2
* tty_lock: Localise the lockAlan Cox2012-05-041-10/+13
* pty: Lock the devpts bits privatelyAlan Cox2012-05-041-4/+15
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-4/+0
* Revert "TTY: pty, remove superfluous ptm test"Greg Kroah-Hartman2012-02-241-1/+4
OpenPOWER on IntegriCloud