summaryrefslogtreecommitdiff
path: root/drivers/tty/pty.c
AgeCommit message (Expand)Author
2015-05-10pty: Fix input race when closingPeter Hurley
2015-02-02n_tty: Fix signal handling flushesPeter Hurley
2015-02-02pty: Fix buffer flush deadlockPeter Hurley
2015-02-02pty: Fix overlimit memory usePeter Hurley
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley
2014-11-05pty: Fix packet mode setting racePeter Hurley
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley
2014-07-12drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes
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