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