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