aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-10pty: Fix input race when closingPeter Hurley1-2/+3
2015-02-02n_tty: Fix signal handling flushesPeter Hurley1-0/+1
2015-02-02pty: Fix buffer flush deadlockPeter Hurley1-1/+9
2015-02-02pty: Fix overlimit memory usePeter Hurley1-14/+3
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley1-0/+1
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley1-2/+0
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley1-0/+2
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley1-2/+5
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley1-0/+2
2014-11-05pty: Fix packet mode setting racePeter Hurley1-1/+2
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley1-4/+4
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley1-6/+4
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley1-4/+2
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley1-0/+28
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley1-2/+0
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley1-18/+6
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley1-0/+41
2014-07-12drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes1-1/+1
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-10/+9
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley1-2/+2
2013-07-24tty: Remove extra wakeup from pty write() pathPeter Hurley1-3/+1
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley1-7/+3
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-2/+2
2013-06-17tty: Fix transient pty write() EIOPeter Hurley1-8/+5
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds1-0/+3
2013-04-15TTY: pty, fix compilation warningJiri Slaby1-6/+6
2013-03-15pty: Remove redundant itty resetPeter Hurley1-1/+0
2013-02-04pty: Ignore slave open count for master pty openPeter Hurley1-1/+1
2013-02-04pty: Ignore slave pty close() if never successfully openedPeter Hurley1-0/+6
2013-02-04pty: Fix BUG()s when ptmx_open() errors outPeter Hurley1-3/+4
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-0/+2
2013-01-17pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby1-0/+2
2013-01-15TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-01-15tty: cleanup checkpatch warning in pty.cCong Ding1-3/+3
2013-01-15tty: cleanup the panic messageCong Ding1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-11-21pty: Mark pty_resize staticJosh Triplett1-1/+1
2012-11-15TTY: pty, fix tty buffers leakJiri Slaby1-1/+1
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov1-0/+21
2012-10-25tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov1-0/+26
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-1/+1
2012-10-22TTY: add port -> tty linkJiri Slaby1-0/+2
2012-10-22TTY: move devpts kill to ptyJiri Slaby1-0/+9
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby1-5/+5
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby1-2/+5
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby1-1/+1
2012-09-21pty: Fix locking bug on error pathAlan Cox1-1/+1
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter1-4/+4